Skip to content
Snippets Groups Projects
Commit 68bc76bc authored by Agate's avatar Agate 💬
Browse files

Version bump and changelog for 1.0.1

parent 61233a21
No related branches found
No related tags found
No related merge requests found
......@@ -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)
----------------
......
# -*- coding: utf-8 -*-
__version__ = "1.0"
__version__ = "1.0.1"
__version_info__ = tuple(
[
int(num) if num.isdigit() else num
......
Added controls to play volume of an album (#1226)
\ No newline at end of file
Fixed duplication of discs for multi-disc albums in album views (#1228)
\ No newline at end of file
Allow genre tags to be updated when rescanning files in-place (#1246)
Make the generated RSS feed more conformant with w3c specification (#1250)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment