Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Georg Abenthung
funkwhale
Commits
f55cbcb5
Unverified
Commit
f55cbcb5
authored
Feb 24, 2021
by
Georg Krause
Browse files
Version bump and changelog for 1.1-rc1
parent
0edf32ed
Changes
25
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
f55cbcb5
...
...
@@ -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)
------------------
...
...
api/funkwhale_api/__init__.py
View file @
f55cbcb5
# -*- coding: utf-8 -*-
__version__
=
"1.
0.
1"
__version__
=
"1.
1-rc
1"
__version_info__
=
tuple
(
[
int
(
num
)
if
num
.
isdigit
()
else
num
...
...
changes/changelog.d/1222.enhancement
deleted
100644 → 0
View file @
0edf32ed
Logarithmic scale for volume slider (#1222)
\ No newline at end of file
changes/changelog.d/1238.enhancement
deleted
100644 → 0
View file @
0edf32ed
Add number of tracks and discs of an album to API (#1238)
changes/changelog.d/1241.enhancement
deleted
100644 → 0
View file @
0edf32ed
Added padding to volume slider to ease mouse control (#1241)
\ No newline at end of file
changes/changelog.d/1243.enhancement
deleted
100644 → 0
View file @
0edf32ed
Support AIFF file format (#1243)
\ No newline at end of file
changes/changelog.d/1252.bugfix
deleted
100644 → 0
View file @
0edf32ed
Update MediaSession metadata for initially loaded track (#1252)
\ No newline at end of file
changes/changelog.d/1266.bugfix
deleted
100644 → 0
View file @
0edf32ed
Update playback position slider also when track is paused (#1266)
\ No newline at end of file
changes/changelog.d/1269.enhancement
deleted
100644 → 0
View file @
0edf32ed
More user-friendly subsonic tokens (#1269)
changes/changelog.d/1271.enhancement
deleted
100644 → 0
View file @
0edf32ed
Add spacing after "Play all" button in playlist view (!1271)
changes/changelog.d/1272.bugfix
deleted
100644 → 0
View file @
0edf32ed
Fix delete library modal closing immediately (#1272)
\ No newline at end of file
changes/changelog.d/1274.bugfix
deleted
100644 → 0
View file @
0edf32ed
Changed audio format detection to happen via sniffing and not file extensions (#1274)
changes/changelog.d/1281.bugfix
deleted
100644 → 0
View file @
0edf32ed
"Add check for empty/null covers (#1281)"
changes/changelog.d/1282.bugfix
deleted
100644 → 0
View file @
0edf32ed
Added an album filter to fix problem where channel entries would show up in the wrong series (#1282)
\ No newline at end of file
changes/changelog.d/1284.enhancement
deleted
100644 → 0
View file @
0edf32ed
Remove manual entry of Import Reference on front-end import (#1284)
changes/changelog.d/1289.bugfix
deleted
100644 → 0
View file @
0edf32ed
Changed default behaviour of channel entries to use channel artwork if no entry artwork available (#1289)
\ No newline at end of file
changes/changelog.d/1292.bugfix
deleted
100644 → 0
View file @
0edf32ed
Fix public shared remote library radio button being disabled (#1292)
\ No newline at end of file
changes/changelog.d/1294.enhancement
deleted
100644 → 0
View file @
0edf32ed
Added ability to choose fediverse addresses from channel subscription page/podcast screen (#1294)
\ No newline at end of file
changes/changelog.d/1295.bugfix
deleted
100644 → 0
View file @
0edf32ed
Fixed an issue where modals would prevent users being able to interact with channels (#1295)
\ No newline at end of file
changes/changelog.d/1300.bugfix
deleted
100644 → 0
View file @
0edf32ed
Fixed an issue where channel albums don't show up in the album search (#1300)
\ No newline at end of file
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment