Skip to content

Releases: jfding/todor

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

v1.5.0

19 Sep 17:17
Compare
Choose a tag to compare

What's Changed

  • Bug fix of cmd import
  • More reasonable action design for cmd glance
  • Color style and unicode graph chars unifying by @jfding in #23
    • Removed customized inquire crate dependency for deeper customizing the color style configs in std way.
    • Put all colors settings and char selections to an unified place, along with inquire style settings together.
    • Use macro to specify the string styles.

Full Changelog: v1.4.0...v1.5.0

v1.4.0

18 Sep 06:37
Compare
Choose a tag to compare

What's Changed

  • new cmd listall to list all tasks by @jfding in #22
  • and remove --all flag for list cmd, then make list as the default cmd when user specify nothing

Full Changelog: v1.3.0...v1.4.0

v1.3.0

17 Sep 08:33
Compare
Choose a tag to compare

What's Changed

  • Cmd add --date flag to append date message automatically by @jfding in #18
  • Sub tasks support by @jfding in #19
  • Sub tasks supporting enhancements by @jfding in #21

Full Changelog: v1.2.0...v1.3.0

v1.2.0

16 Sep 16:52
Compare
Choose a tag to compare

What's Changed

  • collect cmd enhance by adding --inbox arg to specify the from box by @jfding in #15
  • add --sort arg to cmd purge to make it sort and save by @jfding in #16
  • Enhance cmd edit to add --with arg to enable side-by-side editing by @jfding in #17

Full Changelog: v1.1.0...v1.2.0

v1.1.0

16 Sep 14:57
Compare
Choose a tag to compare

What's Changed

  • more reasonable and concise output format
  • 'listbox' command will show alias of taskbox if having, like "today"/"tomorrow"/"yesterday"
  • fixed big BUG in collect/postp commands
  • code clean up with clippy checking

Full Changelog: v1.0.1...v1.1.0

v1.0.1

16 Sep 08:51
Compare
Choose a tag to compare

What's Changed

  • New cmd listbox to list all task box files in basedir by @jfding in #11
  • Cleanup clippy warnings and a little printing style changes by @jfding in #12
  • New cmd import to extract tasks from any specified markdown file by @jfding in #13

Full Changelog: v0.9.1...v1.0.1

v1.0.0

16 Sep 08:15
Compare
Choose a tag to compare

Full Changelog: v0.9.1...v1.0.0

v0.9.1

15 Sep 17:51
Compare
Choose a tag to compare

Full Changelog: v0.9.0...v0.9.1