2009-09-02 14:21:19 by Thomas Klausner | Files touched by this commit (4) |
Log message:
Update to 1.8.1:
- Attribute modifiers, for precise queries
- Improved calendar feature
- Full undo capability
- All reports now customizable
- Command aliases can now be created
- In addition to being a standard part of Fedora 10 and 11 (yum install task),
task is now also a standard part of Cygwin 1.5
- There are new demo movies on taskwarrior.org
Please refer to the ChangeLog file for full details. There are too many to
list here.
|
2009-06-30 15:03:24 by Kamel Derouiche | Files touched by this commit (4) |
Log message:
o Update version 1.6.1 --> 1.7.1
o Set LICENSE
o fixed problem with PLIST, use patch-aa
o Added DESTDIR Support
|
2009-04-24 17:34:43 by Emil Sköldberg | Files touched by this commit (2) |
Log message:
Update 1.6.0 -> 1.6.1
Changes:
* Fixed bug that caused new, first-time .taskrc files to be written
without including the custom report labels (thanks to P.C. Shyamshankar).
|
2009-04-15 22:44:57 by Emil Sköldberg | Files touched by this commit (2) |
Log message:
Update 1.5.0 -> 1.6.0
Changes since 1.5.0:
* Added support for new "append" command that adds more description
text to an existing task.
* Added support for the "weekdays" recurrence, which means a task can
recur five times a week, and not on weekends (thanks to Chris
Pride).
* UTF8 text is now supported in task project names, tags and
descriptions.
* Fixed bug that caused the y/n confirmation on task deletion to
ignore the Enter key and fail to re-prompt (thanks to Bruce
Dillahunty).
* When the "echo.command" configuration variable is set to \
"yes", it
causes commands that modify tasks to display which task was affected
(thanks to Bruce Dillahunty).
* A task can now be annotated with the command "task annotate ...",
and a timestamped annotation will appear in reports.
* A 'description_only' column is now available for use in custom
reports, and it excludes annotations.
* A task can now be upgraded to a recurring task by adding a
recurrence frequency, a due date, and an optional until date.
* When a recurring task is modified, all other instances of the
recurring task are also modified.
* Custom reports now support user-specified column labels (thanks to
T. Charles Yun).
* Task can now import tasks from a variety of data formats, including
task export files from versions 1.4.3 and earlier, versions 1.5.0
and later, todo.sh 2.x, CSV, plain text and task command line. See
online docs for full details.
* Export was including 'id' in the column header even though it was
not included in the data.
* The task file format has changed slightly. Please back up your task
data files before upgrading to 1.6.0.
* Added new column 'recurrence_indicator' that displays an 'R' if the
task is a recurring task. This column can be added to any custom
report.
* Added new column 'tag_indicator' that displays a '+' if the task has
any tags. This column can be added to any custom report.
* Fixed bug where sometimes a task description was concatenated oddly
if there was a colon somewhere in the description.
* Fixed bug that caused recurring annual tasks to exhibit a creeping
due date, because of an assumption of 365 days per year, which
failed to consider leap years (thanks to T. Charles Yun).
* Annotations can now be modified with the substitution commands
/from/to/.
* Substitutions can now be made global with /from/to/g and all
occurrences of "from" will be replaced with "to".
|
2009-03-18 15:17:52 by Emil Sköldberg | Files touched by this commit (2) |
Log message:
Update 1.4.3 -> 1.5.0
Changes since 1.4.3:
* Removed deprecated TUTORIAL file.
* Removed support for the "showage" configuration variable.
* "task stop" can remove the start time from a started task.
* "task ghistory" now displays a differently aligned graph, allowing
* easier comparison by month of tasks added versus completed and
deleted.
* "task version" command now reports unrecognized configuration
variables, which may be spelling mistakes or deprecated variables.
* "configure --enable-debug" now supported to suppress compiler
optimization to allow debugging.
* 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. Several
of task's built in reports have been converted to user-defined
reports.
* New online documentation for custom reports.
* New algorithm for determining when the "nag" message is displayed.
* Fixed bug where task hangs with a certain combination of recurring
tasks and shadow files.
* Fixed bug with the task sort algorithm, which led to an unstable
sequence when there were only a handful of tasks.
* Performance enhanced by eliminating unnecessary sorting.
* Task now has a large (and growing) test suite and bug regression
tests to help ensure higher quality releases.
* Fixed bug that caused large performance hit during table rendering.
* Fixed bug that concatenated a modified description without spaces.
* Added new column 'recur' that displays the recurrence period of any
recurring tasks. This column can be added to any custom report.
* Added support for "color.recurring" configuration variable which
specifies the color of recurring tasks.
* Added support for "locking" configuration variable that controls
whether file locking is used.
* Task export feature now includes recurrence information, removes
nested quotes, and limits output to pending tasks.
* Task no longer includes deleted tasks in the summary report (thanks
to Benjamin Tegarden).
* Fixed bug that prevented the summary report from properly reporting
recently completed tasks.
|
2009-02-28 13:57:35 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Fix HOMEPAGE and MASTER_SITES.
|
2009-02-28 01:00:54 by Emil Sköldberg | Files touched by this commit (4) | |
Log message:
Import task-1.4.3 as wip/task.
Task is an open source, command-line, TODO list manager.
|