Version bump and changelog for 1.1-rc1
This commit is contained in:
parent
0edf32ed0e
commit
f55cbcb506
62
CHANGELOG
62
CHANGELOG
|
@ -10,6 +10,68 @@ This changelog is viewable on the web at https://docs.funkwhale.audio/changelog.
|
|||
|
||||
.. 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,5 +1,5 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
__version__ = "1.0.1"
|
||||
__version__ = "1.1-rc1"
|
||||
__version_info__ = tuple(
|
||||
[
|
||||
int(num) if num.isdigit() else num
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Logarithmic scale for volume slider (#1222)
|
|
@ -1 +0,0 @@
|
|||
Add number of tracks and discs of an album to API (#1238)
|
|
@ -1 +0,0 @@
|
|||
Added padding to volume slider to ease mouse control (#1241)
|
|
@ -1 +0,0 @@
|
|||
Support AIFF file format (#1243)
|
|
@ -1 +0,0 @@
|
|||
Update MediaSession metadata for initially loaded track (#1252)
|
|
@ -1 +0,0 @@
|
|||
Update playback position slider also when track is paused (#1266)
|
|
@ -1 +0,0 @@
|
|||
More user-friendly subsonic tokens (#1269)
|
|
@ -1 +0,0 @@
|
|||
Add spacing after "Play all" button in playlist view (!1271)
|
|
@ -1 +0,0 @@
|
|||
Fix delete library modal closing immediately (#1272)
|
|
@ -1 +0,0 @@
|
|||
Changed audio format detection to happen via sniffing and not file extensions (#1274)
|
|
@ -1 +0,0 @@
|
|||
"Add check for empty/null covers (#1281)"
|
|
@ -1 +0,0 @@
|
|||
Added an album filter to fix problem where channel entries would show up in the wrong series (#1282)
|
|
@ -1 +0,0 @@
|
|||
Remove manual entry of Import Reference on front-end import (#1284)
|
|
@ -1 +0,0 @@
|
|||
Changed default behaviour of channel entries to use channel artwork if no entry artwork available (#1289)
|
|
@ -1 +0,0 @@
|
|||
Fix public shared remote library radio button being disabled (#1292)
|
|
@ -1 +0,0 @@
|
|||
Added ability to choose fediverse addresses from channel subscription page/podcast screen (#1294)
|
|
@ -1 +0,0 @@
|
|||
Fixed an issue where modals would prevent users being able to interact with channels (#1295)
|
|
@ -1 +0,0 @@
|
|||
Fixed an issue where channel albums don't show up in the album search (#1300)
|
|
@ -1 +0,0 @@
|
|||
Avoid broken Faker version (#1323)
|
|
@ -1 +0,0 @@
|
|||
Replaced forked http-signature dependency with official package (#876)
|
|
@ -1 +0,0 @@
|
|||
Added a ListenBrainz plugin to submit listenings
|
|
@ -1 +0,0 @@
|
|||
Fixed an issue that prevented disabling plugins
|
|
@ -1 +0,0 @@
|
|||
Added new search functions to allow users to more easily search for podcasts in the UI.
|
Loading…
Reference in New Issue