mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
- Converted 1.4.2 references to 1.5.0.
This commit is contained in:
parent
e7304e86ce
commit
78fae5195b
9 changed files with 45 additions and 53 deletions
|
@ -7,6 +7,11 @@ represents a feature release, and the Z represents a patch.
|
||||||
|
|
||||||
------ current release ---------------------------
|
------ current release ---------------------------
|
||||||
|
|
||||||
|
1.5.0 (?)
|
||||||
|
+ Removed deprecated TUTORIAL file.
|
||||||
|
|
||||||
|
------ old releases ------------------------------
|
||||||
|
|
||||||
1.4.2 (9/18/2008)
|
1.4.2 (9/18/2008)
|
||||||
+ "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)
|
||||||
|
@ -30,8 +35,6 @@ represents a feature release, and the Z represents a patch.
|
||||||
+ 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)
|
||||||
|
|
||||||
------ old releases ------------------------------
|
|
||||||
|
|
||||||
1.4.1 (7/18/2008)
|
1.4.1 (7/18/2008)
|
||||||
+ 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
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
SUBDIRS = src
|
SUBDIRS = src
|
||||||
EXTRA_DIST = TUTORIAL DEVELOPERS
|
EXTRA_DIST = DEVELOPERS
|
||||||
|
|
||||||
|
|
2
NEWS
2
NEWS
|
@ -1,4 +1,4 @@
|
||||||
Welcome to Task 1.4.0.
|
Welcome to Task 1.5.0.
|
||||||
|
|
||||||
Task has been built and tested on the following configurations:
|
Task has been built and tested on the following configurations:
|
||||||
|
|
||||||
|
|
6
TUTORIAL
6
TUTORIAL
|
@ -1,6 +0,0 @@
|
||||||
|
|
||||||
This TUTORIAL file has been deprecated. It is superceded by a richer and more
|
|
||||||
extensive online version that can be found at:
|
|
||||||
|
|
||||||
http://www.beckingham.net/task.html
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
AC_PREREQ(2.61)
|
AC_PREREQ(2.61)
|
||||||
AC_INIT(task, 1.4.2, bugs@beckingham.net)
|
AC_INIT(task, 1.5.0, bugs@beckingham.net)
|
||||||
AM_INIT_AUTOMAKE
|
AM_INIT_AUTOMAKE
|
||||||
AC_CONFIG_SRCDIR([src/task.cpp])
|
AC_CONFIG_SRCDIR([src/task.cpp])
|
||||||
AC_CONFIG_HEADER([auto.h])
|
AC_CONFIG_HEADER([auto.h])
|
||||||
|
|
14
html/README
14
html/README
|
@ -1,14 +0,0 @@
|
||||||
Documentation Restructuring
|
|
||||||
high level pages
|
|
||||||
download
|
|
||||||
previous verisons
|
|
||||||
tutorial
|
|
||||||
recurrence
|
|
||||||
priorities
|
|
||||||
subprojects
|
|
||||||
tags
|
|
||||||
|
|
||||||
|
|
||||||
need page banner
|
|
||||||
need task link off beckinghma.net
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
<title>Task 1.4.2</title>
|
<title>Task 1.5.0</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<link rel="stylesheet" href="task.css" type="text/css" />
|
<link rel="stylesheet" href="task.css" type="text/css" />
|
||||||
</head>
|
</head>
|
||||||
|
@ -75,12 +75,12 @@
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Source:</td>
|
<td>Source:</td>
|
||||||
<td><a href="http://www.beckingham.net/task-1.4.2.tar.gz">task-1.4.2.tar.gz</a></td>
|
<td><a href="http://www.beckingham.net/task-1.5.0.tar.gz">task-1.5.0.tar.gz</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<!--
|
<!--
|
||||||
<tr>
|
<tr>
|
||||||
<td>Mac OS X 10.5 (Leopard) Intel-only:</td>
|
<td>Mac OS X 10.5 (Leopard) Intel-only:</td>
|
||||||
<td><a href="http://www.beckingham.net/task-1.4.2.pkg">task-1.4.2.pkg</a></td>
|
<td><a href="http://www.beckingham.net/task-1.5.0.pkg">task-1.5.0.pkg</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
-->
|
-->
|
||||||
<!--
|
<!--
|
||||||
|
@ -89,35 +89,14 @@
|
||||||
Debian package:
|
Debian package:
|
||||||
(Thanks to <a href="http://blog.rfquerin.org">Richard Querin</a>):
|
(Thanks to <a href="http://blog.rfquerin.org">Richard Querin</a>):
|
||||||
</td>
|
</td>
|
||||||
<td><a href="http://www.beckingham.net/task_1.4.2-1_i386.deb">task_1.4.2-1_i386.deb</a></td>
|
<td><a href="http://www.beckingham.net/task_1.5.0-1_i386.deb">task_1.5.0-1_i386.deb</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
-->
|
-->
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<h4>New in version 1.4.2 (9/18/2008)</h4>
|
<h4>New in version 1.5.0 (?)</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li>"task undo" can now retract a "task done" command, provided no
|
<li>
|
||||||
reports have been run.
|
|
||||||
<li>Task now correctly sorts on entire strings, instead of just the
|
|
||||||
first character (thanks to Andy Lester).
|
|
||||||
<li>Task now uses dashes (-----) to underline column headings when
|
|
||||||
color is disabled (thanks to Vincent Fleuranceau).
|
|
||||||
<li>Task now allows mixed case attribute names (pri:, PRI:, Pri: ...)
|
|
||||||
and commands (add, ADD, Add ...) (thanks to Vincent Fleuranceau).
|
|
||||||
<li>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).
|
|
||||||
<li>Task supports improved word-wrapping to the terminal width.
|
|
||||||
<li>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.
|
|
||||||
<li>Task supports modifying the existing description of a task, with the
|
|
||||||
following syntax: task <id> "new description ...".
|
|
||||||
<li>Fixed bug so that relative dates in filters (task list due:eom,
|
|
||||||
task list due:tomorrow, task list due:23rd ...) are now properly
|
|
||||||
supported.
|
|
||||||
<li>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)
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
@ -35,6 +35,36 @@
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
<p>
|
||||||
|
<h4>New in version 1.4.2 (9/18/2008)</h4>
|
||||||
|
<a href="http://www.beckingham.net/task-1.4.2.tar.gz">task-1.4.2.tar.gz</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>"task undo" can now retract a "task done" command, provided no
|
||||||
|
reports have been run.
|
||||||
|
<li>Task now correctly sorts on entire strings, instead of just the
|
||||||
|
first character (thanks to Andy Lester).
|
||||||
|
<li>Task now uses dashes (-----) to underline column headings when
|
||||||
|
color is disabled (thanks to Vincent Fleuranceau).
|
||||||
|
<li>Task now allows mixed case attribute names (pri:, PRI:, Pri: ...)
|
||||||
|
and commands (add, ADD, Add ...) (thanks to Vincent Fleuranceau).
|
||||||
|
<li>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).
|
||||||
|
<li>Task supports improved word-wrapping to the terminal width.
|
||||||
|
<li>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.
|
||||||
|
<li>Task supports modifying the existing description of a task, with the
|
||||||
|
following syntax: task <id> "new description ...".
|
||||||
|
<li>Fixed bug so that relative dates in filters (task list due:eom,
|
||||||
|
task list due:tomorrow, task list due:23rd ...) are now properly
|
||||||
|
supported.
|
||||||
|
<li>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)
|
||||||
|
</ul>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<h4>New in version 1.4.1 (7/18/2008)</h4>
|
<h4>New in version 1.4.1 (7/18/2008)</h4>
|
||||||
<a href="http://www.beckingham.net/task-1.4.1.tar.gz">task-1.4.1.tar.gz</a>
|
<a href="http://www.beckingham.net/task-1.4.1.tar.gz">task-1.4.1.tar.gz</a>
|
||||||
|
|
|
@ -98,7 +98,7 @@ task history History shows general activity - how
|
||||||
completed etc, by month
|
completed etc, by month
|
||||||
|
|
||||||
And that's it. There are more commands than this
|
And that's it. There are more commands than this
|
||||||
covered in the TUTORIAL file, but this should give
|
covered in the online documentation, but this should give
|
||||||
the basic idea.
|
the basic idea.
|
||||||
|
|
||||||
Thank you for watching.
|
Thank you for watching.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue