mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
- Updated documentation to reflect removal of the "showage" configuration variable.
This commit is contained in:
parent
5f85550664
commit
8d920f9dc4
2 changed files with 3 additions and 3 deletions
|
@ -3,8 +3,6 @@
|
||||||
|
|
||||||
1.5.0 (?)
|
1.5.0 (?)
|
||||||
+ Removed deprecated TUTORIAL file.
|
+ Removed deprecated TUTORIAL file.
|
||||||
+ Removed "usage" command, and support for "command.logging" configuration
|
|
||||||
variable.
|
|
||||||
+ Removed "showage" configuration variable.
|
+ Removed "showage" configuration variable.
|
||||||
+ "task stop" can now remove the start time from a started task.
|
+ "task stop" can now remove the start time from a started task.
|
||||||
+ "task ghistory" now displays a differently aligned graph, allowing
|
+ "task ghistory" now displays a differently aligned graph, allowing
|
||||||
|
@ -21,7 +19,8 @@
|
||||||
+ Task now displays a message whenever a shadow file is updated, if the
|
+ Task now displays a message whenever a shadow file is updated, if the
|
||||||
"shadow.notify" configuration variable is set "on"
|
"shadow.notify" configuration variable is set "on"
|
||||||
+ Bug: adding a task with a \n, \r or \f in it now fails properly
|
+ Bug: adding a task with a \n, \r or \f in it now fails properly
|
||||||
+ Removed "task usage" command.
|
+ Removed "usage" command, and support for "command.logging" configuration
|
||||||
|
variable.
|
||||||
+ Added documentation for Shadow files.
|
+ Added documentation for Shadow files.
|
||||||
+ Added documentation for task filters.
|
+ Added documentation for task filters.
|
||||||
|
|
||||||
|
|
|
@ -96,6 +96,7 @@
|
||||||
<h4>New in version 1.5.0 (?)</h4>
|
<h4>New in version 1.5.0 (?)</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Removed deprecated TUTORIAL file.
|
<li>Removed deprecated TUTORIAL file.
|
||||||
|
<li>Removed support for the "showage" configuration variable.
|
||||||
<li>"task stop" can remove the start time from a started task.
|
<li>"task stop" can remove the start time from a started task.
|
||||||
<li>"task ghistory" now displays a differently aligned graph, allowing
|
<li>"task ghistory" now displays a differently aligned graph, allowing
|
||||||
easier comparison by month of tasks added versus completed and deleted.
|
easier comparison by month of tasks added versus completed and deleted.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue