Prior versions

Version 18 (Federico Hernandez, 07/28/2009 01:51 PM)

1 4 David Patrick
-
2 4 David Patrick
{{include(wikibar_stand-in)}}
3 4 David Patrick
4 16 Federico Hernandez
!/attachments/download/43/changelog-h.png!
5 1
6 16 Federico Hernandez
h2. Prior versions
7 16 Federico Hernandez
8 15 Federico Hernandez
{{>toc}}
9 14 Paul Beckingham
10 17 Federico Hernandez
{{include(V171)}}
11 17 Federico Hernandez
{{include(V170)}}
12 18 Federico Hernandez
{{include(V161)}}
13 18 Federico Hernandez
{{include(V160)}}
14 1
15 1
16 1
h2. New in version 1.5.0 (3/15/2009)
17 1
18 6 Federico Hernandez
Source: *"task-1.5.0.tar.gz":http://www.taskwarrior.org/download/task-1.5.0.tar.gz*
19 6 Federico Hernandez
Mac OS X 10.5 (Leopard) Intel-only: *"task-1.5.0.pkg":http://www.taskwarrior.org/download/task-1.5.0.pkg*
20 6 Federico Hernandez
Debian: (Thanks to Richard Querin): *"task_1.5.0-1_i386.deb":http://www.taskwarrior.org/download/task_1.5.0-1_i386.deb*
21 7 Federico Hernandez
Red Hat: (Thanks to Federico Hernandez): *"task-1.5.0-1.i386.rpm":http://www.taskwarrior.org/download/task-1.5.0-1.i386.rpm*
22 1
23 1
    * Removed deprecated TUTORIAL file.
24 1
    * Removed support for the "showage" configuration variable.
25 1
    * "task stop" can remove the start time from a started task.
26 1
    * "task ghistory" now displays a differently aligned graph, allowing easier comparison by month of tasks added versus completed and deleted.
27 1
    * "task version" command now reports unrecognized configuration variables, which may be spelling mistakes or deprecated variables.
28 1
    * "configure --enable-debug" now supported to suppress compiler optimization to allow debugging.
29 1
    * Allow lower case priorities, and automatically upper case them.
30 1
    * Added support for "due" configuration variable which defines the number of days in the future when a task is considered due.
31 1
    * 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. Several of task's built in reports have been converted to user-defined reports.
32 1
    * New online documentation for custom reports.
33 1
    * New algorithm for determining when the "nag" message is displayed.
34 1
    * Fixed bug where task hangs with a certain combination of recurring tasks and shadow files.
35 1
    * Fixed bug with the task sort algorithm, which led to an unstable sequence when there were only a handful of tasks.
36 1
    * Performance enhanced by eliminating unnecessary sorting.
37 1
    * Task now has a large (and growing) test suite and bug regression tests to help ensure higher quality releases.
38 1
    * Fixed bug that caused large performance hit during table rendering.
39 1
    * Fixed bug that concatenated a modified description without spaces.
40 1
    * Added new column 'recur' that displays the recurrence period of any recurring tasks. This column can be added to any custom report.
41 1
    * Added support for "color.recurring" configuration variable which specifies the color of recurring tasks.
42 1
    * Added support for "locking" configuration variable that controls whether file locking is used.
43 1
    * Task export feature now includes recurrence information, removes nested quotes, and limits output to pending tasks.
44 1
    * Task no longer includes deleted tasks in the summary report (thanks to Benjamin Tegarden).
45 1
    * Fixed bug that prevented the summary report from properly reporting recently completed tasks. 
46 1
47 1
h2. New in version 1.4.3 (11/1/2008)
48 1
49 8 Federico Hernandez
Source: *"task-1.4.3.tar.g":http://www.taskwarrior.org/download/task-1.4.3.tar.gz*
50 8 Federico Hernandez
Mac OS X 10.5 (Leopard) Intel-only: *"task-1.4.3.pkg":http://www.taskwarrior.org/download/task-1.4.3.pkg*
51 8 Federico Hernandez
Debian package: *"task_1.4.3-1_i386.deb":http://www.taskwarrior.org/download/task_1.4.3-1_i386.deb* (Thanks to Richard Querin)
52 1
53 1
    * Fixed misleading task count at bottom of "info" report.
