- Updated various documents.

This commit is contained in:
Paul Beckingham 2008-06-16 23:26:22 -04:00
parent f3e995ef92
commit 08fc906d5f
5 changed files with 36 additions and 12 deletions

View file

@ -1,10 +1,10 @@
Principal Author:
Paul Beckingham, paul@beckingham.net
Damian Glenny
With thanks to:
Eugene Kramer
SK
Damian Glenny
Richard Querin
Bruce Israel

View file

@ -9,6 +9,13 @@ represents a feature release, and the z represents a patch.
Configurable columns in reports
1.3.0 (?)
+ "task calendar" now displays multiple months per line, adjustable
by the "monthsperline" configuration variable. Feature added by
Damian Glenny
- Bug: Segmentation fault when no "dateformat" configuration variable
specified
------ reality -----------------------------------
1.2.0 (6/13/2008)

2
NEWS
View file

@ -1,4 +1,4 @@
Welcome to Task 1.2.0.
Welcome to Task 1.3.0.
Task has been built and tested on the following configurations:

View file

@ -678,7 +678,8 @@ Configuring Task
Y four-digit year 2008
The string may also contain other characters to act as
spacers, or formatting. Other values could include:
spacers, or formatting. Other values could include
(but are not limited to):
d/m/Y 7/6/2008
YMD 20080607
@ -687,6 +688,9 @@ Configuring Task
showage May be "yes" or "no". Determines whether the "Age"
column appears on the "list" and "next" reports.
monthsperline Determines how many months the "task calendar" command
renders across the screen. Defaults to 1.
color May be "on" or "off". Determines whether task uses
color.

View file

@ -165,23 +165,30 @@ a img { border: none; padding: 0; margin: 0; }
<h2 class="title">Get the Source Code</h2>
<div class="content">
<p>
Download the latest task source code
<a href="http://www.beckingham.net/task-1.3.0.tar.gz">task-1.3.0.tar.gz</a>
(6/13/2008).
Download the
<a href="http://www.beckingham.net/task-1.3.0.tar.gz">latest version</a>
of the task source code (6/17/2008).
</p>
<p>
<h4>New in version 1.3.0</h4>
source: <a href="http://www.beckingham.net/task-1.3.0.tar.gz">task-1.3.0.tar.gz</a>
Source: <a href="http://www.beckingham.net/task-1.3.0.tar.gz">task-1.3.0.tar.gz</a>
</p>
<ul>
<li>?
<ul>
<li>"task calendar" now displays multiple months per line, adjustable
by the "monthsperline" configuration variable. Feature added by
Damian Glenny
<li>Fixed bug where task generates a segmentation fault for several
commands, when no "dateformat" configuration variable was present
</ul>
<p>
<h4>New in version 1.2.0</h4>
source: <a href="http://www.beckingham.net/task-1.2.0.tar.gz">task-1.2.0.tar.gz</a>
Source: <a href="http://www.beckingham.net/task-1.2.0.tar.gz">task-1.2.0.tar.gz</a>
<br />
Debian package: <a href="http://www.beckingham.net/task_1.2.0-1_i386.deb">task_1.2.0-1_i386.deb</a>
(Thanks to Richard Querin)
</p>
<ul>
@ -198,7 +205,7 @@ a img { border: none; padding: 0; margin: 0; }
<p>
<h4>New in version 1.1.0</h4>
source: <a href="http://www.beckingham.net/task-1.1.0.tar.gz">task-1.1.0.tar.gz</a>
Source: <a href="http://www.beckingham.net/task-1.1.0.tar.gz">task-1.1.0.tar.gz</a>
<br />
Debian package: <a href="http://www.beckingham.net/task_1.1.0-1_i386.deb">task_1.1.0-1_i386.deb</a>
(Thanks to Richard Querin)
@ -1032,7 +1039,7 @@ on_white on_bright_white</code></pre>
<p>
The string may also contain other characters to act as spacers,
or formatting. Other values could include:
or formatting. Other values could include (but are not limited to):
</p>
<p>
@ -1063,6 +1070,12 @@ on_white on_bright_white</code></pre>
column appears on the "list" and "next" reports.
<dd>
<dt>monthsperline</dt>
<dd>
Determines how many months the "task calendar" command
renders across the screen. Defaults to 1.
</dd>
<dt>color</dt>
<dd>
May be "on" or "off". Determines whether task uses color.