Version bump and changelog for 1.2.9
This commit is contained in:
parent
aa17f9679b
commit
817c8fbcaa
42
CHANGELOG
42
CHANGELOG
|
@ -10,6 +10,48 @@ This changelog is viewable on the web at https://docs.funkwhale.audio/changelog.
|
||||||
|
|
||||||
.. towncrier
|
.. 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)
|
1.2.8 (2022-09-12)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
__version__ = "1.2.8"
|
__version__ = "1.2.9"
|
||||||
__version_info__ = tuple(
|
__version_info__ = tuple(
|
||||||
[
|
[
|
||||||
int(num) if num.isdigit() else num
|
int(num) if num.isdigit() else num
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Fixed unplayable skipped upload (#1349)
|
|
|
@ -1 +0,0 @@
|
||||||
Fixed invitation reuse after the invited user has been deleted (#1952)
|
|
|
@ -1 +0,0 @@
|
||||||
Ensure index.html files get loaded with UTF-8 encoding
|
|
Loading…
Reference in New Issue