Version bump and changelog for 0.18.2
This commit is contained in:
parent
db5b28abbc
commit
e73e6db8ef
21
CHANGELOG
21
CHANGELOG
|
@ -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)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Fixed resizing issues for album cards on artist pages (#694)
|
|
@ -1 +0,0 @@
|
|||
Fixed Embed component name that could lead to issue when developping on OSX (#696)
|
|
@ -1 +0,0 @@
|
|||
Downgraded channels dependency to 2.1.6 to fix denied uploads (#697)
|
|
@ -1 +0,0 @@
|
|||
Can now use a local file with FUNKWHALE_SPA_HTML_ROOT to avoid sending an HTTP request (#705)
|
|
@ -1,2 +0,0 @@
|
|||
Added a 'fix_federation_ids' management command to deal with protocol/domain issues in federation
|
||||
IDs after deployments (#706)
|
|
@ -1 +0,0 @@
|
|||
Fixed cards display issues on medium/small screens (#707)
|
Loading…
Reference in New Issue