Version bump and changelog for 1.2.9

pipelines/26366 1.2.9
Georg Krause 2022-11-25 17:59:23 +01:00
rodzic aa17f9679b
commit 817c8fbcaa
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 2970D504B2183D22
5 zmienionych plików z 43 dodań i 4 usunięć

Wyświetl plik

@ -10,6 +10,48 @@ This changelog is viewable on the web at https://docs.funkwhale.audio/changelog.
.. towncrier
1.2.9 (2022-11-25)
------------------
Upgrade instructions are available at
https://docs.funkwhale.audio/admin/upgrading.html
Bugfixes:
- Ensure index.html files get loaded with UTF-8 encoding
- Fixed invitation reuse after the invited user has been deleted (#1952)
- Fixed unplayable skipped upload (#1349)
Committers:
- Georg Krause
- Marcos Peña
- Philipp Wolfer
- Travis Briggs
Contributors to our Issues:
- Ciarán Ainsworth
- Georg Krause
- JuniorJPDJ
- Kasper Seweryn
- Marcos Peña
- Mathieu Jourdan
- Micha Gläß-Stöcker
- fuomag9
- gammelalf
- myOmikron
- petitminion
Contributors to our Merge Requests:
- Georg Krause
- JuniorJPDJ
- Marcos Peña
- Philipp Wolfer
- fuomag9
1.2.8 (2022-09-12)
------------------

Wyświetl plik

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

Wyświetl plik

@ -1 +0,0 @@
Fixed unplayable skipped upload (#1349)

Wyświetl plik

@ -1 +0,0 @@
Fixed invitation reuse after the invited user has been deleted (#1952)

Wyświetl plik

@ -1 +0,0 @@
Ensure index.html files get loaded with UTF-8 encoding