mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 09:53:08 +02:00
- Updated docs
This commit is contained in:
parent
10ef3013e3
commit
8dc8cdeea7
2 changed files with 10 additions and 14 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue