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
b780bee8
Verified
Commit
b780bee8
authored
Mar 21, 2018
by
Eliot Berriot
Browse files
Version bump and changelog
parent
7093214b
Changes
13
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
b780bee8
...
...
@@ -3,7 +3,37 @@ Changelog
.. towncrier
0.6.1 (unreleased)
0.7 (2018-03-21)
----------------
Features:
- Can now filter artists and albums with no listenable tracks (#114)
- Improve the style of the sidebar to make it easier to understand which tab is
selected (#118)
- On artist page, albums are not sorted by release date, if any (#116)
- Playlists are here \o/ :tada: (#3, #93, #94)
- Use django-cacheops to cache common ORM requests (#117)
Bugfixes:
- Fixed broken import request admin (#115)
- Fixed forced redirection to login event with
API_AUTHENTICATION_REQUIRED=False (#119)
- Fixed position not being reseted properly when playing the same track
multiple times in a row
- Fixed synchronized start/stop radio buttons for all custom radios (#103)
- Fixed typo and missing icon on homepage (#96)
Documentation:
- Up-to-date and complete development and contribution instructions in
README.rst (#123)
0.6.1 (2018-03-06)
------------------
Features:
...
...
api/funkwhale_api/__init__.py
View file @
b780bee8
# -*- coding: utf-8 -*-
__version__
=
'0.
6.1
'
__version__
=
'0.
7
'
__version_info__
=
tuple
([
int
(
num
)
if
num
.
isdigit
()
else
num
for
num
in
__version__
.
replace
(
'-'
,
'.'
,
1
).
split
(
'.'
)])
changes/changelog.d/103.bugfix
deleted
100644 → 0
View file @
7093214b
Fixed synchronized start/stop radio buttons for all custom radios (#103)
changes/changelog.d/114.feature
deleted
100644 → 0
View file @
7093214b
C
an
now filter artists and albums with no listenable tracks (#114)
changes/changelog.d/115.bugfix
deleted
100644 → 0
View file @
7093214b
Fixed broken import request admin (#115)
changes/changelog.d/116.feature
deleted
100644 → 0
View file @
7093214b
On
artist
page,
albums
are
not
sorted
by
release
date,
if
any
(
#116)
changes/changelog.d/117.feature
deleted
100644 → 0
View file @
7093214b
Use
django-cacheops
to
cache
common
ORM
requests
(
#117)
changes/changelog.d/118.feature
deleted
100644 → 0
View file @
7093214b
Improve
the
style
of
the
sidebar
to
make
it
easier
to
understand
which
tab
is
selected
(
#118)
\ No newline at end of file
changes/changelog.d/119.bugfix
deleted
100644 → 0
View file @
7093214b
Fixed forced redirection to login event with API_AUTHENTICATION_REQUIRED=False (#119)
changes/changelog.d/123.doc
deleted
100644 → 0
View file @
7093214b
Up-to-date and complete development and contribution instructions in README.rst (#123)
changes/changelog.d/3.feature
deleted
100644 → 0
View file @
7093214b
Playlists are here \o/
:
tada
:
(
#3, #93, #94)
changes/changelog.d/96.bugfix
deleted
100644 → 0
View file @
7093214b
Fixed typo and missing icon on homepage (#96)
changes/changelog.d/queue-same-track.bugfix
deleted
100644 → 0
View file @
7093214b
Fixed position not being reseted properly when playing the same track multiple times in a row
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