Skip to content
Snippets Groups Projects
Unverified Commit f55cbcb5 authored by Georg Krause's avatar Georg Krause
Browse files

Version bump and changelog for 1.1-rc1

parent 0edf32ed
No related branches found
No related tags found
No related merge requests found
Showing
with 63 additions and 19 deletions
......@@ -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)
------------------
......
# -*- coding: utf-8 -*-
__version__ = "1.0.1"
__version__ = "1.1-rc1"
__version_info__ = tuple(
[
int(num) if num.isdigit() else num
......
Logarithmic scale for volume slider (#1222)
\ No newline at end of file
Add number of tracks and discs of an album to API (#1238)
Added padding to volume slider to ease mouse control (#1241)
\ No newline at end of file
Support AIFF file format (#1243)
\ No newline at end of file
Update MediaSession metadata for initially loaded track (#1252)
\ No newline at end of file
Update playback position slider also when track is paused (#1266)
\ No newline at end of file
More user-friendly subsonic tokens (#1269)
Add spacing after "Play all" button in playlist view (!1271)
Fix delete library modal closing immediately (#1272)
\ No newline at end of file
Changed audio format detection to happen via sniffing and not file extensions (#1274)
"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)
\ No newline at end of file
Remove manual entry of Import Reference on front-end import (#1284)
Changed default behaviour of channel entries to use channel artwork if no entry artwork available (#1289)
\ No newline at end of file
Fix public shared remote library radio button being disabled (#1292)
\ No newline at end of file
Added ability to choose fediverse addresses from channel subscription page/podcast screen (#1294)
\ No newline at end of file
Fixed an issue where modals would prevent users being able to interact with channels (#1295)
\ No newline at end of file
Fixed an issue where channel albums don't show up in the album search (#1300)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment