Releases: oppiliappan/dijo
Releases · oppiliappan/dijo
v0.2.7
Release v0.2.6
- new 'cursor' feature to change past entries - deprecation of month offset
bump to v0.2.5
- fixes installation from crates.io - bump cursive to v0.16
bump to v0.2.4
- new alias 'wq' for write and quit - prevent ctrl-c from losing data - add man page
v0.2.3: Add config file support
- default config file created on first run - allows configuration of characters and colors - switch to termion backend for *nix - windows requires `crossterm-backend` feature flag
v0.2.2: `dijo` is fully cross-platform
- switch to pancurses backend - add help text for `:write` - modify help text for `:quit`
v0.2.2-alpha
Feature based compilation to support windows
v0.2.1
Dial down MSRV, Windows support
v0.2.0: Rework delete command, add tab completions
- remove `d`, `w` and `q` key binds - add tab to complete to command line - add `:write` command to save state - fix timezone bug in statusline - misc.: binary releases via actions