Migrated from todosh-changelog v13

ginatrapani
2010-09-13 01:25:25 -07:00
parent 83264c9e66
commit 51cb9986b7

@@ -7,11 +7,13 @@ Todo.sh CHANGELOG
** "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: listcon and listproj now work correctly on Mac OS X 10.5
** 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
** 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.
** Tests: Several regression tests added.
* 4/2/2009 v 2.3
** Separated _list function for reuse by various versions of list command to reduce duplicate code