Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Janek
funkwhale
Commits
ea4be336
Verified
Commit
ea4be336
authored
May 19, 2021
by
Georg Krause
Browse files
Version bump and changelog for 1.1.2
parent
c60bc939
Changes
6
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
ea4be336
...
...
@@ -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)
------------------
...
...
api/funkwhale_api/__init__.py
View file @
ea4be336
# -*- coding: utf-8 -*-
__version__
=
"1.1.
1
"
__version__
=
"1.1.
2
"
__version_info__
=
tuple
(
[
int
(
num
)
if
num
.
isdigit
()
else
num
...
...
changes/changelog.d/1160.bugfix
deleted
100644 → 0
View file @
c60bc939
Fixed systemd unit for funkwhale-worker (#1160)
changes/changelog.d/1296.enhancement
deleted
100644 → 0
View file @
c60bc939
Added modal to prompt users to log in when subscribing to channels (#1296)
changes/changelog.d/1442.bugfix
deleted
100644 → 0
View file @
c60bc939
Fixed minor graphical bug where loaders would appear white in dark theme (#1442)
changes/changelog.d/playable.bugfix
deleted
100644 → 0
View file @
c60bc939
Added missing is_playable serializer for the tracks endpoint.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment