- Thanks to Chad Phillips

This commit is contained in:
Paul Beckingham 2019-04-14 19:38:01 -04:00
parent 2ac1787dae
commit 18395a8dc0
2 changed files with 23 additions and 6 deletions

View file

@ -146,7 +146,12 @@ The following submitted code, packages or analysis, and deserve special thanks:
Tiago Matias Tiago Matias
Simon Ruderich Simon Ruderich
Kirill Bobyrev Kirill Bobyrev
Simon Désaulniers
Janik Rabe
mrossinek
taiyu-len
Lionel Miller Lionel Miller
Chad Phillips
Thanks to the following, who submitted detailed bug reports and excellent Thanks to the following, who submitted detailed bug reports and excellent
suggestions: suggestions:

View file

@ -97,29 +97,41 @@
Thanks to tom-doerr Thanks to tom-doerr
- TW #2020 reserved.lines is not affecting the burndown height - TW #2020 reserved.lines is not affecting the burndown height
Thanks to ad₋si Thanks to ad₋si
- TW #2047 Exiting the task editor with an error code doesn't remove the lock file
Thanks to coaxial
- TW #2051 doc/man: ready tasks sorted with started tasks 1st
Thanks to Simon Désaulniers
- TW #2053 Do not set CMP0037 on CMake 3.11.0 and above
Thanks to Janik Rabe
- #2077 Change taskrc override priority, respect verbose override, refactor.
Thanks to taiyu-len
- #2108 CmdHistory: repeat unit if a larger unit changes
Thanks to Janik Rabe
- #2132 JSON encode/decode string UDAs
Thanks to Chad Phillips
- Added 'juhannus' as a synonym for 'midsommarafton' - Added 'juhannus' as a synonym for 'midsommarafton'
Thanks to Lynoure Braakman Thanks to Lynoure Braakman
- Deprecated the 'DUETODAY' virtual tag, which is a synonym for the 'TODAY' - Deprecated the 'DUETODAY' virtual tag, which is a synonym for the 'TODAY'
virtual tag. virtual tag.
- 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 - Deprecated the 'new-uuid' verbosity option, since its functionality can be
removed by merging with 'new-id'. 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.
- Fixed unquoted glob in bash completion script - Fixed unquoted glob in bash completion script
Thanks to Ran Benita Thanks to Ran Benita
- Deprecated use of alternate Boolean configuration settings. Use values "0" for - Deprecated use of alternate Boolean configuration settings. Use values "0" for
off, and "1" for on. Avoid used of "on", "off", "true", "t", "false", "f", off, and "1" for on. Avoid used of "on", "off", "true", "t", "false", "f",
"yes", "y", "no", "n". "yes", "y", "no", "n".
- Fixed test harness for Python 3.x. - Fixed test harness for Python 3.x.
Thanks to jrabbit Thanks to jrabbit
- Improved certificate validation diagnostics - Improved certificate validation diagnostics
Thanks to Jelle van der Waa Thanks to Jelle van der Waa
- Improved portability for SunOS-like OSes. - Improved portability for SunOS-like OSes.
Thanks to Antonio Huete Jimenez Thanks to Antonio Huete Jimenez
- Updated the 'timesheet' command with a more compact report that accepts a - Updated the 'timesheet' command with a more compact report that accepts a
filter, and has a default filter showing the last four weeks of completed and filter, and has a default filter showing the last four weeks of completed and
started tasks. started tasks.