Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: harawata/appdirs

appdirs-1.5.0

12 Oct 09:21

Choose a tag to compare

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

26 Feb 19:45

Choose a tag to compare

  • AppDirsFactory#getInstance() now returns the same instance for repeated invocations. #117

appdirs-1.3.0

01 Jan 11:43

Choose a tag to compare

Maintenance release. No new feature or bug fixes.
Version 1.3.x requires Java 8.

appdirs-1.2.2

23 Nov 06:27

Choose a tag to compare

  • New method getUserDownloadsDir() #80

appdirs-1.2.1

26 Jan 15:10

Choose a tag to compare

  • Removed SLF4J/Logback from dependencies to avoid issues like #4 or #40 .

appdirs-1.2.0

10 Jul 15:32

Choose a tag to compare

  • On macOS, getUserConfigDir() and getSiteConfigDir() now return /Users/xxx/Library/Preferences and /Library/Preferences respectively. #34

appdirs-1.1.0

22 Apr 17:23

Choose a tag to compare

  • On Windows, it is now possible to get a path that does not include 'appAuthor' part. #28
  • Added a new method getSharedDir(). On macOS, this method returns /Users/Shared/Library/Application Support/ which could be useful as it can be writable to multiple users. #31

appdirs-1.0.3

27 Dec 16:45

Choose a tag to compare

UnixAppDirs should search environment variables instead of system properties. #6

appdirs-1.0.2

18 Dec 15:30

Choose a tag to compare

Avoid deprecated Windows function. #5

appdirs-1.0.1

15 Nov 16:54

Choose a tag to compare

Changed the scope of jna-platform dependency to compile. #2