Bumped documentation to 2.6.0

This commit is contained in:
Federico Hernandez 2016-02-25 00:07:51 +01:00 committed by Paul Beckingham
parent 88516acdaa
commit 1016dd4a40
2 changed files with 19 additions and 1 deletions

12
NEWS
View file

@ -2,6 +2,8 @@
New Features in Taskwarrior 2.5.2
- The 'QUARTER' virutal tag was added.
- The 'help' command now takes a 'usage' argument, which displays only the
command usage.
New Commands in Taskwarrior 2.5.2
@ -9,7 +11,8 @@ New Commands in Taskwarrior 2.5.2
New Configuration Options in Taskwarrior 2.5.2
-
- New 'relative' column format for 'date' type columns does what 'remaining'
and 'countdown' do, but in one format.
Newly Deprecated Features in Taskwarrior 2.5.2
@ -24,6 +27,13 @@ Newly Deprecated Features in Taskwarrior 2.5.2
Removed Features in 2.5.2
- Removed 'alias._query' default configuration.
- There is no longer a 16-color default configuration for some platforms,
making all platforms 256-color.
- The configuration setting 'burndown.bias' is no longer used.
- The algorithm used to estimate completion on the 'burndown' reports has
been replaced by something less icky. Estimates are now based on the net
completion rate after the peak number of pending tasks.
- The unused 'dom' and 'shell.prompt' configuration settings were removed.
Known Issues