Version bump and changelog for 1.3.0-rc2

environments/review-docs-docs-mup14p/deployments/16950 1.3.0-rc2
Georg Krause 2023-01-23 10:33:44 +01:00
rodzic 7504a5fa53
commit 0729b52f3d
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 2970D504B2183D22
2 zmienionych plików z 20 dodań i 1 usunięć

Wyświetl plik

@ -10,6 +10,25 @@ This changelog is viewable on the web at https://docs.funkwhale.audio/changelog.
.. towncrier
1.3.0-rc2 (2023-01-23)
----------------------
Update since 1.3.0-rc1:
Enhancements:
- Retry fetching new radio track 5 times if error occurred before resetting radio session (#2022)
Bugfixes:
- Docker setup: do not export the API port 5000 publicly
- Fix artist name submission in Maloja plugin
Deprecations:
- That's the last minor version series that supports python3.7. Funkwhale 1.4 will remove support for it. #1693
- Deprecate the api manage.py script in favor of the funkwhale-manage entrypoint
1.3.0-rc1 (2023-01-20)
----------------------

Wyświetl plik

@ -1,4 +1,4 @@
__version__ = "1.3.0-rc1"
__version__ = "1.3.0-rc2"
__version_info__ = tuple(
[
int(num) if num.isdigit() else num