From 833a4aa50125f01a2966377f1b45d928edba3d98 Mon Sep 17 00:00:00 2001 From: Mark Stosberg Date: Mon, 3 Feb 2014 08:57:06 -0800 Subject: [PATCH] Merge in 2.10 release notes, as found here: https://github.com/ginatrapani/todo.txt-cli/releases --- Todo.sh-Changelog.textile | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/Todo.sh-Changelog.textile b/Todo.sh-Changelog.textile index bd806bf..e8a9620 100644 --- a/Todo.sh-Changelog.textile +++ b/Todo.sh-Changelog.textile @@ -1,5 +1,28 @@ h1. Todo.sh CHANGELOG +h2. 12/6/2013 v 2.10 + +* Enhancements: +** Enable term filtering for listcon. +** Add make install command. +** Enable use of global config file in /etc/todo/config. make install installs a global config file. +** Allow use of post_filter_command for listall and listpri. +** Print usage help for custom action and all passed actions. +** Allow configuring null data files (done.txt and report.txt) and don't create them. +** Color contexts and projects without an add-on, just by setting vars in the config file. +** Place add-ons in subfolders (for easier git clone). + +* Fixes: +** Handle -h, shorthelp and help when a Fatal Error happens. +** Properly replace date when replacing task with priority and date. +** Fix todo_completion problem with Bash 3.1. +** Improve code commenting/documentation. +** Refactor code for speed/better organization. +** Improve test coverage and test library. + +* todo_completion +** Remove add date from line completion, ie, todo.sh ls 10[tab]. + h2. 4/8/2012 v 2.9 * Added tab auto-completion of projects and contexts from todo.txt and done.txt. Type @ or + while entering a task. @@ -185,4 +208,4 @@ h2. 5/12/2006, v 1.1. * Supports file paths with spaces (ie "C:\Documents and Settings\gina\todo.txt" h2. 5/11/2006, v 1.0. -* Consolidated into one master script with usage notes and released. \ No newline at end of file +* Consolidated into one master script with usage notes and released.