From 049840daaf2312602870390881019fdcc87dc686 Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Sun, 16 Sep 2012 22:53:58 +0200 Subject: [PATCH] Update changelog. --- docs/changes.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/changes.rst b/docs/changes.rst index 43b930b8..27b8731b 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -63,6 +63,16 @@ v0.8 (in development) - Support tracks with only release year, and not a full release date, like e.g. Spotify tracks. +- Default value of ``LOCAL_MUSIC_PATH`` has been updated to be + ``$XDG_MUSIC_DIR``, which on most systems this is set to ``$HOME``. Users of + local backend that relied on the old default ``~/music`` need to update their + settings. Note that the code responsible for finding this music now also + ignores UNIX hidden files and folders. + +- File and path settings now support ``$XDG_CACHE_DIR``, ``$XDG_DATA_DIR`` and + ``$XDG_MUSIC_DIR`` substitution. Defaults for such settings have been updated + to use this instead of hidden away defaults. + **Bug fixes** - :issue:`72`: Created a Spotify track proxy that will switch to using loaded @@ -80,6 +90,12 @@ v0.8 (in development) - Fixed crash on lookup of unknown path when using local backend. +- :issue:`189` ``LOCAL_MUSIC_PATH`` and path handling in rest of settings has + been updated so all of the code now uses the correct value. + +- Fixed incorrect track URIs generated by ``parse_m3u`` code, generated tracks + are now relative to ``LOCAL_MUSIC_PATH``. + v0.7.3 (2012-08-11) ===================