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
44d6c52e
Commit
44d6c52e
authored
Sep 09, 2020
by
Agate
💬
Browse files
Version bump and changelog for 1.0
parent
f6324ef4
Changes
10
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
44d6c52e
...
...
@@ -10,8 +10,8 @@ This changelog is viewable on the web at https://docs.funkwhale.audio/changelog.
.. towncrier
1.0
-rc1
(2020-
23
-0
8
)
----------------
----
1.0 (2020-
09
-0
9
)
----------------
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:
...
...
api/funkwhale_api/__init__.py
View file @
44d6c52e
# -*- coding: utf-8 -*-
__version__
=
"1.0
-rc1
"
__version__
=
"1.0"
__version_info__
=
tuple
(
[
int
(
num
)
if
num
.
isdigit
()
else
num
...
...
changes/changelog.d/1196.bugfix
deleted
100644 → 0
View file @
f6324ef4
Fixed broken search when using (, " or & chars (#1196)
\ No newline at end of file
changes/changelog.d/1197.bugfix
deleted
100644 → 0
View file @
f6324ef4
Ensure search page reloads if another search is submitted in the sidebar (#1197)
\ No newline at end of file
changes/changelog.d/1198.bugfix
deleted
100644 → 0
View file @
f6324ef4
Fixed domains table hidden controls when no domains are found (#1198)
\ No newline at end of file
changes/changelog.d/1205.enhancement
deleted
100644 → 0
View file @
f6324ef4
Added a new, large thumbnail size for cover images (#1205
\ No newline at end of file
changes/changelog.d/1210.enhancement
deleted
100644 → 0
View file @
f6324ef4
Enforce authentication when viewing remote channels, profiles and libraries (#1210)
\ No newline at end of file
changes/changelog.d/1217.bugfix
deleted
100644 → 0
View file @
f6324ef4
Fixed "scope=subscribed" on albums, artists, uploads and libraries API (#1217)
\ No newline at end of file
changes/changelog.d/1999.bugfix
deleted
100644 → 0
View file @
f6324ef4
Fixed broken federation with pods using allow-listing (#1999)
\ No newline at end of file
changes/changelog.d/scrobbler.enhancement
deleted
100644 → 0
View file @
f6324ef4
[plugin, scrobbler] Use last.fm API v2 for scrobbling if API key and secret are provided
\ No newline at end of file
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