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

Merge tag '0.5.4' into develop

0.5.4 (2018-02-28)
------------------

Features:

- Now stop running radio when clearing queue (#98)

Bugfixes:

- Fixed queue skipping tracks (#91)
- Now loop properly on queue when we only have one track (#95)
parents ffc77f9e 4530e4f4
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,19 @@ Changelog
.. towncrier
0.5.4 (2018-02-28)
------------------
Features:
- Now stop running radio when clearing queue (#98)
Bugfixes:
- Fixed queue skipping tracks (#91)
- Now loop properly on queue when we only have one track (#95)
0.5.3 (2018-02-27)
------------------
......
# -*- coding: utf-8 -*-
__version__ = '0.5.3'
__version__ = '0.5.4'
__version_info__ = tuple([int(num) if num.isdigit() else num for num in __version__.replace('-', '.', 1).split('.')])
Fixed queue skipping tracks (#91)
Now loop properly on queue when we only have one track (#95)
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