Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
svfusion
funkwhale
Commits
3b6d474d
Verified
Commit
3b6d474d
authored
Feb 28, 2018
by
Eliot Berriot
Browse files
Changelog and version bump
parent
ffc77f9e
Changes
5
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
3b6d474d
...
...
@@ -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)
------------------
...
...
api/funkwhale_api/__init__.py
View file @
3b6d474d
# -*- 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
(
'.'
)])
changes/changelog.d/91.bugfix
deleted
100644 → 0
View file @
ffc77f9e
Fixed queue skipping tracks (#91)
changes/changelog.d/95.bugfix
deleted
100644 → 0
View file @
ffc77f9e
Now loop properly on queue when we only have one track (#95)
changes/changelog.d/98.feature
deleted
100644 → 0
View file @
ffc77f9e
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment