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
381215af
Verified
Commit
381215af
authored
Apr 13, 2021
by
Georg Krause
Browse files
Version bump and changelog for 1.1.1
parent
94662e58
Changes
9
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
381215af
...
...
@@ -10,6 +10,26 @@ This changelog is viewable on the web at https://docs.funkwhale.audio/changelog.
.. towncrier
1.1.1 (2021-04-13)
------------------
Upgrade instructions are available at
https://docs.funkwhale.audio/admin/upgrading.html
Enhancements:
- Improve UI consistency in artist tracks (#1286)
- Adds year to album's card and album's base UI
Bugfixes:
- Fix playback issues when pausing close the the end of a track (#1324)
- Fix tracks playing in the background without the ability to control them (#1213) (#1387)
- Fixed track playback indicator to reset on queue end (#1380)
- Frontend build tooling is less dependent on `npm` or `yarn` being used (!1285)
- Fixed a small discrepancy to the subsonic api 1374
1.1 (2021-03-10)
----------------
...
...
api/funkwhale_api/__init__.py
View file @
381215af
# -*- coding: utf-8 -*-
__version__
=
"1.1"
__version__
=
"1.1
.1
"
__version_info__
=
tuple
(
[
int
(
num
)
if
num
.
isdigit
()
else
num
...
...
changes/changelog.d/1285.bugfix
deleted
100644 → 0
View file @
94662e58
Frontend build tooling is less dependent on `npm` or `yarn` being used (!1285)
changes/changelog.d/1286.enhancement
deleted
100644 → 0
View file @
94662e58
"Improve UI consistency in artist tracks (#1286)"
changes/changelog.d/1291.bugfix
deleted
100644 → 0
View file @
94662e58
Fix tracks playing in the background without the ability to control them (#1213) (#1387)
changes/changelog.d/1324.bugfix
deleted
100644 → 0
View file @
94662e58
Fix playback issues when pausing close the the end of a track (#1324)
changes/changelog.d/1366.enhancement
deleted
100644 → 0
View file @
94662e58
Adds year to album's card and album's base UI
changes/changelog.d/1380.bugfix
deleted
100644 → 0
View file @
94662e58
Fixed track playback indicator to reset on queue end (#1380)
changes/changelog.d/fix_getuser_serializer.bugfix
deleted
100644 → 0
View file @
94662e58
issue="1374"
content="Fixed a small discrepancy to the subsonic api"
category="bugfix"
\ No newline at end of file
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