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 `~`.