Version bump and changelog for 1.1.1

This commit is contained in:
Georg Krause 2021-04-13 10:27:07 +02:00
parent 94662e5814
commit 381215af98
No known key found for this signature in database
GPG Key ID: FD479B9A4D48E632
9 changed files with 21 additions and 10 deletions

View File

@ -10,6 +10,26 @@ This changelog is viewable on the web at https://docs.funkwhale.audio/changelog.
.. towncrier .. 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) 1.1 (2021-03-10)
---------------- ----------------

View File

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

View File

@ -1 +0,0 @@
Frontend build tooling is less dependent on `npm` or `yarn` being used (!1285)

View File

@ -1 +0,0 @@
"Improve UI consistency in artist tracks (#1286)"

View File

@ -1 +0,0 @@
Fix tracks playing in the background without the ability to control them (#1213) (#1387)

View File

@ -1 +0,0 @@
Fix playback issues when pausing close the the end of a track (#1324)

View File

@ -1 +0,0 @@
Adds year to album's card and album's base UI

View File

@ -1 +0,0 @@
Fixed track playback indicator to reset on queue end (#1380)

View File

@ -1,3 +0,0 @@
issue="1374"
content="Fixed a small discrepancy to the subsonic api"
category="bugfix"