Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
petitminion
funkwhale
Commits
e73e6db8
Verified
Commit
e73e6db8
authored
Feb 13, 2019
by
Eliot Berriot
Browse files
Version bump and changelog for 0.18.2
parent
db5b28ab
Changes
8
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
e73e6db8
...
...
@@ -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)
-------------------
...
...
api/funkwhale_api/__init__.py
View file @
e73e6db8
# -*- coding: utf-8 -*-
__version__
=
"0.18.
1
"
__version__
=
"0.18.
2
"
__version_info__
=
tuple
(
[
int
(
num
)
if
num
.
isdigit
()
else
num
...
...
changes/changelog.d/694.bugfix
deleted
100644 → 0
View file @
db5b28ab
Fixed resizing issues for album cards on artist pages (#694)
changes/changelog.d/696.bugfix
deleted
100644 → 0
View file @
db5b28ab
Fixed Embed component name that could lead to issue when developping on OSX (#696)
changes/changelog.d/697.bugfix
deleted
100644 → 0
View file @
db5b28ab
Downgraded channels dependency to 2.1.6 to fix denied uploads (#697)
changes/changelog.d/705.enhancement
deleted
100644 → 0
View file @
db5b28ab
Can now use a local file with FUNKWHALE_SPA_HTML_ROOT to avoid sending an HTTP request (#705)
changes/changelog.d/706.enhancement
deleted
100644 → 0
View file @
db5b28ab
Added a 'fix_federation_ids' management command to deal with protocol/domain issues in federation
IDs after deployments (#706)
changes/changelog.d/707.bugfix
deleted
100644 → 0
View file @
db5b28ab
Fixed cards display issues on medium/small screens (#707)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment