kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
Fixed #85: broken documentation
rodzic
cfe80b0f70
commit
7f25c3f2e5
|
@ -1,38 +1 @@
|
||||||
Changelog
|
.. include:: ../CHANGELOG
|
||||||
=========
|
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
|
|
||||||
0.2
|
|
||||||
-------
|
|
||||||
|
|
||||||
2017-07-09
|
|
||||||
|
|
||||||
* [feature] can now import artist and releases from youtube and musicbrainz.
|
|
||||||
This requires a YouTube API key for the search
|
|
||||||
* [breaking] we now check for user permission before serving audio files, which requires
|
|
||||||
a specific configuration block in your reverse proxy configuration::
|
|
||||||
|
|
||||||
location /_protected/media {
|
|
||||||
internal;
|
|
||||||
alias /srv/funkwhale/data/media;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
0.1
|
|
||||||
-------
|
|
||||||
|
|
||||||
2017-06-26
|
|
||||||
|
|
||||||
Initial release
|
|
||||||
|
|
|
@ -57,9 +57,7 @@ author = 'Eliot Berriot'
|
||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
# version = funkwhale_api.__version__
|
version = funkwhale_api.__version__
|
||||||
# @TODO use real version here
|
|
||||||
version = 'feature/22-debian-installation'
|
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = version
|
release = version
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue