- 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: Principal Author:
Paul Beckingham, paul@beckingham.net Paul Beckingham, paul@beckingham.net
Damian Glenny
With thanks to: With thanks to:
Eugene Kramer Eugene Kramer
SK SK
Damian Glenny
Richard Querin Richard Querin
Bruce Israel Bruce Israel

View file

@ -9,6 +9,13 @@ represents a feature release, and the z represents a patch.
Configurable columns in reports 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 ----------------------------------- ------ reality -----------------------------------
1.2.0 (6/13/2008) 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: Task has been built and tested on the following configurations:

View file

@ -678,7 +678,8 @@ Configuring Task
Y four-digit year 2008 Y four-digit year 2008
The string may also contain other characters to act as 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 d/m/Y 7/6/2008
YMD 20080607 YMD 20080607
@ -687,6 +688,9 @@ Configuring Task
showage May be "yes" or "no". Determines whether the "Age" showage May be "yes" or "no". Determines whether the "Age"
column appears on the "list" and "next" reports. 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 May be "on" or "off". Determines whether task uses
color. color.

View file

@ -165,23 +165,30 @@ a img { border: none; padding: 0; margin: 0; }
<h2 class="title">Get the Source Code</h2> <h2 class="title">Get the Source Code</h2>
<div class="content"> <div class="content">
<p> <p>
Download the latest task source code Download the
<a href="http://www.beckingham.net/task-1.3.0.tar.gz">task-1.3.0.tar.gz</a> <a href="http://www.beckingham.net/task-1.3.0.tar.gz">latest version</a>
(6/13/2008). of the task source code (6/17/2008).
</p> </p>
<p> <p>
<h4>New in version 1.3.0</h4> <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> </p>
<ul> <ul>
<li>? <li>"task calendar" now displays multiple months per line, adjustable
<ul> 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> <p>
<h4>New in version 1.2.0</h4> <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> </p>
<ul> <ul>
@ -198,7 +205,7 @@ a img { border: none; padding: 0; margin: 0; }
<p> <p>
<h4>New in version 1.1.0</h4> <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 /> <br />
Debian package: <a href="http://www.beckingham.net/task_1.1.0-1_i386.deb">task_1.1.0-1_i386.deb</a> 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) (Thanks to Richard Querin)
@ -1032,7 +1039,7 @@ on_white on_bright_white</code></pre>
<p> <p>
The string may also contain other characters to act as spacers, 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>
<p> <p>
@ -1063,6 +1070,12 @@ on_white on_bright_white</code></pre>
column appears on the "list" and "next" reports. column appears on the "list" and "next" reports.
<dd> <dd>
<dt>monthsperline</dt>
<dd>
Determines how many months the "task calendar" command
renders across the screen. Defaults to 1.
</dd>
<dt>color</dt> <dt>color</dt>
<dd> <dd>
May be "on" or "off". Determines whether task uses color. May be "on" or "off". Determines whether task uses color.