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
jovuit
funkwhale
Commits
92d02908
Commit
92d02908
authored
Oct 31, 2020
by
Agate
💬
Browse files
Merge branch 'master' into develop
parents
4bd797e1
68bc76bc
Changes
6
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
92d02908
...
...
@@ -10,6 +10,24 @@ This changelog is viewable on the web at https://docs.funkwhale.audio/changelog.
.. towncrier
1.0.1 (2020-10-31)
------------------
Upgrade instructions are available at
https://docs.funkwhale.audio/admin/upgrading.html
Enhancements:
- Added controls to play volume of an album (#1226)
- Allow genre tags to be updated when rescanning files in-place (#1246)
Bugfixes:
- Fixed broken install because of upgraded dependencies
- Fixed duplication of discs for multi-disc albums in album views (#1228)
- Make the generated RSS feed more conformant with w3c specification (#1250)
1.0 (2020-09-09)
----------------
...
...
api/funkwhale_api/__init__.py
View file @
92d02908
# -*- coding: utf-8 -*-
__version__
=
"1.0"
__version__
=
"1.0
.1
"
__version_info__
=
tuple
(
[
int
(
num
)
if
num
.
isdigit
()
else
num
...
...
changes/changelog.d/1226.enhancement
deleted
100644 → 0
View file @
4bd797e1
Added controls to play volume of an album (#1226)
\ No newline at end of file
changes/changelog.d/1228.bugfix
deleted
100644 → 0
View file @
4bd797e1
Fixed duplication of discs for multi-disc albums in album views (#1228)
\ No newline at end of file
changes/changelog.d/1246.enhancement
deleted
100644 → 0
View file @
4bd797e1
Allow genre tags to be updated when rescanning files in-place (#1246)
changes/changelog.d/1250.bugfix
deleted
100644 → 0
View file @
4bd797e1
Make the generated RSS feed more conformant with w3c specification (#1250)
Write
Preview
Supports
Markdown
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