Version bump and changelog for 1.2.3
This commit is contained in:
parent
4c2411ce28
commit
dc35000ddc
61
CHANGELOG
61
CHANGELOG
|
@ -10,7 +10,66 @@ This changelog is viewable on the web at https://docs.funkwhale.audio/changelog.
|
||||||
|
|
||||||
.. towncrier
|
.. towncrier
|
||||||
|
|
||||||
1.2.2 (2020-02-04)
|
1.2.3 (2022-03-18)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
Upgrade instructions are available at
|
||||||
|
https://docs.funkwhale.audio/admin/upgrading.html
|
||||||
|
|
||||||
|
Enhancements:
|
||||||
|
|
||||||
|
- Added support for all cover sources in the embedded player (#1697).
|
||||||
|
- Change unmaintained PyMemoize library to django-cache-memoize
|
||||||
|
to enable Python 3.10 support
|
||||||
|
|
||||||
|
Bugfixes:
|
||||||
|
|
||||||
|
- Catch ValueError on radio end (#1596)
|
||||||
|
- Fix bug that prevents users from creating a new oauth application (#1706)
|
||||||
|
- Fix failed track adding to playlist being silent (#1020)
|
||||||
|
- Fix recently added radio not working has expected (#1674)
|
||||||
|
- Fixed an issue where you couldn't load the details page for tracks with no associated album (#1703)
|
||||||
|
- Fixed library visibility dropdown (#1384)
|
||||||
|
- In playlist editor can now click outside the trashcan but inside the button to delete entry (#1348)
|
||||||
|
|
||||||
|
Contributors to our Issues:
|
||||||
|
|
||||||
|
- Agate
|
||||||
|
- Baudouin Feildel
|
||||||
|
- Christoph Pomaska
|
||||||
|
- Ciarán Ainsworth
|
||||||
|
- Georg Krause
|
||||||
|
- JuniorJPDJ
|
||||||
|
- Kasper Seweryn
|
||||||
|
- Marcos Peña
|
||||||
|
- Mathieu Jourdan
|
||||||
|
- MattDHarding
|
||||||
|
- Micha Gläß-Stöcker
|
||||||
|
- dnikolov
|
||||||
|
- jovuit
|
||||||
|
- petitminion
|
||||||
|
|
||||||
|
Contributors to our Merge Requests:
|
||||||
|
|
||||||
|
- Ciarán Ainsworth
|
||||||
|
- Georg Krause
|
||||||
|
- JuniorJPDJ
|
||||||
|
- Kasper Seweryn
|
||||||
|
- Marcos Peña
|
||||||
|
- MattDHarding
|
||||||
|
- petitminion
|
||||||
|
|
||||||
|
Committers
|
||||||
|
|
||||||
|
- Ciaran Ainsworth
|
||||||
|
- Georg Krause
|
||||||
|
- JuniorJPDJ
|
||||||
|
- MattDHarding
|
||||||
|
- Petitminion
|
||||||
|
- Reinhard Prechtl
|
||||||
|
|
||||||
|
|
||||||
|
1.2.2 (2022-02-04)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
Upgrade instructions are available at
|
Upgrade instructions are available at
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
__version__ = "1.2.2"
|
__version__ = "1.2.3"
|
||||||
__version_info__ = tuple(
|
__version_info__ = tuple(
|
||||||
[
|
[
|
||||||
int(num) if num.isdigit() else num
|
int(num) if num.isdigit() else num
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Fix failed track adding to playlist being silent (#1020)
|
|
|
@ -1 +0,0 @@
|
||||||
In playlist editor can now click outside the trashcan but inside the button to delete entry (#1348)
|
|
|
@ -1 +0,0 @@
|
||||||
Fixed library visibility dropdown (#1384)
|
|
|
@ -1 +0,0 @@
|
||||||
Fix recently added radio not working has expected (#1674)
|
|
|
@ -1 +0,0 @@
|
||||||
Added support for all cover sources in the embedded player (#1697).
|
|
|
@ -1 +0,0 @@
|
||||||
Fixed an issue where you couldn't load the details page for tracks with no associated album (#1703)
|
|
|
@ -1 +0,0 @@
|
||||||
Fix bug that prevents users from creating a new oauth application (#1706)
|
|
|
@ -1 +0,0 @@
|
||||||
Catch ValueError on radio end (#1596)
|
|
|
@ -1,2 +0,0 @@
|
||||||
Change unmaintained PyMemoize library to django-cache-memoize
|
|
||||||
to enable Python 3.10 support
|
|
Loading…
Reference in New Issue