Skip to content

Releases: cengels/dlog

0.1.2 (2021-04-23)

23 Apr 14:43
3c8bdfc
Compare
Choose a tag to compare
0.1.2 (2021-04-23) Pre-release
Pre-release
  • Added: option -d/--duration now accepts a temporal expression similar
    to -t/--to and -f/--from
    (commit)
  • Added: option -n/--new on fill forces dlog to always create a new entry,
    even if the content of the entry is identical to the last entry
    (commit)
  • Fixed: output for dlog fill showed an incorrect added duration when used
    on an incomplete entry created through dlog start
    (commit)
  • Fixed: no such file error when initially running any command while the
    entries file has not yet been created
    (commit)

0.1.1 (2021-01-14)

14 Jan 11:38
34c60f1
Compare
Choose a tag to compare
0.1.1 (2021-01-14) Pre-release
Pre-release
  • Added: identical entries during dlog fill now automatically merge with each other as if dlog fill -u were called (commit)
  • Fixed: display of negative delta durations for dlog fill -u (commit)
  • Fixed: dlog summary not converting to UTC time correctly when using the flags -d, -w, -y, and -a. (commit)
  • Fixed: comment filter not working for dlog summary -c <comment> (commit)
  • Fixed: dlog start followed by dlog fill no longer causes an error (commit)

0.1.0 (2020-12-18)

18 Dec 16:32
cb67c32
Compare
Choose a tag to compare
0.1.0 (2020-12-18) Pre-release
Pre-release

Initial release.