Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Philipp Wolfer
funkwhale
Commits
ec3e5a43
Verified
Commit
ec3e5a43
authored
Mar 06, 2018
by
Eliot Berriot
Browse files
Version bump and changelog
parent
20ba6f92
Changes
7
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
ec3e5a43
...
...
@@ -3,6 +3,27 @@ Changelog
.. towncrier
0.6.1 (unreleased)
------------------
Features:
- Can now skip acoustid on file import with the --no-acoustid flag (#111)
Bugfixes:
- Added missing batch id in output during import (#112)
- Added some feedback on the play button (#100)
- Smarter pagination which takes a fixed size (#84)
Other:
- Completely removed django-cachalot from the codebase (#110). You can safely
remove the CACHALOT_ENABLED setting from your .env file
0.6 (2018-03-04)
----------------
...
...
api/funkwhale_api/__init__.py
View file @
ec3e5a43
# -*- coding: utf-8 -*-
__version__
=
'0.6'
__version__
=
'0.6
.1
'
__version_info__
=
tuple
([
int
(
num
)
if
num
.
isdigit
()
else
num
for
num
in
__version__
.
replace
(
'-'
,
'.'
,
1
).
split
(
'.'
)])
changes/changelog.d/100.bugfix
deleted
100644 → 0
View file @
20ba6f92
Added some feedback on the play button (#100)
changes/changelog.d/110.misc
deleted
100644 → 0
View file @
20ba6f92
Completely removed django-cachalot from the codebase (#110). You can safely remove the CACHALOT_ENABLED setting from your .env file
changes/changelog.d/111.feature
deleted
100644 → 0
View file @
20ba6f92
C
an
now skip acoustid on file import with the --no-acoustid flag (#111)
changes/changelog.d/112.bugfix
deleted
100644 → 0
View file @
20ba6f92
Added missing batch id in output during import (#112)
changes/changelog.d/84.bugfix
deleted
100644 → 0
View file @
20ba6f92
Smarter pagination which takes a fixed size (#84)
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