From a77d4662f89c11b9e1f7ecf41ae2e430200c9da6 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Wed, 22 Apr 2009 19:50:06 -0400 Subject: [PATCH] New Version - 1.6.1 --- NEWS | 2 +- configure.ac | 2 +- html/task.html | 51 ++++--------------------------- html/versions.html | 76 ++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 84 insertions(+), 47 deletions(-) diff --git a/NEWS b/NEWS index 115c75487..c152ae02e 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Welcome to Task 1.6.0. +Welcome to Task 1.6.1. Task has been built and tested on the following configurations: diff --git a/configure.ac b/configure.ac index 7635cd3f0..0a4c99378 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT(task, 1.6.0, bugs@beckingham.net) +AC_INIT(task, 1.6.1, bugs@beckingham.net) CFLAGS="${CFLAGS=}" CXXFLAGS="${CXXFLAGS=}" diff --git a/html/task.html b/html/task.html index d7bbb89f4..e0a62889d 100644 --- a/html/task.html +++ b/html/task.html @@ -77,11 +77,11 @@
+ +-->
Red Hat: @@ -101,61 +100,23 @@ task-1.6.0-1.FC10.i386.rpm
Git - get the whole source and history: http://github.com/pbeckingham/task
-

New in version 1.6.0 (?)

+

New in version 1.6.1 (4/22/2009)

(Find out what was new in prior versions)

diff --git a/html/versions.html b/html/versions.html index e9dee7fd8..638078217 100644 --- a/html/versions.html +++ b/html/versions.html @@ -36,6 +36,82 @@
+

New in version 1.6.0 (4/13/2009)

+

+ + + + + + + + + + + + + + +
Source:task-1.6.0.tar.gz
+ Red Hat: + (Thanks to Federico Hernandez): + task-1.6.0-1.FC10.i386.rpm
Git - get the whole source and history:http://github.com/pbeckingham/task
+ +

    +
  • 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". +
+

New in version 1.5.0 (3/15/2009)