Skip to content

Tags: oppiliappan/dijo

Tags

v0.2.7

Toggle v0.2.7's commit message
v0.2.7

 - add Floating type habits to track fractional values

v0.2.6

Toggle v0.2.6's commit message
Release v0.2.6

 - new 'cursor' feature to change past entries
 - deprecation of month offset

v0.2.5

Toggle v0.2.5's commit message
bump to v0.2.5

  - fixes installation from crates.io
  - bump cursive to v0.16

v0.2.4

Toggle v0.2.4's commit message
bump to v0.2.4

 - new alias 'wq' for write and quit
 - prevent ctrl-c from losing data
 - add man page

v0.2.3

Toggle v0.2.3's commit message
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

Toggle v0.2.2's commit message
`dijo` is fully cross-platform

 - switch to pancurses backend
 - add help text for `:write`
 - modify help text for `:quit`

v0.2.2-alpha

Toggle v0.2.2-alpha's commit message
Feature based compilation to support windows

v0.2.1

Toggle v0.2.1's commit message
Dial down MSRV, Windows support

v0.2.0

Toggle v0.2.0's commit message
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

v0.1.5

Toggle v0.1.5's commit message
Timezone related bug fixes, add help command

 - add help command, accessible via `:help` or `:h` or `:?`
 - fix timezone bug that allowed you to track for yesterday or today at
specific times of the day, by switching to local time from utc