docs: Document changes to new-uuid behaviour
The behaviour of new-uuid was altered in
4e80d5d5fd but not documented.
This commit is contained in:
@@ -122,8 +122,7 @@
|
|||||||
- Removed deprecated 'alias._query' setting.
|
- Removed deprecated 'alias._query' setting.
|
||||||
- Fixed ambiguity in the esp-ESP localization
|
- Fixed ambiguity in the esp-ESP localization
|
||||||
Thanks to Fidel Mato
|
Thanks to Fidel Mato
|
||||||
- Deprecated the 'new-uuid' verbosity option, since its functionality can be
|
- Changed behaviour of the 'new-uuid' verbosity option.
|
||||||
removed by merging with 'new-id'.
|
|
||||||
- Correct a false-positive warning when a due date is removed and a wait is
|
- Correct a false-positive warning when a due date is removed and a wait is
|
||||||
added.
|
added.
|
||||||
- Added 'QUARTER' virtual tag.
|
- Added 'QUARTER' virtual tag.
|
||||||
|
|||||||
5
NEWS
5
NEWS
@@ -10,6 +10,9 @@ New Features in Taskwarrior 2.6.0
|
|||||||
and started tasks.
|
and started tasks.
|
||||||
- The message telling you to sync now indicates how many local changes will be
|
- The message telling you to sync now indicates how many local changes will be
|
||||||
synced.
|
synced.
|
||||||
|
- The logic behind new-uuid verbosity option changed. New-uuid now overrides
|
||||||
|
new-id if set and will cause Taskwarrior to display UUIDs instead of IDs
|
||||||
|
for new tasks (machine friendly).
|
||||||
|
|
||||||
New Commands in Taskwarrior 2.6.0
|
New Commands in Taskwarrior 2.6.0
|
||||||
|
|
||||||
@@ -27,8 +30,6 @@ Newly Deprecated Features in Taskwarrior 2.6.0
|
|||||||
|
|
||||||
- The 'DUETODAY' virtual tag is a synonym for the 'TODAY' virtual tag, and is
|
- The 'DUETODAY' virtual tag is a synonym for the 'TODAY' virtual tag, and is
|
||||||
not needed.
|
not needed.
|
||||||
- The 'new-uuid' verbosity option is to be removed, as it is redundant, its
|
|
||||||
functionality will be merged with 'new-id' option.
|
|
||||||
- The use of alternate Boolean configuration settings is deprecated. Use values
|
- The use of alternate Boolean configuration settings is deprecated. Use values
|
||||||
"0" for off, and "1" for on. Avoid used of "on", "off", "true", "t",
|
"0" for off, and "1" for on. Avoid used of "on", "off", "true", "t",
|
||||||
"false", "f", "yes", "y", "no", "n".
|
"false", "f", "yes", "y", "no", "n".
|
||||||
|
|||||||
@@ -270,9 +270,8 @@ control specific occasions when output is generated. This list may contain:
|
|||||||
header Messages that appear before report output (this includes .taskrc/.task overrides and the "[task next]" message)
|
header Messages that appear before report output (this includes .taskrc/.task overrides and the "[task next]" message)
|
||||||
footnote Messages that appear after report output (mostly status messages and change descriptions)
|
footnote Messages that appear after report output (mostly status messages and change descriptions)
|
||||||
label Column labels on tabular reports
|
label Column labels on tabular reports
|
||||||
new-id Provides feedback of any new task IDs
|
new-id Provides feedback on any new task with IDs (and UUIDs for new tasks with ID 0, such as new completed tasks).
|
||||||
new-uuid Provides feedback of any new task UUIDs. Deprecated, to be
|
new-uuid Provides feedback on any new task with UUIDs. Overrides new-id. Useful for automation.
|
||||||
merged with new-id.
|
|
||||||
affected Reports 'N tasks affected' and similar
|
affected Reports 'N tasks affected' and similar
|
||||||
edit Used the verbose template for the 'edit' command
|
edit Used the verbose template for the 'edit' command
|
||||||
special Feedback when applying special tags
|
special Feedback when applying special tags
|
||||||
|
|||||||
Reference in New Issue
Block a user