1
0
Fork 0
mirror of https://github.com/topydo/topydo.git synced 2024-05-20 13:58:33 +00:00
This commit is contained in:
Bram Schoenmakers 2016-07-26 21:54:34 +02:00
parent 0c93283b2b
commit 2fdae0d444

View file

@ -2,11 +2,7 @@
(C) Merge +branch/dot id:4
(C) Fix output width calculation (get_terminal_size) when rendered first or after window resize +branch/column-ui p:2 +version/0.10 type:bug
(C) Change default command to empty issue:105 url:https://github.com/bram85/topydo/issues/105 type:feature
(C) Release +version/0.10 id:1
Update changelog +version/0.10 p:1 id:7
Bump version +version/0.10 p:1 id:10
Perform benchmark compared with version 0.9 +version/0.10 p:7
x 2016-05-22 Merge +branch/column-ui +version/0.10 id:2 p:4 p:10
OR operator in filter expressions type:feature
Remove usage of TodoListBase.todos() and use its __iter__() method instead
Merge +branch/flake8
@ -14,11 +10,10 @@ Merge +branch/due-parent
Merge +branch/due-edit-sort
Process relative dates with the arrow library type:feature
Add hooks, ability to process todo items through external script (e.g. post-add.sh, pre-do.sh) etc. type:feature
append should understand relative dates for certain tags (like add and tag do) type:feature issue:103 url:https://github.com/bram85/topydo/issues/103
Investigate whether progress colors should have a linear color range or an exponential color range type:investigate
Add / shortcut to quickly find items based on a filter expression type:feature +branch/column-ui
ConsoleWidget should support scrolling type:feature +branch/column-ui
Merge pr:118 url:https://github.com/bram85/topydo/pull/118
x 2016-05-22 Merge +branch/column-ui +version/0.10 id:2 p:4 p:10
x 2016-02-23 Catch ConfigError when retrieving subcommand issue:107 pr:108 +branch/column-ui p:2 +version/0.10 id:9
x 2016-04-11 Merge pr:114 p:2 +branch/column-ui +version/0.10 url:https://github.com/bram85/topydo/pull/114
x 2016-03-01 Merge pr:98 p:2 +branch/column-ui +version/0.10 url:https://github.com/bram85/topydo/pull/98
@ -27,9 +22,13 @@ x 2016-04-18 TodoListWidget must understand business days on postponing (even be
x 2016-04-15 Remove workaround to disable colors in +branch/column-ui p:2 +version/0.10 id:3
x 2016-04-19 TodoWidget still shows colors when run with -C 0 type:bug +branch/column-ui p:2
x 2016-04-19 Command `ls` crashes when column mode is run with -C 0 type:bug +branch/colunm-ui p:2
x 2016-04-28 Fix crash when deleting/removing items +version/0.10 type:bug id:8 p:1
x 2016-02-23 Do not crash when unclosed quotes are used type:bug issue:107 url:https://github.com/bram85/topydo/issues/107 p:9 +version/0.10 +branch/column-ui
x 2016-04-15 Introduce TopydoString to handle colors in an UI agnostic way +branch/column-ui +version/0.10 p:3 p:6
x 2016-07-22 Update changelog +version/0.10 p:1 id:7
x 2016-07-22 Bump version +version/0.10 p:1 id:10
x 2016-07-22 append should understand relative dates for certain tags (like add and tag do) type:feature issue:103 url:https://github.com/bram85/topydo/issues/103
x 2016-07-22 Release +version/0.10 id:1
x 2016-04-28 Fix crash when deleting/removing items +version/0.10 type:bug id:8 p:1
x 2016-04-28 Removing edited items should maintain dependencies type:bug p:8 +version/0.10
x 2016-04-15 ConsoleWidget should be able to show color blocks +branch/column-ui
x 2016-04-15 Merge pr:108 url:https://github.com/bram85/topydo/pull/108