Version bump and changelog for 1.2.8

This commit is contained in:
Marcos Peña 2022-09-12 10:51:44 +02:00
parent 521b492f6b
commit fb10d1a3d5
9 changed files with 60 additions and 8 deletions

View File

@ -10,6 +10,65 @@ This changelog is viewable on the web at https://docs.funkwhale.audio/changelog.
.. towncrier
1.2.8 (2022-09-12)
------------------
Upgrade instructions are available at
https://docs.funkwhale.audio/admin/upgrading.html
Features:
- Add Sentry SDK to collect errors at the backend
Bugfixes:
- Fix exponentially growing database when using in-place-imports on a regular base #1676
- Fix navigating to registration request not showing anything (#1836)
- Fix player cover image overlapping queue list
- Fixed metadata handling for Various Artists albums (#1201)
- Fixed search behaviour in radio builder's filters (#733)
- Fixed unpredictable subsonic search3 results (#1782)
Committers:
- Ciarán Ainsworth
- Georg Krause
- Marcos Peña
- Mathias Koehler
- wvffle
Contributors to our Issues:
- AMoonRabbit
- Agate
- Ciarán Ainsworth
- Georg Krause
- JuniorJPDJ
- Kasper Seweryn
- Kelvin Hammond
- Marcos Peña
- Meliurwen
- Micha Gläß-Stöcker
- Miv2nir
- Sam Birch
- Tolriq
- Tony Wasserka
- f1reflyyyylmao
- heyarne
- petitminion
- troll
Contributors to our Merge Requests:
- Ciarán Ainsworth
- Georg Krause
- JuniorJPDJ
- Kasper Seweryn
- Marcos Peña
- interru
1.2.7 (2022-07-14)
------------------

View File

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

View File

@ -1 +0,0 @@
Fixed metadata handling for Various Artists albums (#1201)

View File

@ -1 +0,0 @@
Fix exponentially growing database when using in-place-imports on a regular base #1676

View File

@ -1 +0,0 @@
Fixed unpredictable subsonic search3 results (#1782)

View File

@ -1 +0,0 @@
Fix navigating to registration request not showing anything (#1836)

View File

@ -1 +0,0 @@
Fix player cover image overlapping queue list

View File

@ -1 +0,0 @@
Fixed search behaviour in radio builder's filters (#733)

View File

@ -1 +0,0 @@
Add Sentry SDK to collect errors at the backend