Version bump and changelog for 1.1.1
This commit is contained in:
parent
94662e5814
commit
381215af98
20
CHANGELOG
20
CHANGELOG
|
@ -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)
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Frontend build tooling is less dependent on `npm` or `yarn` being used (!1285)
|
|
|
@ -1 +0,0 @@
|
||||||
"Improve UI consistency in artist tracks (#1286)"
|
|
|
@ -1 +0,0 @@
|
||||||
Fix tracks playing in the background without the ability to control them (#1213) (#1387)
|
|
|
@ -1 +0,0 @@
|
||||||
Fix playback issues when pausing close the the end of a track (#1324)
|
|
|
@ -1 +0,0 @@
|
||||||
Adds year to album's card and album's base UI
|
|
|
@ -1 +0,0 @@
|
||||||
Fixed track playback indicator to reset on queue end (#1380)
|
|
|
@ -1,3 +0,0 @@
|
||||||
issue="1374"
|
|
||||||
content="Fixed a small discrepancy to the subsonic api"
|
|
||||||
category="bugfix"
|
|
Loading…
Reference in New Issue