54 1
    * Added support for a shadow file that contains a plain text task report, with the "shadow.file" and "shadow.command" configuration variables. The shadow file is automatically updated whenever the task database changes. Useful for integrating with "Samurize".
55 1
    * Task now displays a message whenever a shadow file is updated, if the "shadow.notify" configuration variable is set "on".
56 1
    * Fixed bug whereby adding a task with a \n, \r or \f did not fail properly.
57 1
    * Removed "task usage" command.
58 1
    * Added documentation for Shadow files.
59 1
    * Added documentation for task filters. 
60 1
61 1
h2. New in version 1.4.2 (9/18/2008)
62 1
63 8 Federico Hernandez
Source: *"task-1.4.2.tar.gz":http://www.taskwarrior.org/download/task-1.4.2.tar.gz*
64 8 Federico Hernandez
Mac OS X 10.5 (Leopard) Intel-only: *"task-1.4.2.pkg":http://www.taskwarrior.org/download/task-1.4.2.pkg*
65 8 Federico Hernandez
Debian package: *"taskk_1.4.2-1_i386.deb":http://www.taskwarrior.org/download/task_1.4.2-1_i386.deb* (Thanks to Richard Querin)
66 1
67 1
    * "task undo" can now retract a "task done" command, provided no reports have been run.
68 1
    * Task now correctly sorts on entire strings, instead of just the first character (thanks to Andy Lester).
69 1
    * Task now uses dashes (-----) to underline column headings when color is disabled (thanks to Vincent Fleuranceau).
70 1
    * Task now allows mixed case attribute names (pri:, PRI:, Pri: ...) and commands (add, ADD, Add ...) (thanks to Vincent Fleuranceau).
71 1
    * Task now supports a default project and priority for new tasks, via the new "default.project" and "default.priority" configuration variables (thanks to Vincent Fleuranceau).
72 1
    * Task supports improved word-wrapping to the terminal width.
73 1
    * Task now supports "default.command" configuration variable (for example it could contain "list due:tomorrow") which is the command that is run whenever task is invoked with no arguments.
74 1
    * Task supports modifying the existing description of a task, with the following syntax: task <id> "new description ...".
75 1
    * Fixed bug so that relative dates in filters (task list due:eom, task list due:tomorrow, task list due:23rd ...) are now properly supported.
76 2 David Patrick
    * Fixed bug so that source now properly includes <string.h> in order to build clean using gcc 4.3 (thanks to H. ?brahim Güngör) 
77 1
78 1
h2. New in version 1.4.1 (7/18/2008)
79 1
80 8 Federico Hernandez
Source: *"task-1.4.1.tar.gz":http://www.taskwarrior.org/download/task-1.4.1.tar.gz*
81 8 Federico Hernandez
Mac OS X 10.5 (Leopard) Intel-only: *"task-1.4.1.pkg":http://www.taskwarrior.org/download/task-1.4.1.pkg*
82 8 Federico Hernandez
Debian package: *"task_1.4.1-1_i386.deb":http://www.taskwarrior.org/download/task_1.4.1-1_i386.deb* (Thanks to Richard Querin)
83 1
84 1
    * Fixed bug: Descriptions could not be altered with "task 123 New description"
85 1
    * Tweak: For "task calendar" month names are now centered over the month
86 1
    * Removed TUTORIAL file contents in favor of online version
87 1
    * New Mac Intel-only Leopard (10.5) binary package 
88 1
89 1
h2. New in version 1.4.0 (7/10/2008)
90 1
91 8 Federico Hernandez
Source: *"task-1.4.0.tar.gz":http://www.taskwarrior.org/download/task-1.4.0.tar.gz*
92 9 Federico Hernandez
Debian package: *"task_1.4.0-1_i386.deb":http://www.taskwarrior.org/download/task_1.4.0-1_i386.deb* (Thanks to Richard Querin)
93 1
94 1
    * Added new recurring tasks feature
95 1
    * Added "task undelete" feature to restore a (very) recently deleted task
96 1
    * Added averages to the "task history" report
97 1
    * Added bar chart history report "task ghistory"
98 1
    * Added support for rc:<file> to allow override of the default ~/.taskrc file
99 1
    * Added support for relative due: dates, such as "tomorrow", "friday", "23rd", "eom"
100 1
    * Added support for task filtering on all reports
101 1
    * Automatically shuts off color, ncurses when output is not to a tty
102 1
    * Added support for the ~ character in .taskrc data.location, for flexibility
103 1
    * Allows colons on the description, provided what is to the left of the colon is not a standard attribute name
104 1
    * Fixed bug where Esc[0m sequences were being emitted for no good reason
105 1
    * Fixed bug where table headers are underlined when color is turned off
106 1
    * Fixed bug where adding a blank priority resulted in an assigned garbage value
107 1
    * Fixed bug parsing date "07/08/2008" when using dateformat "m/d/Y" 
108 1
109 1
h2. New in version 1.3.1
110 1
111 1
Source: *"task-1.3.1.tar.gz":http://www.taskwarrior.org/download/task-1.3.1.tar.gz*
112 1
Debian package: *"task_1.3.1-1_i386.deb":http://www.taskwarrior.org/download/task_1.3.1-1_i386.deb* (Thanks to Richard Querin)
113 1
114 8 Federico Hernandez
    * New configuration variable "defaultwidth" determines the width of windows in the absense of ncurses support
115 8 Federico Hernandez
    * Fixed bug where "showage" configuration variable was not being oberved by the "task long" report
116 1
    * Fixed bug causing segmentation faults (mostly for Ubuntu users) when various commands are run
117 1
    * Fixed bug so that task now will recreate a missing ~/.taskrc file, OR a missing ~/.task directory 
118 1
119 1
h2. New in version 1.3.0
120 1
121 1
Source: *"task-1.3.0.tar.gz":http://www.taskwarrior.org/download/task-1.3.0.tar.gz*
122 1
Debian package: *"task_1.3.0-0_i386.deb":http://www.taskwarrior.org/download/task_1.3.0-0_i386.deb* (Thanks to Richard Querin)
123 1
124 8 Federico Hernandez
    * "task calendar" now displays multiple months per line, adjustable by the "monthsperline" configuration variable. Feature added by Damian Glenny
125 8 Federico Hernandez
    * Displays shorter message when a command is entered incorrectly, and the full usage for "task help"
126 1
    * "task export" can now filter tasks like the reports
127 1
    * "task oldest" shows the oldest tasks
128 1
    * "task newest" shows the newest tasks
129 1
    * Fixed bug where task generates a segmentation fault for several commands, when no "dateformat" configuration variable was present
130 1
    * Fixed bug whereby if you have more than one task with a due date, 7 days gets added to the entry date of task 2..n
131 1
    * Fixed bug whereby "1 wks" was being improperly pluralized 
132 1
133 1
h2. New in version 1.2.0
134 1
135 1
Source: *"task-1.2.0.tar.gz":http://www.taskwarrior.org/download/task-1.2.0.tar.gz*
136 1
137 1
    * Subprojects supported - please see documentation below, or TUTORIAL file
138 8 Federico Hernandez
    * "dateformat" configuration variable now properly used to parse as well as render dates
139 1
    * "task list x" now performs a caseless comparison between "x" and the task description
140 1
    * "showage" configuration variable determines whether the "Age" column should appear on the "task list" and "task next" reports
141 9 Federico Hernandez
    * Improvements to the TUTORIAL file and this page 
142 11 David Patrick
143 18 Federico Hernandez
{{include(110)}}
144 18 Federico Hernandez
{{include(101)}}
145 18 Federico Hernandez
{{include(100)}}