Skip to content
Snippets Groups Projects
Verified Commit 817c8fbc authored by Georg Krause's avatar Georg Krause
Browse files

Version bump and changelog for 1.2.9

parent aa17f967
Branches
Tags 1.2.9
No related merge requests found
Pipeline #26010 passed
......@@ -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)
------------------
......
# -*- coding: utf-8 -*-
__version__ = "1.2.8"
__version__ = "1.2.9"
__version_info__ = tuple(
[
int(num) if num.isdigit() else num
......
Fixed unplayable skipped upload (#1349)
Fixed invitation reuse after the invited user has been deleted (#1952)
Ensure index.html files get loaded with UTF-8 encoding
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment