diff --git a/Todo.sh-Changelog.textile b/Todo.sh-Changelog.textile index 1d90ba4..0ed6909 100644 --- a/Todo.sh-Changelog.textile +++ b/Todo.sh-Changelog.textile @@ -1,9 +1,15 @@ Todo.sh CHANGELOG * v 2.4 (currently in development!) +** Cleanup: removing annoying trailing space on pri tasks +** Cleanup: Don't set colors in default todo.cfg. +** Cleanup: Don't set sort command in default todo.cfg. +** "Added support for TODOTXT_FINAL_FILTER to provide a final custom list filter":http://github.com/ginatrapani/todo.txt-cli/commit/a67d0de6254bed5f066e21f1cdcef5bbd8c34ec4 ** Added support for custom sorting (can set in todo.cfg) +** Added parameterize for .todo.actions.d directory +** Bugfix: pri accepted priorities of more than a single letter +** Bugfix: support commands combination for TODOTXT_SORT_COMMAND; e.g. piped commands can be used: export TODOTXT_SORT_COMMAND=" env LC_COLLATE=C sort -f -k2 - | grep -m 10 .") ** Bugfix: Replace now echoes old item AND new item, like it used to -** Parameterized the .todo.actions.d directory ** Bugfix: Depri no longer wipes out tasks with more than just the priority in parentheses ** Bugfix: Now throws an error if you try to prioritize with more than one letter, ie, todo.sh pri AA doesn't work any more.