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
68bc76bc
Commit
68bc76bc
authored
Oct 31, 2020
by
Agate
💬
Browse files
Version bump and changelog for 1.0.1
parent
61233a21
Changes
6
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
68bc76bc
...
...
@@ -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 @
68bc76bc
# -*- 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 @
61233a21
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 @
61233a21
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 @
61233a21
Allow genre tags to be updated when rescanning files in-place (#1246)
changes/changelog.d/1250.bugfix
deleted
100644 → 0
View file @
61233a21
Make the generated RSS feed more conformant with w3c specification (#1250)
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