Releases: harawata/appdirs
appdirs-1.5.0
On Unix, getUserDownloadDir() now returns the result of xdg-user-dir DOWNLOAD. If executing the command failed, it then returns the content of XDG_DOWNLOAD_DIR environment variable as a fallback. #145
It does not affect end-user environments (I think), but it could affect some environments like automated testing on a docker, etc..
On GitHub Actions, for example, I had to run xdg-user-dirs-update before executing the tests (see 0b0eace ).
Full Changelog: appdirs-1.4.0...appdirs-1.5.0
appdirs-1.4.0
AppDirsFactory#getInstance()now returns the same instance for repeated invocations. #117
appdirs-1.3.0
Maintenance release. No new feature or bug fixes.
Version 1.3.x requires Java 8.
appdirs-1.2.2
- New method
getUserDownloadsDir()#80
appdirs-1.2.1
appdirs-1.2.0
- On macOS,
getUserConfigDir()andgetSiteConfigDir()now return/Users/xxx/Library/Preferencesand/Library/Preferencesrespectively. #34
appdirs-1.1.0
appdirs-1.0.3
UnixAppDirs should search environment variables instead of system properties. #6
appdirs-1.0.2
Avoid deprecated Windows function. #5
appdirs-1.0.1
Changed the scope of jna-platform dependency to compile. #2