diff --git a/Todo.sh-Changelog.textile b/Todo.sh-Changelog.textile index 2068ee6..f9cd169 100644 --- a/Todo.sh-Changelog.textile +++ b/Todo.sh-Changelog.textile @@ -3,8 +3,7 @@ Todo.sh CHANGELOG * 9/13/2011 v 2.8 ** User Enhancements *** listpri/lsp now filters by term. For example, @$ todo.sh lsp A book@ will only return tasks prioritized A with the word book in them. -*** Improved portability for Dropbox or USB key users -*** If not specified, todo.sh checks for a config file in its own directory; default todo.txt location is todo.sh's directory +*** Improved portability for Dropbox or USB key users: If not specified, todo.sh checks for a config file in its own directory; default todo.txt location is todo.sh's directory *** Tasks with priority included and auto prepend date on (-t) get the date where expected. *** Smarter action completion messaging: do, pri, and depri all let you know if a task is already done, prioritized, or deprioritized. *** Improved script performance thanks to optimized code @@ -13,10 +12,10 @@ Todo.sh CHANGELOG *** Exposed cleaninput() for use in addons *** Custom action output no longer prefaced by TODO: so it's easier to see when the core script vs. addon is performing an action *** Improved testing framework: -*** Better escaped input handling -*** Abstracted make_action function to test custom action behavior -*** Added tests for source code compliance -*** Cleaner, simpler, modernized, optimized code +**** Better escaped input handling +**** Abstracted make_action function to test custom action behavior +**** Added tests for source code compliance +**** Cleaner, simpler, modernized, optimized code ** Bugfixes *** listpri complains if specified priority is invalid *** Don't abort task listing when items contain certain escape sequences (\c \033)