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

View file

@ -33,20 +33,14 @@
</p> </p>
<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> </p>
<code><pre>% cd <code><pre>dateformat=m/d/Y</pre></code>
% 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>
<p> <p class="small">
Please be careful with that "rm -r .task" command - it is all too The "dateformat" setting is supported in task 1.1.0 and later.
easy to make a mistake and delete something important.
</p> </p>
</div> </div>