Skip to content

v0.10-beta.1

Compare
Choose a tag to compare
@moncho moncho released this 16 Aug 11:14
· 63 commits to master since this release

Highlights

The top header can now be hidden, having more room to show elements of lists, thanks to @JonDum for the idea.

A new tab for Docker volumes has been added, allowing to list and manage volumes.

Dry now uses tcell instead of termbox. Termbox was working perfectly fine, but it is not maintained anymore and tcell seems like a good alternative. It is an internal change that should not result in any visible change.

And some minor improvements and bug fixes. Special thanks to @muesli for the contributions.

New features

  • Add support for Volumes, pressing 4 will now show the Volumes tab. (#105)
  • Pressing F7 will now hide the main top header, pressing F7 again will show it back. (#106)

Bugfix

  • Remove logs. (#104)

Go version

Build with go version go1.12.9 darwin/amd64