Releases: BRO3886/gtasks
Releases · BRO3886/gtasks
gtasks 0.9.7
gtasks 0.9.6
0.9.5
Hacktoberfest release!
-
Tasks are now sorted by date
-
New flag to show only completed task
gtasks tasks view --completed
- New way of creating tasks without prompt
gtasks tasks add -l "Daily todo" --title <some title> --note <some note> --due <date>
All thanks to @develerik for contributing and adding these!
0.9.4
- Adds support for a more flexible, human friendly date input on tasks creation
- Check out all supported formats here: https://katb.in/kat2821
- Also fixed #8. Now you can provide task index in
rm
anddone
commands - Examples:
gtasks tasks -l "DSC VIT" done 4
gtasks tasks -l "DSC VIT" rm 1
- If you do not provide a task number it falls back to the prompt, you can select a task from there manually.
0.9.3
added a new flag on tasks command
Usage:
- With pre-selected tasklist
gtasks tasks -l <tasklist title> subcommand
Example:
gtasks tasks -l "To watch" view
- Without pre-selected tasklist
gtasks tasks <subcommand>
Will show a prompt to select tasklist at runtime.
prettier printing in cli
fixes the issue with completed tasks being shown even when the --include-completed
flag was missing
Example:
gtasks tasks -l "To watch" view [--include-completed|-i]