diff --git a/CHANGELOG b/CHANGELOG index 694fd4fa8..06b146d8c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -14,7 +14,7 @@ This changelog is viewable on the web at https://docs.funkwhale.audio/changelog. ---------------- Upgrade instructions are available at -https://docs.funkwhale.audio/index.html +https://docs.funkwhale.audio/admin/upgrading.html Dropped python 3.5 support [manual action required, non-docker only] @@ -134,21 +134,22 @@ Contributors to this release (translation, development, documentation, reviews, - anonymous - appzer0 - Arne -- Bheesham Persaud - Ciarán Ainsworth -- Creak - Daniele Lira Mereb - dulz - Francesc Galí - ghose +- Kalle Anka - mekind +- Meliurwen - Puri - Quentin PAGÈS - Raphaël Ventura -- Simon Arlott - Slimane Selyan Amiri +- SpcCw - Stefano Pigozzi - Sébastien de Melo +- Ventura Pérez García - vicdorke - Xosé M @@ -157,7 +158,7 @@ Contributors to this release (translation, development, documentation, reviews, ------------------- Upgrade instructions are available at -https://docs.funkwhale.audio/index.html +https://docs.funkwhale.audio/admin/upgrading.html Enhancements: @@ -189,7 +190,7 @@ Contributors to this release (development, documentation, reviews): ------------------- Upgrade instructions are available at -https://docs.funkwhale.audio/index.html +https://docs.funkwhale.audio/admin/upgrading.html Features: @@ -565,7 +566,7 @@ Contributors to this release (translation, development, documentation, reviews, ------------------- Upgrade instructions are available at -https://docs.funkwhale.audio/index.html +https://docs.funkwhale.audio/admin/upgrading.html Denormalized audio permission logic in a separate table to enhance performance @@ -630,7 +631,7 @@ Contributors to this release (translation, development, documentation, reviews, ----------------- Upgrade instructions are available at -https://docs.funkwhale.audio/index.html +https://docs.funkwhale.audio/admin/upgrading.html Support for genres via tags @@ -955,7 +956,7 @@ Contributors to this release (translation, development, documentation, reviews, ------------------- Upgrade instructions are available at -https://docs.funkwhale.audio/index.html +https://docs.funkwhale.audio/admin/upgrading.html Enhancements: diff --git a/api/requirements/base.txt b/api/requirements/base.txt index 29f4ea0cf..602ec8f46 100644 --- a/api/requirements/base.txt +++ b/api/requirements/base.txt @@ -41,7 +41,7 @@ raven~=6.10 python-magic~=0.4 channels~=2.4 channels_redis~=3.0 -uvicorn~=0.11 +uvicorn[standard]~=0.12 gunicorn~=20.0 cryptography~=2.9 diff --git a/changes/changelog.d/1226.enhancement b/changes/changelog.d/1226.enhancement new file mode 100644 index 000000000..2f3bace25 --- /dev/null +++ b/changes/changelog.d/1226.enhancement @@ -0,0 +1 @@ +Added controls to play volume of an album (#1226) \ No newline at end of file diff --git a/changes/template.rst b/changes/template.rst index c4a9b40e5..040fd7ea0 100644 --- a/changes/template.rst +++ b/changes/template.rst @@ -1,6 +1,6 @@ Upgrade instructions are available at -https://docs.funkwhale.audio/index.html +https://docs.funkwhale.audio/admin/upgrading.html {% for section, _ in sections.items() %} {% if sections[section] %} diff --git a/front/src/components/library/AlbumDetail.vue b/front/src/components/library/AlbumDetail.vue index 559a4a330..bc670ce6b 100644 --- a/front/src/components/library/AlbumDetail.vue +++ b/front/src/components/library/AlbumDetail.vue @@ -9,6 +9,7 @@