Version bump and changelog for 0.21.2
This commit is contained in:
parent
17869ce1f7
commit
526160dde2
32
CHANGELOG
32
CHANGELOG
|
@ -10,6 +10,38 @@ This changelog is viewable on the web at https://docs.funkwhale.audio/changelog.
|
||||||
|
|
||||||
.. towncrier
|
.. towncrier
|
||||||
|
|
||||||
|
0.21.2 (2020-07-27)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
Upgrade instructions are available at
|
||||||
|
https://docs.funkwhale.audio/index.html
|
||||||
|
|
||||||
|
Enhancements:
|
||||||
|
|
||||||
|
- Added a new ?related=obj_id filter for artists, albums and tracks, based on tags
|
||||||
|
- Can now filter subscribed content through API (#1116)
|
||||||
|
- Support ordering=random for artists, albums, tracks and channels endpoints (#1145)
|
||||||
|
- Use role=alert on forms/toast message to improve accessibility (#1134)
|
||||||
|
|
||||||
|
|
||||||
|
Bugfixes:
|
||||||
|
|
||||||
|
- Fix embedded player not working on channel serie/album (#1175)
|
||||||
|
- Fixed broken mimetype detection during import (#1165)
|
||||||
|
- Fixed crash when loading recent albums via Subsonic (#1158)
|
||||||
|
- Fixed crash with null help text in admin (#1161)
|
||||||
|
- Fixed invalid metadata when importing multi-artists tracks/albums (#1104)
|
||||||
|
- Fixed player crash when using Funkwhale as a PWA (#1157)
|
||||||
|
- Fixed wrong covert art displaying in some situations (#1138)
|
||||||
|
- Make channel card updated times more humanly readable, add internationalization (#1089)
|
||||||
|
|
||||||
|
Contributors to this release (development, documentation, reviews):
|
||||||
|
|
||||||
|
- Agate
|
||||||
|
- Bheesham Persaud
|
||||||
|
- Ciarán Ainsworth
|
||||||
|
|
||||||
|
|
||||||
0.21.1 (2020-06-11)
|
0.21.1 (2020-06-11)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
__version__ = "0.21.1"
|
__version__ = "0.21.2"
|
||||||
__version_info__ = tuple(
|
__version_info__ = tuple(
|
||||||
[
|
[
|
||||||
int(num) if num.isdigit() else num
|
int(num) if num.isdigit() else num
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Make channel card updated times more humanly readable, add internationalization (#1089)
|
|
|
@ -1 +0,0 @@
|
||||||
Fixed invalid metadata when importing multi-artists tracks/albums (#1104)
|
|
|
@ -1 +0,0 @@
|
||||||
Can now filter subscribed content through API (#1116)
|
|
|
@ -1 +0,0 @@
|
||||||
Use role=alert on forms/toast message to improve accessibility (#1134)
|
|
|
@ -1 +0,0 @@
|
||||||
Fixed wrong covert art displaying in some situations (#1138)
|
|
|
@ -1 +0,0 @@
|
||||||
Support ordering=random for artists, albums, tracks and channels endpoints (#1145)
|
|
|
@ -1 +0,0 @@
|
||||||
Fixed player crash when using Funkwhale as a PWA (#1157)
|
|
|
@ -1 +0,0 @@
|
||||||
Fixed crash when loading recent albums via Subsonic (#1158)
|
|
|
@ -1 +0,0 @@
|
||||||
Fixed crash with null help text in admin (#1161)
|
|
|
@ -1 +0,0 @@
|
||||||
Fixed broken mimetype detection during import (#1165)
|
|
|
@ -1 +0,0 @@
|
||||||
Fix embedded player not working on channel serie/album (#1175)
|
|
|
@ -1 +0,0 @@
|
||||||
Added a new ?related=obj_id filter for artists, albums and tracks, based on tags
|
|
Loading…
Reference in New Issue