Update changelog.
This commit is contained in:
parent
5a47dfe159
commit
049840daaf
@ -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)
|
||||
===================
|
||||
|
||||
Loading…
Reference in New Issue
Block a user