Releases: srstevenson/xdg-base-dirs
Releases · srstevenson/xdg-base-dirs
3.0.2
This patch release changes the test setup to allow easier distribution packaging. The test suite can now be run with python setup.py test
.
3.0.1
3.0.0
With this major release, xdg
now uses platform native directory separators; /
on POSIX and \\
on Windows. The XDG specification doesn't say anything about the portability of directory separators, but this change makes xdg
more useful on Windows.
2.0.0
This major release of xdg
drops support for Python 2.
1.0.4
With this patch release, xdg
now builds paths using the value of $HOME
instead of ~
.