Releases: robertpsoane/ducker
Releases · robertpsoane/ducker
v0.0.3
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
v0.0.2
Fixed
- (ci) fix ci formatting
- update readme with
--locked
- add initial ci
- fix clippy
Other
- fix formatting
- updates to installation instructions