mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 13:23:08 +02:00
Documentation Update
- Reorganized entries in ChangeLog. - Added missing rc.name= feature description.
This commit is contained in:
parent
9ce55bcf67
commit
167b9aa8eb
1 changed files with 4 additions and 2 deletions
|
@ -16,11 +16,14 @@
|
|||
"description.word:th" will not. For partial word matches, there is still
|
||||
"description.contains:th".
|
||||
+ The 'version' command now complains about use of deprecated color names and
|
||||
duplicate entries.
|
||||
duplicate entries in .taskrc.
|
||||
+ Task now supports nested .taskrc files using the "include /path" directive.
|
||||
+ The 'entry', 'start' and 'end' columns now have equivalents that include the
|
||||
time, and are called 'entry_time', 'start_time', and 'end_time', for use in
|
||||
custom reports.
|
||||
+ Added feature #307 that provides vim with syntax highlighting for .taskrc.
|
||||
+ Task now support .taskrc command line overrides using rc.name:value and
|
||||
the new rc.name=value to accommodate a frequent mistake.
|
||||
+ Fixed bug that showed a calendar for the year 2037 when 'task calendar due'
|
||||
was run, and there are no tasks with due dates.
|
||||
+ Fixed bug #316 which caused the timesheet report to display an oddly sorted
|
||||
|
@ -31,7 +34,6 @@
|
|||
+ Fixed bug that was causing the 'completed' report to sort incorrectly.
|
||||
+ Fixed bug #347 which used only a lowercase "all" to confirm multiple changes
|
||||
instead of an uppercase "All" like the "Yes" answer.
|
||||
+ Added feature #307 that provides vim with syntax highlighting for taskrc.
|
||||
|
||||
------ old releases ------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue