Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Georg Abenthung
funkwhale
Commits
51462200
Verified
Commit
51462200
authored
Mar 01, 2021
by
Georg Krause
Browse files
Version bump and changelog for 1.1-rc2
parent
65b81889
Changes
4
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
51462200
...
...
@@ -10,6 +10,20 @@ This changelog is viewable on the web at https://docs.funkwhale.audio/changelog.
.. towncrier
1.1-rc2 (2021-03-01)
--------------------
Upgrade instructions are available at
https://docs.funkwhale.audio/admin/upgrading.html
Bugfixes:
- Fixed follows from Pleroma with custom Emoji as Tag by ignoring not supported tag types #1342
- Update pleroma JSON-LD Schema (#1341)
- Revert fork replacement of http-signature since official package breaks federation
- Pin twisted version to 20.3.0
1.1-rc1 (2021-02-24)
--------------------
...
...
api/funkwhale_api/__init__.py
View file @
51462200
# -*- coding: utf-8 -*-
__version__
=
"1.1-rc
1
"
__version__
=
"1.1-rc
2
"
__version_info__
=
tuple
(
[
int
(
num
)
if
num
.
isdigit
()
else
num
...
...
changes/changelog.d/1341.bugfix
deleted
100644 → 0
View file @
65b81889
Update pleroma JSON-LD Schema (#1341)
changes/changelog.d/1342.bugfix
deleted
100644 → 0
View file @
65b81889
Fixed follows from Pleroma with custom Emoji as Tag by ignoring not supported tag types #1342
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