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

Version bump and changelog for 1.1.2

parent c60bc939
No related branches found
No related tags found
No related merge requests found
......@@ -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)
------------------
......
# -*- coding: utf-8 -*-
__version__ = "1.1.1"
__version__ = "1.1.2"
__version_info__ = tuple(
[
int(num) if num.isdigit() else num
......
Fixed systemd unit for funkwhale-worker (#1160)
Added modal to prompt users to log in when subscribing to channels (#1296)
Fixed minor graphical bug where loaders would appear white in dark theme (#1442)
Added missing is_playable serializer for the tracks endpoint.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment