Skip to content

Releases: nerdypepper/dijo

v0.2.7

06 Mar 10:15
Compare
Choose a tag to compare
 - add Floating type habits to track fractional values

Release v0.2.6

21 Feb 05:30
Compare
Choose a tag to compare
 - new 'cursor' feature to change past entries
 - deprecation of month offset

bump to v0.2.5

27 Jan 03:32
Compare
Choose a tag to compare
  - fixes installation from crates.io
  - bump cursive to v0.16

bump to v0.2.4

26 Jan 15:47
Compare
Choose a tag to compare
 - new alias 'wq' for write and quit
 - prevent ctrl-c from losing data
 - add man page

v0.2.3: Add config file support

05 Aug 04:16
Compare
Choose a tag to compare
 - 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

24 Jul 05:33
Compare
Choose a tag to compare
 - switch to pancurses backend
 - add help text for `:write`
 - modify help text for `:quit`

v0.2.2-alpha

23 Jul 17:42
Compare
Choose a tag to compare
Feature based compilation to support windows

v0.2.1

23 Jul 17:15
Compare
Choose a tag to compare
Dial down MSRV, Windows support

v0.2.0: Rework delete command, add tab completions

23 Jul 04:45
Compare
Choose a tag to compare
 - 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