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

Version bump and changelog for 1.1.1

parent 94662e58
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,26 @@ This changelog is viewable on the web at https://docs.funkwhale.audio/changelog.
.. towncrier
1.1.1 (2021-04-13)
------------------
Upgrade instructions are available at
https://docs.funkwhale.audio/admin/upgrading.html
Enhancements:
- Improve UI consistency in artist tracks (#1286)
- Adds year to album's card and album's base UI
Bugfixes:
- Fix playback issues when pausing close the the end of a track (#1324)
- Fix tracks playing in the background without the ability to control them (#1213) (#1387)
- Fixed track playback indicator to reset on queue end (#1380)
- Frontend build tooling is less dependent on `npm` or `yarn` being used (!1285)
- Fixed a small discrepancy to the subsonic api 1374
1.1 (2021-03-10)
----------------
......
# -*- coding: utf-8 -*-
__version__ = "1.1"
__version__ = "1.1.1"
__version_info__ = tuple(
[
int(num) if num.isdigit() else num
......
Frontend build tooling is less dependent on `npm` or `yarn` being used (!1285)
"Improve UI consistency in artist tracks (#1286)"
Fix tracks playing in the background without the ability to control them (#1213) (#1387)
Fix playback issues when pausing close the the end of a track (#1324)
Adds year to album's card and album's base UI
Fixed track playback indicator to reset on queue end (#1380)
issue="1374"
content="Fixed a small discrepancy to the subsonic api"
category="bugfix"
\ No newline at end of file
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