Skip to content

v0.3.1

Compare
Choose a tag to compare
@adrg adrg released this 22 Feb 16:24
· 233 commits to master since this release
b9ccb1f

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.