Skip to content

v0.0.3

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jun 14:14
· 94 commits to master since this release

Added

  • docker socket is configurable
  • (images) toggle to show dangling images
  • (config) introduce initial config system providing basic customisability
  • (cli) add minimal clap commands

Fixed

  • (history) don't panic when attempting to view non-existent history in input field
  • stop and delete containers in tokio task
  • consistent help messaging for jump to top and bottom
  • (images) g & G jump between top and bottom on image page

Other

  • improve README
  • minimal user manual in README.md
  • use mod.rs across the codebase
  • (issues) update issues with feedback
  • (docs) update issue templates
  • (logs) simplify logs pane using list selection features introduced in ratatui 0.27.0
  • add AUR instructions