Skip to content

Releases: VladimirMarkelov/ttdl

Custom formatting

23 Jan 03:51
Compare
Choose a tag to compare

New big feature: custom formatting a todo before dislpaying. Please, see README, section "Custom formatting" for details

0.7.4

20 Jul 05:48
Compare
Choose a tag to compare

Added default sort mode to config. By default it is off.

0.7.3

11 Apr 04:05
Compare
Choose a tag to compare
  • Fixed panic when using option --set-pri= with empty value

0.7.1

22 Feb 04:01
Compare
Choose a tag to compare
  • 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

19 Feb 06:40
Compare
Choose a tag to compare
  • 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

31 Jan 04:12
Compare
Choose a tag to compare
  • 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

21 Jan 06:26
Compare
Choose a tag to compare
  • Time tracking feature (start and stop command, new column in list Spent)
  • New command stats to display short and detailed(grouped by project tags) information about todos

0.4.0

14 Jan 21:11
Compare
Choose a tag to compare
  • New comands 'append' and 'prepend'
  • Filter supports list of IDs separated with comma

0.3.0

06 Jan 00:42
Compare
Choose a tag to compare
new color management