Skip to content

Releases: manojuppala/tasklist-cli

v1.3.0 release

10 Apr 05:00

Choose a tag to compare

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 :

  • listproj command always lists default project. (fixed 👍 )
  • add, listproj commands throw error when there are no projects. (fixed 👍 )

v1.2.1 release

31 Mar 14:45

Choose a tag to compare

Bug fixes

  • minor bug fixes

v1.2.0 release

29 Mar 08:45

Choose a tag to compare

new features :

  • added projects and sub-tasks (#5).

bug fixes :

  • fixed error on empty tasklist.json

v1.1.1 release

15 Feb 18:20
0e78956

Choose a tag to compare

New Features

  • added due date option for new tasks.

Bug Fixes

  • fixed multiple tasks with same id.