Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Philipp Wolfer
funkwhale
Commits
73ced887
Verified
Commit
73ced887
authored
Aug 01, 2021
by
Georg Krause
Browse files
Version bump and changelog for 1.1.3
parent
96b0da0a
Changes
6
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
73ced887
...
...
@@ -10,6 +10,23 @@ This changelog is viewable on the web at https://docs.funkwhale.audio/changelog.
.. towncrier
1.1.3 (unreleased)
Upgrade instructions are available at
https://docs.funkwhale.audio/admin/upgrading.html
Enhancements:
- Test better tagging of Docker Images (#1505)
Bugfixes:
- Fix the scrobbler plugin submitting literal "None" as MusicBrainz ID (#1498)
- Add worker-src to nginx header to prevent issues (#1489)
- Only suggest typed tag once if it already exists
- Implement access control on the moderation views (#1494)
- Prevent open redirect on login (#1492)
1.1.2 (2021-05-19)
------------------
...
...
api/funkwhale_api/__init__.py
View file @
73ced887
# -*- coding: utf-8 -*-
__version__
=
"1.1.
2
"
__version__
=
"1.1.
3
"
__version_info__
=
tuple
(
[
int
(
num
)
if
num
.
isdigit
()
else
num
...
...
changes/changelog.d/1303.Bugfix
deleted
100644 → 0
View file @
96b0da0a
Fix federation issues by increasing FUNKWHALE_WEB_WORKERS (#1303)
changes/changelog.d/1427.bugfix
deleted
100644 → 0
View file @
96b0da0a
Only suggest typed tag once if it already exists
changes/changelog.d/1489.bugfix
deleted
100644 → 0
View file @
96b0da0a
Add worker-src to nginx header to prevent issues (#1489)
changes/changelog.d/1498.bug
→
changes/changelog.d/1498.bug
fix
View file @
73ced887
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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