mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Bug Fix - documentation
- Typo in documentation fixed (thanks to Thomas@BIC). - Added zsh tab completion script to ChangeLog (thanks to P.C. Shyamshankar).
This commit is contained in:
parent
b9448c3a2c
commit
8b17bdc037
3 changed files with 5 additions and 1 deletions
|
@ -2,8 +2,10 @@
|
||||||
------ current release ---------------------------
|
------ current release ---------------------------
|
||||||
|
|
||||||
1.8.0 (?)
|
1.8.0 (?)
|
||||||
|
+ Added zsh tab completion script (thanks to P.C. Shyamshankar).
|
||||||
+ Fixed bug that cause the _forcecolor configuration variable to be
|
+ Fixed bug that cause the _forcecolor configuration variable to be
|
||||||
considered obsolete (thank to Bruce Dillahunty).
|
considered obsolete (thank to Bruce Dillahunty).
|
||||||
|
+ Fixed documentation errors (thanks to Thomas@BIC).
|
||||||
|
|
||||||
------ old releases ------------------------------
|
------ old releases ------------------------------
|
||||||
|
|
||||||
|
|
|
@ -90,7 +90,7 @@
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
The intent here is that task 3 have its description modified to be
|
The intent here is that task 3 have its description modified to be
|
||||||
"40123 is back-ordered, try again next week", but will be
|
"4-123 is back-ordered, try again next week", but will be
|
||||||
misinterpreted as tasks 3, 4, 5, 6 ... 123 will all be modified
|
misinterpreted as tasks 3, 4, 5, 6 ... 123 will all be modified
|
||||||
to have the description "is back-ordered, try again next week".
|
to have the description "is back-ordered, try again next week".
|
||||||
The solution is to quote the whole description:
|
The solution is to quote the whole description:
|
||||||
|
|
|
@ -143,8 +143,10 @@
|
||||||
|
|
||||||
<h4>New in version 1.8.0 (?)</h4>
|
<h4>New in version 1.8.0 (?)</h4>
|
||||||
<ul>
|
<ul>
|
||||||
|
<li>Added zsh tab completion script (thanks to P.C. Shyamshankar).
|
||||||
<li>Fixed bug that cause the _forcecolor configuration variable to be
|
<li>Fixed bug that cause the _forcecolor configuration variable to be
|
||||||
considered obsolete (thank to Bruce Dillahunty).
|
considered obsolete (thank to Bruce Dillahunty).
|
||||||
|
<li>Fixed documentation errors (thanks to Thomas@BIC).
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue