v0.3.1
Changelog
- The default value for the
XDG_CONFIG_HOME
environment variable on macOS systems has been
changed from~/Library/Preferences
to~/Library/Application Support
. - The default value for the
XDG_CONFIG_DIRS
environment variable on macOS systems has been
changed from[/Library/Preferences]
to[~/Library/Preferences, /Library/Application Support, /Library/Preferences]
.
See more details regarding the change in PR #13.
NOTE: the package will still find config files placed relative to the ~/Library/Preferences
directory.
However, if XDG_CONFIG_HOME
is not set, it will suggest saving config files relative to the ~/Library/Application Support
directory.