Skip to content

Releases: jfding/todor

v1.10.1

03 Nov 17:35
Compare
Choose a tag to compare

What's Changed

  • Sync with mac reminders by @jfding in #33
    • On macOS, provide apple script to sync with mac reminders: from todor task box(default "today") to Reminders' "Todor" list.

Full Changelog: v1.10.0...v1.10.1

v1.10.0

23 Oct 16:30
Compare
Choose a tag to compare

What's Changed

  • Encrypted box support by @jfding in #32
    • Two new commands added: enc / dec
    • all other commands can support encrypted taskbox except edit command
    • by using zip with aes encryption

Full Changelog: v1.9.2...v1.10.0

v1.9.2

13 Oct 14:34
Compare
Choose a tag to compare

What's Changed

  • Add "-c/--cleanup" flag for sink command to remove or archive old days' task box files
  • Removed the cleanup command
  • Add "--delete" flag for mark command, to act "mark and delete"
  • New command filemanager/fm to call ranger to manage md files
  • A buf of purge command fixed

Full Changelog: v1.9.1...v1.9.2

v1.9.1

09 Oct 07:49
Compare
Choose a tag to compare

What's Changed

  • More friendly routine tasks information to include weekday
  • Including today.exe and tomorrow.exe into windows release pkgs
  • A few bug fixings

Full Changelog: v1.9.0...v1.9.1

v1.9.0

06 Oct 14:59
Compare
Choose a tag to compare

What's Changed

  • Enhancements for routine tasks

    • "tomorrow" task box can also support checkout commands, with daily auto hook
    • commands list will show different icons for routine tasks
    • make interactive mode as the default when adding routine tasks (--non-interactive to disable it)
    • add new routine command to list all routine tasks conveniently
  • Re-design args for command collect as: collect --from <box>

  • change a more proper unicode icon for date-stamp

  • Fixed a few bugs to make all unit tests pass

  • Updated README and docs

Full Changelog: v1.8.0...v1.9.0

v1.8.0

05 Oct 18:14
Compare
Choose a tag to compare

What's Changed

  • Interactive mode support for sink/shift/pool/collect moving commands by @jfding in #31

Full Changelog: v1.7.0...v1.8.0

v1.7.0

04 Oct 16:38
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...v1.7.0

v1.6.0

29 Sep 16:08
Compare
Choose a tag to compare

What's Changed

  • Toml config file support by @jfding in #27
  • Config blink or not by new key in toml config file by @jfding in #28

Full Changelog: v1.5.2...v1.6.0

v1.5.2

22 Sep 18:32
Compare
Choose a tag to compare

What's Changed

  • Better subtasks handling for list/mark and all the moving related commands by @jfding in #26

Full Changelog: v1.5.1...v1.5.2

v1.5.1

22 Sep 12:42
Compare
Choose a tag to compare

What's Changed

  • move clap usage styles defs to util.rs as well by @jfding in #24
  • Windows support added by @jfding in #25

Full Changelog: v1.5.0...v1.5.1