Skip to content
Snippets Groups Projects
Verified Commit 8b1801ce authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Merge branch 'master' into develop

parents 7e1bd1ad cfbbaea5
No related branches found
No related tags found
No related merge requests found
......@@ -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)
-------------------
......
# -*- coding: utf-8 -*-
__version__ = "0.18.1"
__version__ = "0.18.2"
__version_info__ = tuple(
[
int(num) if num.isdigit() else num
......
Fixed resizing issues for album cards on artist pages (#694)
Fixed Embed component name that could lead to issue when developping on OSX (#696)
Downgraded channels dependency to 2.1.6 to fix denied uploads (#697)
Can now use a local file with FUNKWHALE_SPA_HTML_ROOT to avoid sending an HTTP request (#705)
Added a 'fix_federation_ids' management command to deal with protocol/domain issues in federation
IDs after deployments (#706)
Fixed cards display issues on medium/small screens (#707)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment