mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Documentation Update
- Added faq question/answer. - Clarified file format upgrade via backup warning.
This commit is contained in:
parent
a5fef2cc6b
commit
5b1d64960d
3 changed files with 31 additions and 7 deletions
|
@ -45,9 +45,10 @@
|
|||
the colors. How do I fix this?
|
||||
</b>
|
||||
<br />
|
||||
A: Task knows when the output is not going directly to a
|
||||
terminal, and strips out all the color control characters.
|
||||
Prevent this with the following entry in your .taskrc file:
|
||||
A: Task knows (or thinks it knows) when the output is not going
|
||||
directly to a terminal, and strips out all the color control
|
||||
characters. Prevent this with the following entry in your
|
||||
.taskrc file:
|
||||
<pre><code>_forcecolor=on</code></pre>
|
||||
</p>
|
||||
<hr>
|
||||
|
@ -85,6 +86,28 @@
|
|||
</p>
|
||||
<hr>
|
||||
|
||||
<p>
|
||||
<b>
|
||||
Q: Can I revert to a previous version of task? How?
|
||||
</b>
|
||||
<br />
|
||||
A: Yes, you can revert to a previous version of task,
|
||||
simply by downloading an
|
||||
<a href="versions.html">older version</a> and
|
||||
installing it. If you find a bug in task, then this
|
||||
may be the only way to work around the bug, until a
|
||||
new release is made.
|
||||
</p>
|
||||
<p>
|
||||
Note that it is possible that the task file format will
|
||||
change. For example, the format changed between versions
|
||||
1.5.0 and 1.6.0. Task will automatically upgrade the file
|
||||
but if you need to revert to a previous version of task,
|
||||
there is the file format to consider. This is yet another
|
||||
good reason to back up your task data files!
|
||||
</p>
|
||||
<hr>
|
||||
|
||||
<!--
|
||||
<p>
|
||||
<b>
|
||||
|
|
|
@ -58,11 +58,8 @@
|
|||
<li><a href="filter.html">Filters</a>
|
||||
<li><a href="shadow.html">Shadow Files</a>
|
||||
<li><a href="custom.html">Custom Reports</a>
|
||||
<<<<<<< HEAD:html/task.html
|
||||
<li><a href="faq.html">Frequently Asked Questions</a>
|
||||
=======
|
||||
<li><a href="import.html">Data Import</a>
|
||||
>>>>>>> import:html/task.html
|
||||
<li><a href="faq.html">Frequently Asked Questions</a>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
|
@ -129,6 +126,8 @@
|
|||
full details.
|
||||
<li>Export was including 'id' in the column header even though it was not
|
||||
included in the data.
|
||||
<li>The task file format has changed slightly. Please back up your task
|
||||
data files before upgrading to 1.6.0.
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue