Skip to content

Releases: moncho/dry

v0.5-alpha.3

18 May 21:50
Compare
Choose a tag to compare

Minor improvements and bugfixes

  • Minor adjustments to timeouts.
  • Added whale to splash screen.
  • Fixed #13

v0.5-alpha.2

13 May 19:45
Compare
Choose a tag to compare

Improvements

  • Added a timeout of 10 seconds to every Docker command. This will help dry to stay responsive, even when dealing with slow Docker daemons.
  • Fixed Docker events handling.

v0.5-alpha.1

30 Apr 12:07
Compare
Choose a tag to compare

Dry now uses engine-api to talk with the Docker daemon. It is the official go library from Docker, used to implement Docker's CLI.

It is not expected that the change affects dry performance or stability, but it will make it easier to adapt to changes in the API and add new functionality faster. #9

Improvements

  • Container stats screen now also shows process information as reported by Docker.
  • Dry now tracks events reported by Docker, [F9] shows a list of the last 10 events.

v0.4-beta.11

29 Mar 08:07
Compare
Choose a tag to compare

Bugfixes

A couple of bugfixes that were causing dry to panic under certain conditions.

v0.4-beta.10

27 Mar 20:33
Compare
Choose a tag to compare

Bugfixes

dry handles correctly log lines whose content does not fit in a single line of the terminal screen. #12

v0.4-beta.9

22 Mar 20:38
Compare
Choose a tag to compare

Notices

  • Updated help screen information.
  • Changed keybinds to go to the container/image/network list screen:
[1]         show container list
[2]         show image list
[3]         show network list

v0.4-beta.8

14 Mar 08:33
Compare
Choose a tag to compare

Bugfixes

  • ANSI escape codes are not shown on logs. #10

v0.4-beta.7

01 Mar 16:15
Compare
Choose a tag to compare

Improvements

  • Added loading screen.
  • Removing all stopping containers [Ctrl + E] now counts how many containers were removed.

v0.4-beta.6

27 Feb 19:02
Compare
Choose a tag to compare

Improvements

  • Major changes to improve tool reliability. Information shown on the terminal always matches dry internal state. In previous 0.4* versions this was not always the case, and this might have caused the execution of commands in unwanted list elements (i.e containers or images) of the main screen .
  • Removed all data races reported by go in the main screen.

v0.4-beta.5

24 Feb 22:47
Compare
Choose a tag to compare

Improvements

  • Stability changes, removed a few data races