mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Documentation Update
- Added commit ids to ChangeLog - Added tags to respective commit ids
This commit is contained in:
parent
481a0aa1eb
commit
4e63d93005
2 changed files with 21 additions and 13 deletions
30
ChangeLog
30
ChangeLog
|
@ -14,10 +14,14 @@
|
||||||
+ Allow lower case priorities, and automatically upper case them.
|
+ Allow lower case priorities, and automatically upper case them.
|
||||||
+ Added support for "due" configuration variable which defines the number
|
+ Added support for "due" configuration variable which defines the number
|
||||||
of days in the future when a task is considered due.
|
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 ------------------------------
|
------ old releases ------------------------------
|
||||||
|
|
||||||
1.4.3 (11/1/2008)
|
1.4.3 (11/1/2008) 8639e9260646c8c9224e0fc47e5d2443b46eecfc
|
||||||
+ Fixed misleading task count at bottom on "info" report.
|
+ Fixed misleading task count at bottom on "info" report.
|
||||||
+ Added support for a shadow file that contains a plain text task report,
|
+ Added support for a shadow file that contains a plain text task report,
|
||||||
with the "shadow.file" and "shadow.command" configuration variables
|
with the "shadow.file" and "shadow.command" configuration variables
|
||||||
|
@ -31,7 +35,7 @@
|
||||||
+ Added documentation for Shadow files.
|
+ Added documentation for Shadow files.
|
||||||
+ Added documentation for task filters.
|
+ 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
|
+ "task undo" can now retract a "task done" command, provided no reports
|
||||||
have been run (and therefore TDB::gc run)
|
have been run (and therefore TDB::gc run)
|
||||||
+ Task now correctly sorts on entire strings, instead of just the first
|
+ Task now correctly sorts on entire strings, instead of just the first
|
||||||
|
@ -54,13 +58,13 @@
|
||||||
+ Bug: Source now properly includes <string.h> in order to build clean
|
+ Bug: Source now properly includes <string.h> in order to build clean
|
||||||
using gcc 4.3 (thanks to H. İbrahim Güngör)
|
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"
|
+ Bug: Descriptions can not be altered with "task 123 New description"
|
||||||
+ Tweak: For "task calendar" month names are now centered over the month
|
+ Tweak: For "task calendar" month names are now centered over the month
|
||||||
+ Removed TUTORIAL file contents in favor of online version
|
+ Removed TUTORIAL file contents in favor of online version
|
||||||
+ Provided Mac .pkg binary
|
+ Provided Mac .pkg binary
|
||||||
|
|
||||||
1.4.0 (7/10/2008)
|
1.4.0 (7/10/2008) 60b7d15a1d22e064acf0974c5d7eabbb57dd8071
|
||||||
+ New recurring tasks feature
|
+ New recurring tasks feature
|
||||||
+ "task undelete" can now undelete erroneously deleted tasks, provided no
|
+ "task undelete" can now undelete erroneously deleted tasks, provided no
|
||||||
reports have been run (and therefore TDB::gc run)
|
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: Adding a blank priority resulted in an assigned garbage value
|
||||||
+ Bug: Fixed parsing of date "07/08/2008" when using dateformat "m/d/Y"
|
+ 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
|
+ New configuration variable, "defaultwidth" that determines the width
|
||||||
of tables when ncurses support is not available
|
of tables when ncurses support is not available
|
||||||
+ Bug: "showage" configuration variable should apply to all reports, not
|
+ 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
|
+ Bug: Task now will recreate a missing ~/.taskrc file, OR a missing
|
||||||
~/.task directory
|
~/.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
|
+ "task calendar" now displays multiple months per line, adjustable by the
|
||||||
"monthsperline" configuration variable. Feature added by Damian Glenny
|
"monthsperline" configuration variable. Feature added by Damian Glenny
|
||||||
+ "task export" can now filter tasks like the reports
|
+ "task export" can now filter tasks like the reports
|
||||||
|
@ -104,7 +108,7 @@
|
||||||
days gets added to the entry date of task 2..n
|
days gets added to the entry date of task 2..n
|
||||||
+ Bug: Fixed bug whereby "1 wks" was being improperly pluralized
|
+ 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
|
+ Bug: "dateformat" configuration variable used to display dates, but
|
||||||
not parse them
|
not parse them
|
||||||
+ "task list x" now performs a caseless comparison between "x" and the
|
+ "task list x" now performs a caseless comparison between "x" and the
|
||||||
|
@ -114,7 +118,7 @@
|
||||||
"list" and "next" reports
|
"list" and "next" reports
|
||||||
+ Improved TUTORIAL
|
+ Improved TUTORIAL
|
||||||
|
|
||||||
1.1.0 (6/7/2008)
|
1.1.0 (6/7/2008) 73286e86628725b346db2a25fbcd4bd68efb9b3a
|
||||||
+ "blanklines" configuration to stop displaying unnecessary white
|
+ "blanklines" configuration to stop displaying unnecessary white
|
||||||
space and thus work better on small-screen devices
|
space and thus work better on small-screen devices
|
||||||
+ "dateformat" configuration now determines how dates are formatted
|
+ "dateformat" configuration now determines how dates are formatted
|
||||||
|
@ -122,11 +126,11 @@
|
||||||
+ http://www.beckingham.net/task.html home page set up
|
+ http://www.beckingham.net/task.html home page set up
|
||||||
+ Added tags to the "task long" report
|
+ 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: UUID generator not properly terminating string.
|
||||||
+ Bug: srandom/srand not called prior to UUID generation.
|
+ 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
|
+ New movie made, uploaded
|
||||||
+ Bug: assertion fails on mobile for t v
|
+ Bug: assertion fails on mobile for t v
|
||||||
+ Bug: configure.ac does not properly determine ncurses availability
|
+ Bug: configure.ac does not properly determine ncurses availability
|
||||||
|
@ -139,19 +143,19 @@
|
||||||
+ Added rules for colorization by tag, project and keyword
|
+ Added rules for colorization by tag, project and keyword
|
||||||
+ Added legend to "task calendar"
|
+ Added legend to "task calendar"
|
||||||
|
|
||||||
0.9.9 (5/27/2008)
|
0.9.9 (5/27/2008) 2ecf50032226c91b406f247417a063dc17c8e324
|
||||||
+ Autoconf/automake behaving properly.
|
+ Autoconf/automake behaving properly.
|
||||||
+ Clean build on OS X 10.5.
|
+ Clean build on OS X 10.5.
|
||||||
+ Clean build on Ubuntu 8.0.
|
+ Clean build on Ubuntu 8.0.
|
||||||
+ Clean build on Fedora Core 8.
|
+ Clean build on Fedora Core 8.
|
||||||
+ Clean build on Fedora Core 9.
|
+ Clean build on Fedora Core 9.
|
||||||
|
|
||||||
0.9.8 (5/25/2008)
|
0.9.8 (5/25/2008) 18fd59a1edb20e5c68d086a97fae5fa9f6bb348a
|
||||||
+ Added "task color" command.
|
+ Added "task color" command.
|
||||||
+ Removed unnecessary files.
|
+ Removed unnecessary files.
|
||||||
+ Completed documentation.
|
+ Completed documentation.
|
||||||
|
|
||||||
0.9.7 (5/24/2008)
|
0.9.7 (5/24/2008) 25dc4150947a3e612c8118838d04b3bbe68441f7
|
||||||
+ Migrated old compiler flags into Makefile.am
|
+ Migrated old compiler flags into Makefile.am
|
||||||
+ Added ncurses endwin function check to configure.ac
|
+ Added ncurses endwin function check to configure.ac
|
||||||
+ Set up structure for AUTHORS file.
|
+ Set up structure for AUTHORS file.
|
||||||
|
|
|
@ -107,6 +107,10 @@
|
||||||
<li>Allow lower case priorities, and automatically upper case them.
|
<li>Allow lower case priorities, and automatically upper case them.
|
||||||
<li>Added support for "due" configuration variable which defines the number
|
<li>Added support for "due" configuration variable which defines the number
|
||||||
of days in the future when a task is considered due.
|
of days in the future when a task is considered due.
|
||||||
|
<li>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.
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue