mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Documentation Update
- Added missing contributor to AUTHORS. - Added missing bug/feature fixes to ChangeLog.
This commit is contained in:
parent
7faad5fb44
commit
a0f87499e8
2 changed files with 18 additions and 0 deletions
1
AUTHORS
1
AUTHORS
|
@ -96,4 +96,5 @@ suggestions:
|
||||||
Jonathan Hankins
|
Jonathan Hankins
|
||||||
Andreas Kalex
|
Andreas Kalex
|
||||||
Adam Wolk
|
Adam Wolk
|
||||||
|
Wim Schuermann
|
||||||
|
|
||||||
|
|
17
ChangeLog
17
ChangeLog
|
@ -38,8 +38,15 @@
|
||||||
output is enclosed by '[...]'.
|
output is enclosed by '[...]'.
|
||||||
|
|
||||||
# Tracked Features, sorted by ID.
|
# Tracked Features, sorted by ID.
|
||||||
|
+ Added feature #278, which provides a more consistent command line grammar.
|
||||||
+ Added feature #330, which supports the 'inverse' color attribute.
|
+ Added feature #330, which supports the 'inverse' color attribute.
|
||||||
+ Added feature #479, which enables filtering for the 'calendar' command.
|
+ Added feature #479, which enables filtering for the 'calendar' command.
|
||||||
|
+ Added feature #496, which allows rc.default.command to be supplemented with
|
||||||
|
a filter, so that 'task project:Home' applies the project filter to the
|
||||||
|
default command.
|
||||||
|
+ Added feature #507, which provides an alternative mechanism for inverting
|
||||||
|
attribute modifiers, in the form of new algebraic filters (thanks to Michelle
|
||||||
|
Crane).
|
||||||
+ Added feature #523 & #659, adding 'status' as a reportable field (thanks to
|
+ Added feature #523 & #659, adding 'status' as a reportable field (thanks to
|
||||||
Peter De Poorter and Bryce Harrington).
|
Peter De Poorter and Bryce Harrington).
|
||||||
+ Added feature #545, #610, #611, #646, which support complex aliases.
|
+ Added feature #545, #610, #611, #646, which support complex aliases.
|
||||||
|
@ -57,6 +64,8 @@
|
||||||
Cech).
|
Cech).
|
||||||
+ Added feature #755, adding a new command 'reports' that lists reports and
|
+ Added feature #755, adding a new command 'reports' that lists reports and
|
||||||
their descriptions.
|
their descriptions.
|
||||||
|
+ Added feature #779, which uses more relevant and consistent terms on the
|
||||||
|
'burndown' charts.
|
||||||
|
|
||||||
# Tracked Bugs, sorted by ID.
|
# Tracked Bugs, sorted by ID.
|
||||||
+ Fixed bug #475, which allowed a blank annotation command to be entered
|
+ Fixed bug #475, which allowed a blank annotation command to be entered
|
||||||
|
@ -68,6 +77,10 @@
|
||||||
handling and a formatting bug (thanks to Steve Rader).
|
handling and a formatting bug (thanks to Steve Rader).
|
||||||
+ Fixed bug #605, which gave misleading project completion percentages under
|
+ Fixed bug #605, which gave misleading project completion percentages under
|
||||||
certain circumstances (thanks to Steve Rader).
|
certain circumstances (thanks to Steve Rader).
|
||||||
|
+ Fixed bug #645 & #660, which prevented logically combining report filters
|
||||||
|
(thanks to Bryce Harrington).
|
||||||
|
+ Fixed bug #696, where the command line parser was confused by a single '-'
|
||||||
|
or '+' character.
|
||||||
+ Fixed bug #699, truncated ssh://... during autopush after merge.
|
+ Fixed bug #699, truncated ssh://... during autopush after merge.
|
||||||
+ Fixed bug #703, where global substitutions didn't make all expected
|
+ Fixed bug #703, where global substitutions didn't make all expected
|
||||||
annotation changes.
|
annotation changes.
|
||||||
|
@ -97,6 +110,10 @@
|
||||||
J. Pilkington).
|
J. Pilkington).
|
||||||
+ Applied patch for Bug #771, which looks for libuuid if uuid_unparse_lower is
|
+ Applied patch for Bug #771, which looks for libuuid if uuid_unparse_lower is
|
||||||
not located (thanks to Christopher J. Pilkington).
|
not located (thanks to Christopher J. Pilkington).
|
||||||
|
+ Fixed bug #777, which prevented _query command output from passing JSON
|
||||||
|
validation due to missing [] around the task list.
|
||||||
|
+ Fixed bug #781, which prevented tasks with dependencies from showing on the
|
||||||
|
'next' report (thanks to Wim Schuermann).
|
||||||
+ Fixed bug #783, which fixes completed and deleted tasks still showing as
|
+ Fixed bug #783, which fixes completed and deleted tasks still showing as
|
||||||
active (thanks to Adam Wolk).
|
active (thanks to Adam Wolk).
|
||||||
+ Fixed bug #785, which fixes a broken build on Solaris (thanks to Owen
|
+ Fixed bug #785, which fixes a broken build on Solaris (thanks to Owen
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue