Skip to content
Snippets Groups Projects
Verified Commit 41404a59 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Version bump and changelog

parent ce45b252
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,30 @@ Changelog
.. 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)
------------------
......
# -*- 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('.')])
File moved
Added admin interface for radios, track files, favorites and import requests (#80)
Search now unaccent letters for queries like "The Dø" or "Björk", yielding more results (#81)
skip to next track properly on 40X errors (#86)
Now always load next radio track on last queue track ended (#87)
Now exclude tracks without file from radio candidates (#88)
Always use username in sidebar (#89)
Switched to towncrier for changelog management and compilation
Fixed broken import because of missing transaction
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