Version bump and changelog for 1.0

This commit is contained in:
Agate 2020-09-09 07:48:00 +02:00
parent f6324ef439
commit 44d6c52e5f
10 changed files with 12 additions and 11 deletions

View File

@ -10,8 +10,8 @@ This changelog is viewable on the web at https://docs.funkwhale.audio/changelog.
.. towncrier
1.0-rc1 (2020-23-08)
--------------------
1.0 (2020-09-09)
----------------
Upgrade instructions are available at
https://docs.funkwhale.audio/index.html
@ -100,6 +100,10 @@ Enhancements:
- Set proper lang attribute on HTML document (#1130)
- Use semantic headers for accessibility (#1121)
- Users can now update their email address (#292)
- [plugin, scrobbler] Use last.fm API v2 for scrobbling if API key and secret are provided
- Added a new, large thumbnail size for cover images (#1205
- Enforce authentication when viewing remote channels, profiles and libraries (#1210)
Bugfixes:
@ -111,6 +115,11 @@ Bugfixes:
- Fixed crash with negative track position in file tags (#1193)
- Handle access errors scanning directories when importing files
- Make channel card updated times more humanly readable, add internationalization (#1089)
- Ensure search page reloads if another search is submitted in the sidebar (#1197)
- Fixed "scope=subscribed" on albums, artists, uploads and libraries API (#1217)
- Fixed broken federation with pods using allow-listing (#1999)
- Fixed broken search when using (, " or & chars (#1196)
- Fixed domains table hidden controls when no domains are found (#1198)
Documentation:

View File

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
__version__ = "1.0-rc1"
__version__ = "1.0"
__version_info__ = tuple(
[
int(num) if num.isdigit() else num

View File

@ -1 +0,0 @@
Fixed broken search when using (, " or & chars (#1196)

View File

@ -1 +0,0 @@
Ensure search page reloads if another search is submitted in the sidebar (#1197)

View File

@ -1 +0,0 @@
Fixed domains table hidden controls when no domains are found (#1198)

View File

@ -1 +0,0 @@
Added a new, large thumbnail size for cover images (#1205

View File

@ -1 +0,0 @@
Enforce authentication when viewing remote channels, profiles and libraries (#1210)

View File

@ -1 +0,0 @@
Fixed "scope=subscribed" on albums, artists, uploads and libraries API (#1217)

View File

@ -1 +0,0 @@
Fixed broken federation with pods using allow-listing (#1999)

View File

@ -1 +0,0 @@
[plugin, scrobbler] Use last.fm API v2 for scrobbling if API key and secret are provided