Skip to content

Releases: marhkb/pods

v2.1.2

08 Oct 17:31
72a5174
Compare
Choose a tag to compare

Pods 2.1.2 is a bug fix release which adds a branding and uses the correct screenshot URL. (#822)

v2.1.1

07 Oct 19:26
7c5c872
Compare
Choose a tag to compare

Pods 2.1.1 is a bug fix which, among other things, fixes a crash that occurred when searching for remote images. (#832)

v2.1.0

28 Sep 10:40
Compare
Choose a tag to compare

Pods 2.1.0 contains the following changes:

Features

  • Accent colors are now properly supported. (#804, #807, #809, #811)
  • All dialogs have been ported to AdwDialog to be more adaptive. (#810)
  • Containers are now represented by cards in the container panel. (#778)
  • The image search has been completely revised and is now much more streamlined. In addition, the tags of an image are suggested. (#758)
  • Port mappings can now be configured when creating pods. (#772)
  • Enable searching for container and pod processes. (#747)
  • Killing container processes is now supported. (#748)
  • The image search results now have an "verified" icon if an image is official. (#761)
  • Logs are now sent to both std and syslog. (#763)
  • Make it possible to create privileged containers. (#753)
  • Better handling of empty states when selecting images, pods and volumes for a container to be created. (#769)
  • Unification of status and health status in the container row. (#774)
  • The recently introduced libadwaita Spinner now replaces all gtk Spinners. (#802)

Fixes

  • All remaining processes are now closed after a container terminal exits. (#744)
  • Streams are now closed correctly so that they do not run forever when the user changes the connection. (#764)
  • A bug was fixed where the content of the container log page was initially too large. (#769)
  • Stop filtering out containers, pods and volumes by default. (#770)

Improvements

  • We now use appdata to construct the about dialog. (#743)
  • Improve performance by utilizing the SignalListItemFactory::setup signal. (#745)
  • Port GtkTreeView to GtkColumnView. (#746)
  • After the last connection has been removed from the page with the connection selection, the home page is displayed again. (#760)
  • The same background color is now used for list views as for the window. (#769)
  • We have moved the banner from the bottom to the top in the container log page. (#769)
  • Some titles have been shortened. (#769)
  • We now use AboutDialog instead of AboutWindow. (803)
  • Various style improvements (#741, #757)

v2.0.3

21 Sep 15:46
8975be8
Compare
Choose a tag to compare

This release fixes validation issues in appstream and updates the runtime to v47.

v2.0.2

21 Sep 10:04
be83822
Compare
Choose a tag to compare

This release updates the project dependencies to stable versions.

v2.0.1

18 Dec 19:51
b25a333
Compare
Choose a tag to compare

The first point release of Pods contains the following fixes and style improvements:

  • All remaining processes are now closed after a container terminal exits. (#744)
  • Separators in the sidebar now are no longer navigatable. (Part of #757)
  • The focus indicator of selection mode toggle buttons is now a circle instead of an ellipse. (Part of #757)
  • Streams are now closed correctly so that they do not run forever when the user changes the connection. (#764)

v2.0.0

11 Nov 22:47
719e45d
Compare
Choose a tag to compare

This is the first stable release of Pods 2.0 and includes the following changes:

  • Some problems with AdwBreakpoints in the container detail view have been fixed.
  • The release notes are now marked as not translatable.
  • Some maintenance work and code cleanups have been carried out.

v2.0.0-beta.2

26 Sep 20:44
5bf09ee
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release

This is just a small follow-up bugfix release that fixes an incorrect screenshot path.

v2.0.0-beta.1

26 Sep 19:19
6d6175a
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

This is the the first beta release of Pods 2.0 with the following new features:

  • The user interface has been extensively revised. Among other things, a sidebar is now used.
  • Pods now uses many new widgets from libadwaita 1.4.
  • It is now possible to manage volumes in Pods.

v1.2.3

14 Jul 06:15
a21287b
Compare
Choose a tag to compare

Pods 1.2.3 is a small bugfix release:

  • Fixed a bug where pressing backspace in a terminal printed "^H" instead of deleting characters in some cases.
  • The custom, efficient spinner implementation now correctly unparents its children on dispose.
  • The option "tls_verify" is now actually used when pushing images.
  • The README.md has been prettified and the dollar sign has been removed from the commands, thanks to @kianmeng.
  • Some dead code has been removed.
  • A little typo has been fixed.
  • Additional checks have been added to the CI pipeline.
  • Dependencies have been updated.