Merge branch 'master' into develop
This commit is contained in:
commit
00a9a0d5a6
17
CHANGELOG
17
CHANGELOG
|
@ -10,6 +10,23 @@ This changelog is viewable on the web at https://docs.funkwhale.audio/changelog.
|
||||||
|
|
||||||
.. towncrier
|
.. 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)
|
1.1.2 (2021-05-19)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
__version__ = "1.1.2"
|
__version__ = "1.1.3"
|
||||||
__version_info__ = tuple(
|
__version_info__ = tuple(
|
||||||
[
|
[
|
||||||
int(num) if num.isdigit() else num
|
int(num) if num.isdigit() else num
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Fix federation issues by increasing FUNKWHALE_WEB_WORKERS (#1303)
|
|
|
@ -0,0 +1 @@
|
||||||
|
Fix the scrobbler plugin submitting literal "None" as MusicBrainz ID (#1498)
|
Loading…
Reference in New Issue