Releases: manojuppala/tasklist-cli
Releases · manojuppala/tasklist-cli
v1.3.0 release
New features :
- added support for config file. now you can perform below actions using .tasklist/config.json file.
- enable or disable emojis.
- add a custom default project.
Bug fixes :
listprojcommand always lists default project. (fixed 👍 )add,listprojcommands throw error when there are no projects. (fixed 👍 )
v1.2.1 release
Bug fixes
- minor bug fixes
v1.2.0 release
v1.1.1 release
New Features
- added due date option for new tasks.
Bug Fixes
- fixed multiple tasks with same id.