small fixes
@@ -3,8 +3,7 @@ Todo.sh CHANGELOG
|
|||||||
* 9/13/2011 v 2.8
|
* 9/13/2011 v 2.8
|
||||||
** User Enhancements
|
** 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.
|
*** 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
|
*** 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
|
||||||
*** 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.
|
*** 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.
|
*** 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
|
*** Improved script performance thanks to optimized code
|
||||||
@@ -13,10 +12,10 @@ Todo.sh CHANGELOG
|
|||||||
*** Exposed cleaninput() for use in addons
|
*** 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
|
*** 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:
|
*** Improved testing framework:
|
||||||
*** Better escaped input handling
|
**** Better escaped input handling
|
||||||
*** Abstracted make_action function to test custom action behavior
|
**** Abstracted make_action function to test custom action behavior
|
||||||
*** Added tests for source code compliance
|
**** Added tests for source code compliance
|
||||||
*** Cleaner, simpler, modernized, optimized code
|
**** Cleaner, simpler, modernized, optimized code
|
||||||
** Bugfixes
|
** Bugfixes
|
||||||
*** listpri complains if specified priority is invalid
|
*** listpri complains if specified priority is invalid
|
||||||
*** Don't abort task listing when items contain certain escape sequences (\c \033)
|
*** Don't abort task listing when items contain certain escape sequences (\c \033)
|
||||||
|
|||||||
Reference in New Issue
Block a user