- Thanks to Chad Phillips

This commit is contained in:
Paul Beckingham 2019-04-14 19:38:01 -04:00
parent cd62e65a13
commit 66f013ac13
2 changed files with 9 additions and 6 deletions

View file

@ -150,6 +150,7 @@ The following submitted code, packages or analysis, and deserve special thanks:
Janik Rabe Janik Rabe
mrossinek mrossinek
taiyu-len taiyu-len
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

@ -113,29 +113,31 @@
Thanks to taiyu-len Thanks to taiyu-len
- #2108 CmdHistory: repeat unit if a larger unit changes - #2108 CmdHistory: repeat unit if a larger unit changes
Thanks to Janik Rabe 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.