Merge branch 'master' into develop

This commit is contained in:
Eliot Berriot 2019-02-13 09:28:50 +01:00
commit 8b1801ce6d
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
8 changed files with 22 additions and 8 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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