Version bump and changelog for 1.1.2

This commit is contained in:
Georg Krause 2021-05-19 15:30:51 +02:00
parent 071ff89a4f
commit 8202c1879b
No known key found for this signature in database
GPG Key ID: FD479B9A4D48E632
6 changed files with 20 additions and 5 deletions

View File

@ -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)
------------------

View File

@ -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

View File

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

View File

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

View File

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

View File

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