docs: Add entries for alternate location of taskrc to ChangeLog/NEWS

This commit is contained in:
Tomas Babej 2020-12-09 22:57:57 -05:00
parent 1b14ee80bc
commit 6d74b62dc4
No known key found for this signature in database
GPG key ID: B0747C6578F7D2F5
2 changed files with 6 additions and 1 deletions

View file

@ -6,6 +6,8 @@
Thanks to Janik Rabe Thanks to Janik Rabe
- TW #2093 wrong order under projects command - TW #2093 wrong order under projects command
Thanks to Beka, mrossinek. Thanks to Beka, mrossinek.
- TW #2290 Support moving the config file to XDG_CONFIG_HOME
Thanks to Julien Rabinow.
------ current release --------------------------- ------ current release ---------------------------

5
NEWS
View file

@ -1,9 +1,12 @@
New Features in Taskwarrior 2.6.0 New Features in Taskwarrior 2.6.0
- The logic behind new-uuid verbosity option changed. New-uuid now overrides - 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 new-id if set and will cause Taskwarrior to display UUIDs instead of IDs
for new tasks (machine friendly). for new tasks (machine friendly).
- If ~/.taskrc is not found, Taskwarrior will look for its configuration in
$XDG_CONFIG_HOME/task/taskrc (defaulting to ~/.config/task/taskrc). This
allows users to setup their Taskwarrior to follow XDG standard without
using config overrides.
New Commands in Taskwarrior 2.6.0 New Commands in Taskwarrior 2.6.0