Releases: VladimirMarkelov/ttdl
Releases · VladimirMarkelov/ttdl
Custom formatting
New big feature: custom formatting a todo before dislpaying. Please, see README, section "Custom formatting" for details
0.7.4
Added default sort mode to config. By default it is off.
0.7.3
- Fixed panic when using option
--set-pri=
with empty value
0.7.1
- New option
--todo-file
to set location of todo list file - New option
--done-file
to set location of the file with archived todos (default 'done.txt' in the same directory with "todo.txt")
0.7.0
-
Breaking change: user configuration changed its location. Please move your configuration file to the new location. Old location "user-config-dir/ttdl.toml", new location "user-config-dir/ttdl/ttdl.toml
-
new option
-c|--config
to set the location of the configuration file. The option disables automatic configuration detection.
0.6.0
- New command
postpone
to push back task's due date - New configuration options: color for 'old' task, and age of the 'old' task
0.5.0
- Time tracking feature (
start
andstop
command, new column in listSpent
) - New command
stats
to display short and detailed(grouped by project tags) information about todos
0.4.0
- New comands 'append' and 'prepend'
- Filter supports list of IDs separated with comma
0.3.0
new color management