Releases: jfding/todor
Releases · jfding/todor
v1.5.0
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
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
v1.2.0
v1.1.0
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
v1.0.0
Full Changelog: v0.9.1...v1.0.0
v0.9.1
Full Changelog: v0.9.0...v0.9.1
v0.9.0
v0.8.0
What's Changed
- Add collect and postp cmd by PR#8
- collect: collect all uncompleted tasks in INBOX to today
- postp: postpone all today uncompleted tasks to INBOX
Full Changelog: v0.7.0...v0.8.0