Skip to content

Releases: stevescruz/task-master

Forest

07 May 23:44
Compare
Choose a tag to compare

Release Notes

Commands

  • Added the task tag command. It marks a task with a tag, enabling us to filter them when with the task list -f <tag> command.
  • Added the task untag command. It removes a task's tag.
  • The task list command was reworked to show all tasks by default. Previously it only listed pending tasks.
  • Removed the -a (alias: --all) option from the task list command. Previously it was responsible for listing all tasks.
  • Reworked the -s (alias --show) option to the task list command. It only displays the pending tasks or the done tasks.
  • Added the -f (alias: --filter) option to the task list command. It only list tasks with the provided tag.
  • Added the -t (alias: --tag) option to the task add command. It tags a task during its creation.

UI

  • Reworked how the results of the task list command are rendered.
  • Reworked how the results of the task next command are rendered.

Wood Gecko

20 Apr 00:48
Compare
Choose a tag to compare

Release Notes

Commands

  • Added the config command.
    • Added the --no-config flag to disable colored output from the terminal when using task-master CLI.

Flame

17 Apr 06:51
Compare
Choose a tag to compare

Release Notes

Commands

  • Added the export command.
  • Added the import command.

Lizard

08 Apr 04:39
Compare
Choose a tag to compare

Release Notes

Commands

  • Added the task command.
  • Added the add subcommand for the task command.
    • Added the -p (or --priority) option for the add subcommand to set the priority for a new task. Available options are L, N and H, representing the low, normal and high priorities respectively.
  • Added the delete subcommand for the task command.
  • Added the done subcommand for the task command.
  • Added the list subcommand for the task command.
    • Added the -a (or --all) flag for the list subcommand to also show all tasks whose status are done.
  • Added the next subcommand for the task command.

Other

  • Added the shebang line to the cli.js file, allowing us to use npm link to enable task-master as a global terminal command.