Version bump and changelog for 1.2.3

vite-ws-ssl-compatible 1.2.3
Georg Krause 2022-03-18 10:57:16 +01:00
rodzic 4c2411ce28
commit dc35000ddc
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 2970D504B2183D22
11 zmienionych plików z 61 dodań i 12 usunięć

Wyświetl plik

@ -10,7 +10,66 @@ This changelog is viewable on the web at https://docs.funkwhale.audio/changelog.
.. 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

Wyświetl plik

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
__version__ = "1.2.2"
__version__ = "1.2.3"
__version_info__ = tuple(
[
int(num) if num.isdigit() else num

Wyświetl plik

@ -1 +0,0 @@
Fix failed track adding to playlist being silent (#1020)

Wyświetl plik

@ -1 +0,0 @@
In playlist editor can now click outside the trashcan but inside the button to delete entry (#1348)

Wyświetl plik

@ -1 +0,0 @@
Fixed library visibility dropdown (#1384)

Wyświetl plik

@ -1 +0,0 @@
Fix recently added radio not working has expected (#1674)

Wyświetl plik

@ -1 +0,0 @@
Added support for all cover sources in the embedded player (#1697).

Wyświetl plik

@ -1 +0,0 @@
Fixed an issue where you couldn't load the details page for tracks with no associated album (#1703)

Wyświetl plik

@ -1 +0,0 @@
Fix bug that prevents users from creating a new oauth application (#1706)

Wyświetl plik

@ -1 +0,0 @@
Catch ValueError on radio end (#1596)

Wyświetl plik

@ -1,2 +0,0 @@
Change unmaintained PyMemoize library to django-cache-memoize
to enable Python 3.10 support