Version bump and changelog for 1.1.2

environments/review-front-fix-fhp6gl/deployments/7748 1.1.2
Georg Krause 2021-05-19 15:30:51 +02:00
rodzic c60bc93930
commit ea4be336d4
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: FD479B9A4D48E632
6 zmienionych plików z 20 dodań i 5 usunięć

Wyświetl plik

@ -10,6 +10,25 @@ This changelog is viewable on the web at https://docs.funkwhale.audio/changelog.
.. towncrier
1.1.2 (2021-05-19)
------------------
Upgrade instructions are available at
https://docs.funkwhale.audio/admin/upgrading.html
Enhancements:
- Added modal to prompt users to log in when subscribing to channels (#1296)
Bugfixes:
- Added missing is_playable serializer for the tracks endpoint.
- Fixed minor graphical bug where loaders would appear white in dark theme (#1442)
- Fixed systemd unit for funkwhale-worker (#1160)
- Several minor fixes for the Frontend
1.1.1 (2021-04-13)
------------------

Wyświetl plik

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

Wyświetl plik

@ -1 +0,0 @@
Fixed systemd unit for funkwhale-worker (#1160)

Wyświetl plik

@ -1 +0,0 @@
Added modal to prompt users to log in when subscribing to channels (#1296)

Wyświetl plik

@ -1 +0,0 @@
Fixed minor graphical bug where loaders would appear white in dark theme (#1442)

Wyświetl plik

@ -1 +0,0 @@
Added missing is_playable serializer for the tracks endpoint.