Bumped documentation to 2.5.1

This commit is contained in:
Federico Hernandez
2015-10-21 23:02:37 +02:00
parent 28648770c0
commit dc7ea3ae8b
2 changed files with 15 additions and 46 deletions

View File

@@ -1,3 +1,7 @@
2.5.1 () -
------ current release ---------------------------
2.5.0 (2015-10-21) dd5968a61b1fab258b38879cfdbb7d67f1bcd550 2.5.0 (2015-10-21) dd5968a61b1fab258b38879cfdbb7d67f1bcd550
- TW-20 Task edit loses annotation precision, causing journal updating code - TW-20 Task edit loses annotation precision, causing journal updating code
@@ -211,7 +215,7 @@
added. added.
- When GC is turned off, disable the query shortcuts, which no longer apply. - When GC is turned off, disable the query shortcuts, which no longer apply.
------ current release --------------------------- ------ old releases ------------------------------
2.4.4 (2015-05-10) df49aaba126484b668c41d3ff9301f8d8ec49987 2.4.4 (2015-05-10) df49aaba126484b668c41d3ff9301f8d8ec49987
@@ -232,8 +236,6 @@
- The 'obfuscate' setting, if set to '1' will replace all text with 'xxx'. - The 'obfuscate' setting, if set to '1' will replace all text with 'xxx'.
- POSIX file locking mechanism, eliminating platform-specific code. - POSIX file locking mechanism, eliminating platform-specific code.
------ old releases ------------------------------
2.4.3 (2015-04-19) 499044b9b6bdbc95338ea585204e949d80b24a09 2.4.3 (2015-04-19) 499044b9b6bdbc95338ea585204e949d80b24a09
- TW-57 user defined attribute sort order (thanks to Max Muller). - TW-57 user defined attribute sort order (thanks to Max Muller).

53
NEWS
View File

@@ -1,56 +1,23 @@
New Features in Taskwarrior 2.5.0 New Features in Taskwarrior 2.5.1
- The active context, if one is set, is now identified in "task context list" -
- It is an error to attempt adding or removing a virtual tag.
- New 'UDA', 'ORPHAN', 'PROJECT', 'PRIORITY' and 'LATEST' virtual tags.
New Commands in Taskwarrior 2.5.0 New Commands in Taskwarrior 2.5.1
- The '_unique' command shows a set of unique values for the specified -
attribute
- The 'commands' command shows the supported commands, with additional
details that determine some of their behavior.
New Configuration Options in Taskwarrior 2.5.0 New Configuration Options in Taskwarrior 2.5.1
- The 'json.depends.array' setting controls whether dependencies are exported -
as a JSON array, of a comma-separated string. Default is 'on'.
Both variations are imported.
- The 'color.uda.<name>.none' is a color that is applied to tasks that do
not have a value for the UDA '<name>'.
- A Cygwin fix means that now we can default 'search.case.sensitive' to 'yes',
and all platforms are again equal.
- The new 'recur' verbosity token generates a message when a recurring task is
generated.
- The new 'unwait' verbosity token generates a message when a waiting task
becomes visible.
- The new 'rule.color.merge' configuration option can disable merging of colors
produced by different color rules. Use if your color scheme produces
unpleasing foreground and background combinations.
Newly Deprecated Features in Taskwarrior 2.5.0 Newly Deprecated Features in Taskwarrior 2.5.1
- The '_ids', '_projects', '_tags', '_uuids' helper commands are deprecated, -
and replaced by the new '_unique' helper command.
- Comma-separated ID lists are deprecated.
- The 'new-uuid' verbosity token is deprecated. Its functionality will
be merged with the 'new-id' verbosity token.
Removed Features in 2.5.0 Removed Features in 2.5.1
- The script 'context' was removed, now that context is a core feature. -
- Non­extended forms of ISO-8601 date/time support is removed. This means
that 'YYYYMMDD' is no longer supported, but 'YYYY-MM-DD' is. For times,
'hhmmss' is no longer supported, but 'hh:mm:ss' is. The non-extended
forms all contain sequences of digits that make the identification of
IDs, UUIDs, and various date/time formats ambiguous.
- Comma-separated UUID lists are no longer supported.
- DOM references may no longer be abbreviated.
- The 'urgency.next.coefficient' configuration option is deprecated in favor
of 'urgency.user.tag.next.coefficient'.
- The long deprecated syntax of color values with underscores (i.e 'on_red')
is no longer supported.
Known Issues Known Issues