Merge branch 'release/0.18.2'

merge-requests/622/head 0.18.2
Eliot Berriot 2019-02-13 09:28:22 +01:00
commit cfbbaea5ee
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: DD6965E2476E5C27
8 zmienionych plików z 22 dodań i 8 usunięć

Wyświetl plik

@ -10,6 +10,27 @@ This changelog is viewable on the web at https://docs.funkwhale.audio/changelog.
.. towncrier
0.18.2 (2019-02-13)
-------------------
Upgrade instructions are available at
https://docs.funkwhale.audio/index.html
Enhancements:
- Added a 'fix_federation_ids' management command to deal with protocol/domain issues in federation
IDs after deployments (#706)
- Can now use a local file with FUNKWHALE_SPA_HTML_ROOT to avoid sending an HTTP request (#705)
Bugfixes:
- Downgraded channels dependency to 2.1.6 to fix denied uploads (#697)
- Fixed cards display issues on medium/small screens (#707)
- Fixed Embed component name that could lead to issue when developping on OSX (#696)
- Fixed resizing issues for album cards on artist pages (#694)
0.18.1 (2019-01-29)
-------------------

Wyświetl plik

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

Wyświetl plik

@ -1 +0,0 @@
Fixed resizing issues for album cards on artist pages (#694)

Wyświetl plik

@ -1 +0,0 @@
Fixed Embed component name that could lead to issue when developping on OSX (#696)

Wyświetl plik

@ -1 +0,0 @@
Downgraded channels dependency to 2.1.6 to fix denied uploads (#697)

Wyświetl plik

@ -1 +0,0 @@
Can now use a local file with FUNKWHALE_SPA_HTML_ROOT to avoid sending an HTTP request (#705)

Wyświetl plik

@ -1,2 +0,0 @@
Added a 'fix_federation_ids' management command to deal with protocol/domain issues in federation
IDs after deployments (#706)

Wyświetl plik

@ -1 +0,0 @@
Fixed cards display issues on medium/small screens (#707)