From 6d74b62dc46c0e6ef29076b6c9126562231aba8e Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Wed, 9 Dec 2020 22:57:57 -0500 Subject: [PATCH] docs: Add entries for alternate location of taskrc to ChangeLog/NEWS --- ChangeLog | 2 ++ NEWS | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c6cb05495..25fff22cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,8 @@ Thanks to Janik Rabe - TW #2093 wrong order under projects command Thanks to Beka, mrossinek. +- TW #2290 Support moving the config file to XDG_CONFIG_HOME + Thanks to Julien Rabinow. ------ current release --------------------------- diff --git a/NEWS b/NEWS index 72a41da09..358d36219 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,12 @@ - New Features in Taskwarrior 2.6.0 - 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). + - 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