Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jovuit
funkwhale
Commits
41404a59
Verified
Commit
41404a59
authored
Feb 27, 2018
by
Eliot Berriot
Browse files
Version bump and changelog
parent
ce45b252
Changes
12
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
41404a59
...
...
@@ -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)
------------------
...
...
api/funkwhale_api/__init__.py
View file @
41404a59
# -*- 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
(
'.'
)])
changes/changelog.d/
82.feature
→
changes/changelog.d/
.gitkeep
View file @
41404a59
File moved
changes/changelog.d/80.feature
deleted
100644 → 0
View file @
ce45b252
Added
admin
interface
for
radios,
track
files,
favorites
and
import
requests
(
#80)
changes/changelog.d/81.feature
deleted
100644 → 0
View file @
ce45b252
Search
now
unaccent
letters
for
queries
like
"The
Dø"
or
"Björk",
yielding
more
results
(
#81)
changes/changelog.d/83.bugfix
deleted
100644 → 0
View file @
ce45b252
changes/changelog.d/86.bugfix
deleted
100644 → 0
View file @
ce45b252
skip to next track properly on 40X errors (#86)
changes/changelog.d/87.bugfix
deleted
100644 → 0
View file @
ce45b252
Now always load next radio track on last queue track ended (#87)
changes/changelog.d/88.bugfix
deleted
100644 → 0
View file @
ce45b252
Now exclude tracks without file from radio candidates (#88)
changes/changelog.d/89.bugfix
deleted
100644 → 0
View file @
ce45b252
Always use username in sidebar (#89)
changes/changelog.d/changelog.misc
deleted
100644 → 0
View file @
ce45b252
Switched to towncrier for changelog management and compilation
changes/changelog.d/transaction-import.bugfix
deleted
100644 → 0
View file @
ce45b252
Fixed broken import because of missing transaction
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