Adrg Xdg Versions Save

Go implementation of the XDG Base Directory Specification and XDG user directories

v0.4.0

2 years ago

Changelog

Windows

  • Added support for Known Folders. Appropriate folders are now used as defaults for XDG environment variables which are not set.
  • Added more search directories for config files.
  • Added more search directories for applications.
  • The fallback path for templates is now %APPDATA%\Microsoft\Windows\Templates instead of the legacy %USERPROFILE%\Templates path.

See https://github.com/adrg/xdg#default-locations for more details.

Internal

  • Code coverage is now 100%.
  • Improved package structure.
  • Improved documentation.

v0.3.4

2 years ago

Changelog

v0.3.3

3 years ago

Changelog

v0.3.2

3 years ago

Changelog

  • Added Plan 9 support
  • Improved documentation

v0.3.1

3 years ago

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 https://github.com/adrg/xdg/pull/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.

v0.3.0

3 years ago

Changelog