Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
funkwhale
funkwhale
Commits
dc35000d
Unverified
Commit
dc35000d
authored
Mar 18, 2022
by
Georg Krause
Browse files
Version bump and changelog for 1.2.3
parent
4c2411ce
Pipeline
#19828
passed with stages
in 80 minutes and 23 seconds
Changes
11
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
dc35000d
...
...
@@ -10,7 +10,66 @@ This changelog is viewable on the web at https://docs.funkwhale.audio/changelog.
.. towncrier
1.2.2 (2020-02-04)
1.2.3 (2022-03-18)
------------------
Upgrade instructions are available at
https://docs.funkwhale.audio/admin/upgrading.html
Enhancements:
- Added support for all cover sources in the embedded player (#1697).
- Change unmaintained PyMemoize library to django-cache-memoize
to enable Python 3.10 support
Bugfixes:
- Catch ValueError on radio end (#1596)
- Fix bug that prevents users from creating a new oauth application (#1706)
- Fix failed track adding to playlist being silent (#1020)
- Fix recently added radio not working has expected (#1674)
- Fixed an issue where you couldn't load the details page for tracks with no associated album (#1703)
- Fixed library visibility dropdown (#1384)
- In playlist editor can now click outside the trashcan but inside the button to delete entry (#1348)
Contributors to our Issues:
- Agate
- Baudouin Feildel
- Christoph Pomaska
- Ciarán Ainsworth
- Georg Krause
- JuniorJPDJ
- Kasper Seweryn
- Marcos Peña
- Mathieu Jourdan
- MattDHarding
- Micha Gläß-Stöcker
- dnikolov
- jovuit
- petitminion
Contributors to our Merge Requests:
- Ciarán Ainsworth
- Georg Krause
- JuniorJPDJ
- Kasper Seweryn
- Marcos Peña
- MattDHarding
- petitminion
Committers
- Ciaran Ainsworth
- Georg Krause
- JuniorJPDJ
- MattDHarding
- Petitminion
- Reinhard Prechtl
1.2.2 (2022-02-04)
------------------
Upgrade instructions are available at
...
...
api/funkwhale_api/__init__.py
View file @
dc35000d
# -*- coding: utf-8 -*-
__version__
=
"1.2.
2
"
__version__
=
"1.2.
3
"
__version_info__
=
tuple
(
[
int
(
num
)
if
num
.
isdigit
()
else
num
...
...
changes/changelog.d/1020.bugfix
deleted
100644 → 0
View file @
4c2411ce
Fix failed track adding to playlist being silent (#1020)
changes/changelog.d/1348.bugfix
deleted
100644 → 0
View file @
4c2411ce
In playlist editor can now click outside the trashcan but inside the button to delete entry (#1348)
changes/changelog.d/1384.bugfix
deleted
100644 → 0
View file @
4c2411ce
Fixed library visibility dropdown (#1384)
changes/changelog.d/1674.bugfix
deleted
100644 → 0
View file @
4c2411ce
Fix recently added radio not working has expected (#1674)
changes/changelog.d/1697.enhancement
deleted
100644 → 0
View file @
4c2411ce
Added support for all cover sources in the embedded player (#1697).
changes/changelog.d/1703.bugfix
deleted
100644 → 0
View file @
4c2411ce
Fixed an issue where you couldn't load the details page for tracks with no associated album (#1703)
changes/changelog.d/1706.bugfix
deleted
100644 → 0
View file @
4c2411ce
Fix bug that prevents users from creating a new oauth application (#1706)
changes/changelog.d/catch_value_error_radio.bugfix
deleted
100644 → 0
View file @
4c2411ce
Catch ValueError on radio end (#1596)
changes/changelog.d/memoize.enhancement
deleted
100644 → 0
View file @
4c2411ce
Change unmaintained PyMemoize library to django-cache-memoize
to enable Python 3.10 support
troll
@troll
mentioned in issue
#1758
·
Apr 16, 2022
mentioned in issue
#1758
mentioned in issue #1758
Toggle commit list
Sergey Kozharinov
@skozharinov
mentioned in issue
#1763 (closed)
·
Apr 20, 2022
mentioned in issue
#1763 (closed)
mentioned in issue #1763
Toggle commit list
Tolriq
@Tolriq
mentioned in issue
#1782
·
May 07, 2022
mentioned in issue
#1782
mentioned in issue #1782
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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