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
9ee0239d
Commit
9ee0239d
authored
Jul 27, 2020
by
Agate
💬
Browse files
Merge branch 'release/0.21.2'
parents
17869ce1
526160dd
Changes
14
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
9ee0239d
...
...
@@ -10,6 +10,38 @@ This changelog is viewable on the web at https://docs.funkwhale.audio/changelog.
.. 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)
-------------------
...
...
api/funkwhale_api/__init__.py
View file @
9ee0239d
# -*- coding: utf-8 -*-
__version__
=
"0.21.
1
"
__version__
=
"0.21.
2
"
__version_info__
=
tuple
(
[
int
(
num
)
if
num
.
isdigit
()
else
num
...
...
changes/changelog.d/1089.bugfix
deleted
100644 → 0
View file @
17869ce1
Make channel card updated times more humanly readable, add internationalization (#1089)
\ No newline at end of file
changes/changelog.d/1104.bugfix
deleted
100644 → 0
View file @
17869ce1
Fixed invalid metadata when importing multi-artists tracks/albums (#1104)
changes/changelog.d/1116.enhancement
deleted
100644 → 0
View file @
17869ce1
Can now filter subscribed content through API (#1116)
\ No newline at end of file
changes/changelog.d/1134.enhancement
deleted
100644 → 0
View file @
17869ce1
Use role=alert on forms/toast message to improve accessibility (#1134)
changes/changelog.d/1138.bugfix
deleted
100644 → 0
View file @
17869ce1
Fixed wrong covert art displaying in some situations (#1138)
changes/changelog.d/1145.enhancement
deleted
100644 → 0
View file @
17869ce1
Support ordering=random for artists, albums, tracks and channels endpoints (#1145)
changes/changelog.d/1157.bugfix
deleted
100644 → 0
View file @
17869ce1
Fixed player crash when using Funkwhale as a PWA (#1157)
changes/changelog.d/1158.bugfix
deleted
100644 → 0
View file @
17869ce1
Fixed crash when loading recent albums via Subsonic (#1158)
changes/changelog.d/1161.bugfix
deleted
100644 → 0
View file @
17869ce1
Fixed crash with null help text in admin (#1161)
changes/changelog.d/1165.bugfix
deleted
100644 → 0
View file @
17869ce1
Fixed broken mimetype detection during import (#1165)
changes/changelog.d/1175.bugfix
deleted
100644 → 0
View file @
17869ce1
Fix embedded player not working on channel serie/album (#1175)
\ No newline at end of file
changes/changelog.d/api-related.enhancement
deleted
100644 → 0
View file @
17869ce1
Added a new ?related=obj_id filter for artists, albums and tracks, based on tags
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