Version bump and changelog
This commit is contained in:
parent
ce45b252cf
commit
41404a5988
24
CHANGELOG
24
CHANGELOG
|
@ -3,6 +3,30 @@ Changelog
|
||||||
|
|
||||||
.. towncrier
|
.. towncrier
|
||||||
|
|
||||||
|
0.5.3 (2018-02-27)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
Features:
|
||||||
|
|
||||||
|
- Added admin interface for radios, track files, favorites and import requests (#80)
|
||||||
|
- Added basic instance stats on /about (#82)
|
||||||
|
- Search now unaccent letters for queries like "The Dø" or "Björk" yielding more results (#81)
|
||||||
|
|
||||||
|
|
||||||
|
Bugfixes:
|
||||||
|
|
||||||
|
- Always use username in sidebar (#89)
|
||||||
|
- Click event outside of player icons (#83)
|
||||||
|
- Fixed broken import because of missing transaction
|
||||||
|
- Now always load next radio track on last queue track ended (#87)
|
||||||
|
- Now exclude tracks without file from radio candidates (#88)
|
||||||
|
- skip to next track properly on 40X errors (#86)
|
||||||
|
|
||||||
|
|
||||||
|
Other:
|
||||||
|
|
||||||
|
- Switched to towncrier for changelog management and compilation
|
||||||
|
|
||||||
|
|
||||||
0.5.2 (2018-02-26)
|
0.5.2 (2018-02-26)
|
||||||
------------------
|
------------------
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
__version__ = '0.5.2'
|
__version__ = '0.5.3'
|
||||||
__version_info__ = tuple([int(num) if num.isdigit() else num for num in __version__.replace('-', '.', 1).split('.')])
|
__version_info__ = tuple([int(num) if num.isdigit() else num for num in __version__.replace('-', '.', 1).split('.')])
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Added admin interface for radios, track files, favorites and import requests (#80)
|
|
|
@ -1 +0,0 @@
|
||||||
Search now unaccent letters for queries like "The Dø" or "Björk", yielding more results (#81)
|
|
|
@ -1 +0,0 @@
|
||||||
skip to next track properly on 40X errors (#86)
|
|
|
@ -1 +0,0 @@
|
||||||
Now always load next radio track on last queue track ended (#87)
|
|
|
@ -1 +0,0 @@
|
||||||
Now exclude tracks without file from radio candidates (#88)
|
|
|
@ -1 +0,0 @@
|
||||||
Always use username in sidebar (#89)
|
|
|
@ -1 +0,0 @@
|
||||||
Switched to towncrier for changelog management and compilation
|
|
|
@ -1 +0,0 @@
|
||||||
Fixed broken import because of missing transaction
|
|
Loading…
Reference in New Issue