kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
Merge tag '0.5.1' into develop
0.5.1 (2018-02-24) ------------------ - Front: Fixed broken ajax call on radio builder (#69) - Front: Shuffle now restart next track from beginning (#70) - Front: volume slider should now have the same style everywhere (#72)merge-requests/154/head
commit
8283a73a7f
|
@ -4,10 +4,15 @@ Changelog
|
|||
0.6 (Unreleased)
|
||||
----------------
|
||||
|
||||
|
||||
0.5.1 (2018-02-24)
|
||||
------------------
|
||||
|
||||
- Front: Fixed broken ajax call on radio builder (#69)
|
||||
- Front: Shuffle now restart next track from beginning (#70)
|
||||
- Front: volume slider should now have the same style everywhere (#72)
|
||||
|
||||
|
||||
0.5 (2018-02-24)
|
||||
----------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
__version__ = '0.5'
|
||||
__version__ = '0.5.1'
|
||||
__version_info__ = tuple([int(num) if num.isdigit() else num for num in __version__.replace('-', '.', 1).split('.')])
|
||||
|
|
Ładowanie…
Reference in New Issue