Version bump and changelog for 1.1.1

environments/review-front-1108-r6wo61/deployments/6780 1.1.1
Georg Krause 2021-04-13 10:27:07 +02:00
rodzic 94662e5814
commit 381215af98
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: FD479B9A4D48E632
9 zmienionych plików z 21 dodań i 10 usunięć

Wyświetl plik

@ -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)
----------------

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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