From 4e63d93005757e2009ce63fac2dcc66db8243545 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 15 Feb 2009 16:54:59 -0500 Subject: [PATCH] Documentation Update - Added commit ids to ChangeLog - Added tags to respective commit ids --- ChangeLog | 30 +++++++++++++++++------------- html/task.html | 4 ++++ 2 files changed, 21 insertions(+), 13 deletions(-) diff --git a/ChangeLog b/ChangeLog index be2fb45f4..41018682f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,10 +14,14 @@ + Allow lower case priorities, and automatically upper case them. + Added support for "due" configuration variable which defines the number of days in the future when a task is considered due. + + Added support for custom reports, comprised of a set of column names and + sort order, with optional filtering in the configuration file. This + means user-defined reports can be written, and the reports currently + in the configuration file can be renamed. ------ old releases ------------------------------ -1.4.3 (11/1/2008) +1.4.3 (11/1/2008) 8639e9260646c8c9224e0fc47e5d2443b46eecfc + Fixed misleading task count at bottom on "info" report. + Added support for a shadow file that contains a plain text task report, with the "shadow.file" and "shadow.command" configuration variables @@ -31,7 +35,7 @@ + Added documentation for Shadow files. + Added documentation for task filters. -1.4.2 (9/18/2008) +1.4.2 (9/18/2008) e7304e86ce9bb80978c7055fd2a9e999619a6fb8 + "task undo" can now retract a "task done" command, provided no reports have been run (and therefore TDB::gc run) + Task now correctly sorts on entire strings, instead of just the first @@ -54,13 +58,13 @@ + Bug: Source now properly includes in order to build clean using gcc 4.3 (thanks to H. İbrahim Güngör) -1.4.1 (7/18/2008) +1.4.1 (7/18/2008) e080c3168c6064628ab85b21bd859d9875a3a9a7 + Bug: Descriptions can not be altered with "task 123 New description" + Tweak: For "task calendar" month names are now centered over the month + Removed TUTORIAL file contents in favor of online version + Provided Mac .pkg binary -1.4.0 (7/10/2008) +1.4.0 (7/10/2008) 60b7d15a1d22e064acf0974c5d7eabbb57dd8071 + New recurring tasks feature + "task undelete" can now undelete erroneously deleted tasks, provided no reports have been run (and therefore TDB::gc run) @@ -78,7 +82,7 @@ + Bug: Adding a blank priority resulted in an assigned garbage value + Bug: Fixed parsing of date "07/08/2008" when using dateformat "m/d/Y" -1.3.1 (6/21/2008) +1.3.1 (6/21/2008) 3a6de7d9402f2609a773a73b16eff97b14a32869 + New configuration variable, "defaultwidth" that determines the width of tables when ncurses support is not available + Bug: "showage" configuration variable should apply to all reports, not @@ -89,7 +93,7 @@ + Bug: Task now will recreate a missing ~/.taskrc file, OR a missing ~/.task directory -1.3.0 (6/18/2008) +1.3.0 (6/18/2008) 6673e408a223af98c38779c20b08524042c0edfa + "task calendar" now displays multiple months per line, adjustable by the "monthsperline" configuration variable. Feature added by Damian Glenny + "task export" can now filter tasks like the reports @@ -104,7 +108,7 @@ days gets added to the entry date of task 2..n + Bug: Fixed bug whereby "1 wks" was being improperly pluralized -1.2.0 (6/13/2008) +1.2.0 (6/13/2008) c393d47cdfe7e197a31e94f4bb764474fa05ad8d + Bug: "dateformat" configuration variable used to display dates, but not parse them + "task list x" now performs a caseless comparison between "x" and the @@ -114,7 +118,7 @@ "list" and "next" reports + Improved TUTORIAL -1.1.0 (6/7/2008) +1.1.0 (6/7/2008) 73286e86628725b346db2a25fbcd4bd68efb9b3a + "blanklines" configuration to stop displaying unnecessary white space and thus work better on small-screen devices + "dateformat" configuration now determines how dates are formatted @@ -122,11 +126,11 @@ + http://www.beckingham.net/task.html home page set up + Added tags to the "task long" report -1.0.1 (6/4/2008) +1.0.1 (6/4/2008) d216d401217027d93581808fc8944ab7d6b85fb0 + Bug: UUID generator not properly terminating string. + Bug: srandom/srand not called prior to UUID generation. -1.0.0 (6/3/2008) +1.0.0 (6/3/2008) f3de5c07118c597091a05c7d7fe8bdeae95474c1 + New movie made, uploaded + Bug: assertion fails on mobile for t v + Bug: configure.ac does not properly determine ncurses availability @@ -139,19 +143,19 @@ + Added rules for colorization by tag, project and keyword + Added legend to "task calendar" -0.9.9 (5/27/2008) +0.9.9 (5/27/2008) 2ecf50032226c91b406f247417a063dc17c8e324 + Autoconf/automake behaving properly. + Clean build on OS X 10.5. + Clean build on Ubuntu 8.0. + Clean build on Fedora Core 8. + Clean build on Fedora Core 9. -0.9.8 (5/25/2008) +0.9.8 (5/25/2008) 18fd59a1edb20e5c68d086a97fae5fa9f6bb348a + Added "task color" command. + Removed unnecessary files. + Completed documentation. -0.9.7 (5/24/2008) +0.9.7 (5/24/2008) 25dc4150947a3e612c8118838d04b3bbe68441f7 + Migrated old compiler flags into Makefile.am + Added ncurses endwin function check to configure.ac + Set up structure for AUTHORS file. diff --git a/html/task.html b/html/task.html index f222bf0fa..7e6e77a03 100644 --- a/html/task.html +++ b/html/task.html @@ -107,6 +107,10 @@
  • Allow lower case priorities, and automatically upper case them.
  • Added support for "due" configuration variable which defines the number of days in the future when a task is considered due. +
  • Added support for custom reports, comprised of a set of column names and + sort order, with optional filtering in the configuration file. This + means user-defined reports can be written, and the reports currently + in the configuration file can be renamed.