Version bump and changelog for 1.1-rc1

This commit is contained in:
Georg Krause 2021-02-24 08:18:56 +01:00
parent 0edf32ed0e
commit f55cbcb506
No known key found for this signature in database
GPG Key ID: FD479B9A4D48E632
25 changed files with 63 additions and 24 deletions

View File

@ -10,6 +10,68 @@ This changelog is viewable on the web at https://docs.funkwhale.audio/changelog.
.. towncrier .. towncrier
1.1-rc1 (2021-02-24)
--------------------
Upgrade instructions are available at
https://docs.funkwhale.audio/admin/upgrading.html
Enhancements:
- Add number of tracks and discs of an album to API (#1238)
- Add spacing after "Play all" button in playlist view (!1271)
- Added a ListenBrainz plugin to submit listenings
- Added ability to choose fediverse addresses from channel subscription page/podcast screen (#1294)
- Added new search functions to allow users to more easily search for podcasts in the UI.
- Added padding to volume slider to ease mouse control (#1241)
- Logarithmic scale for volume slider (#1222)
- More user-friendly subsonic tokens (#1269)
- Remove manual entry of Import Reference on front-end import (#1284)
- Replaced forked http-signature dependency with official package (#876)
- Support AIFF file format (#1243)
Bugfixes:
- "Add check for empty/null covers (#1281)"
- Added an album filter to fix problem where channel entries would show up in the wrong series (#1282)
- Avoid broken Faker version (#1323)
- Changed audio format detection to happen via sniffing and not file extensions (#1274)
- Changed default behaviour of channel entries to use channel artwork if no entry artwork available (#1289)
- Fix delete library modal closing immediately (#1272)
- Fix public shared remote library radio button being disabled (#1292)
- Fixed an issue that prevented disabling plugins
- Fixed an issue where channel albums don't show up in the album search (#1300)
- Fixed an issue where modals would prevent users being able to interact with channels (#1295)
- Update MediaSession metadata for initially loaded track (#1252)
- Update playback position slider also when track is paused (#1266)
Contributors to this release (development, documentation, reviews):
- Reg
- hellekin
- Esteban
- Freyja Wildes
- Amaranthe
- Eleos
- Johannes H.
- Mehdi
- Adam Novak
- Agate
- Christian Paul
- Ciarán Ainsworth
- Erik Duxstad
- Fred Uggla
- Georg Krause
- heyarne
- interfect
- jovuit
- Nitai Bezerra da Silva
- Philipp Wolfer
- Pierre Couy
- Robert Kaye
- Strom Lin
1.0.1 (2020-10-31) 1.0.1 (2020-10-31)
------------------ ------------------

View File

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
__version__ = "1.0.1" __version__ = "1.1-rc1"
__version_info__ = tuple( __version_info__ = tuple(
[ [
int(num) if num.isdigit() else num int(num) if num.isdigit() else num

View File

@ -1 +0,0 @@
Logarithmic scale for volume slider (#1222)

View File

@ -1 +0,0 @@
Add number of tracks and discs of an album to API (#1238)

View File

@ -1 +0,0 @@
Added padding to volume slider to ease mouse control (#1241)

View File

@ -1 +0,0 @@
Support AIFF file format (#1243)

View File

@ -1 +0,0 @@
Update MediaSession metadata for initially loaded track (#1252)

View File

@ -1 +0,0 @@
Update playback position slider also when track is paused (#1266)

View File

@ -1 +0,0 @@
More user-friendly subsonic tokens (#1269)

View File

@ -1 +0,0 @@
Add spacing after "Play all" button in playlist view (!1271)

View File

@ -1 +0,0 @@
Fix delete library modal closing immediately (#1272)

View File

@ -1 +0,0 @@
Changed audio format detection to happen via sniffing and not file extensions (#1274)

View File

@ -1 +0,0 @@
"Add check for empty/null covers (#1281)"

View File

@ -1 +0,0 @@
Added an album filter to fix problem where channel entries would show up in the wrong series (#1282)

View File

@ -1 +0,0 @@
Remove manual entry of Import Reference on front-end import (#1284)

View File

@ -1 +0,0 @@
Changed default behaviour of channel entries to use channel artwork if no entry artwork available (#1289)

View File

@ -1 +0,0 @@
Fix public shared remote library radio button being disabled (#1292)

View File

@ -1 +0,0 @@
Added ability to choose fediverse addresses from channel subscription page/podcast screen (#1294)

View File

@ -1 +0,0 @@
Fixed an issue where modals would prevent users being able to interact with channels (#1295)

View File

@ -1 +0,0 @@
Fixed an issue where channel albums don't show up in the album search (#1300)

View File

@ -1 +0,0 @@
Avoid broken Faker version (#1323)

View File

@ -1 +0,0 @@
Replaced forked http-signature dependency with official package (#876)

View File

@ -1 +0,0 @@
Added a ListenBrainz plugin to submit listenings

View File

@ -1 +0,0 @@
Fixed an issue that prevented disabling plugins

View File

@ -1 +0,0 @@
Added new search functions to allow users to more easily search for podcasts in the UI.