- Updated docs

This commit is contained in:
Paul Beckingham 2008-06-21 15:28:36 -04:00
parent 10ef3013e3
commit 8dc8cdeea7
2 changed files with 10 additions and 14 deletions

View file

@ -1,14 +1,16 @@
Version numbers are of the form:
x.y.z
X.Y.Z
where the x represents a major version number, or architecture. The y
represents a feature release, and the z represents a patch.
where the X represents a major version number, or architecture. The Y
represents a feature release, and the Z represents a patch.
------ plans -------------------------------------
- Configurable columns in reports
- Dependencies
- Recurring tasks
1.3.1 (?)
+ Bug: "showage" configuration variable should apply to all reports, not

View file

@ -33,20 +33,14 @@
</p>
<p>
While a fix is being worked on, here is a workaround:
While a fix is being worked on, there is a workaround.
Add the following line to your ~/.taskrc file:
</p>
<code><pre>% cd
% mv .task .task_backup
% mv .taskrc .taskrc_backup
% task version
(task will recreate .taskrc and .task)
% rm -r .task
% mv .task_backup .task</pre></code>
<code><pre>dateformat=m/d/Y</pre></code>
<p>
Please be careful with that "rm -r .task" command - it is all too
easy to make a mistake and delete something important.
<p class="small">
The "dateformat" setting is supported in task 1.1.0 and later.
</p>
</div>