Releases: stevescruz/task-master
Releases · stevescruz/task-master
Forest
Release Notes
Commands
- Added the
task tag
command. It marks a task with a tag, enabling us to filter them when with thetask 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 listedpending
tasks. - Removed the
-a
(alias:--all
) option from thetask list
command. Previously it was responsible for listing all tasks. - Reworked the
-s
(alias--show
) option to thetask list
command. It only displays thepending
tasks or thedone
tasks. - Added the
-f
(alias:--filter
) option to thetask list
command. It only list tasks with the provided tag. - Added the
-t
(alias:--tag
) option to thetask 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
Release Notes
Commands
- Added the config command.
- Added the
--no-config
flag to disable colored output from the terminal when using task-master CLI.
- Added the
Flame
Release Notes
Commands
- Added the
export
command. - Added the
import
command.
Lizard
Release Notes
Commands
- Added the
task
command. - Added the
add
subcommand for thetask
command.- Added the
-p
(or--priority
) option for theadd
subcommand to set the priority for a new task. Available options areL
,N
andH
, representing the low, normal and high priorities respectively.
- Added the
- Added the
delete
subcommand for thetask
command. - Added the
done
subcommand for thetask
command. - Added the
list
subcommand for thetask
command.- Added the
-a
(or--all
) flag for thelist
subcommand to also show all tasks whose status are done.
- Added the
- Added the
next
subcommand for thetask
command.
Other
- Added the shebang line to the cli.js file, allowing us to use
npm link
to enabletask-master
as a global terminal command.