2017-06-26 20:10:00 +00:00
|
|
|
Changelog
|
|
|
|
=========
|
|
|
|
|
2017-07-17 20:08:44 +00:00
|
|
|
0.2.1
|
|
|
|
-----
|
|
|
|
|
|
|
|
2017-07-17
|
|
|
|
|
|
|
|
* Now return media files with absolute URL
|
|
|
|
* Now display CLI instructions to download a set of tracks
|
|
|
|
* Fixed #33: sort by track position in album in API by default, also reuse that information on frontend side
|
|
|
|
* More robust audio player and queue in various situations:
|
|
|
|
* upgrade to latest dynamic_preferences and use redis as cache even locally
|
|
|
|
|
|
|
|
|
2017-07-09 09:37:47 +00:00
|
|
|
0.2
|
2017-06-28 21:30:26 +00:00
|
|
|
-------
|
|
|
|
|
2017-07-09 09:37:47 +00:00
|
|
|
2017-07-09
|
|
|
|
|
|
|
|
* [feature] can now import artist and releases from youtube and musicbrainz.
|
|
|
|
This requires a YouTube API key for the search
|
2017-06-28 21:30:26 +00:00
|
|
|
* [breaking] we now check for user permission before serving audio files, which requires
|
2017-07-17 20:00:32 +00:00
|
|
|
a specific configuration block in your reverse proxy configuration::
|
2017-06-28 21:30:26 +00:00
|
|
|
|
|
|
|
location /_protected/media {
|
|
|
|
internal;
|
|
|
|
alias /srv/funkwhale/data/media;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2017-06-26 20:10:00 +00:00
|
|
|
|
|
|
|
0.1
|
|
|
|
-------
|
|
|
|
|
|
|
|
2017-06-26
|
|
|
|
|
|
|
|
Initial release
|