Skip to content
Snippets Groups Projects
Commit 366fb5f3 authored by Marcos Peña's avatar Marcos Peña
Browse files

Version bump and changelog for 1.2.6

parent 3d718277
No related branches found
No related tags found
No related merge requests found
Pipeline #21805 failed
......@@ -10,6 +10,58 @@ This changelog is viewable on the web at https://docs.funkwhale.audio/changelog.
.. towncrier
1.2.6 (2022-07-04)
------------------
Upgrade instructions are available at
https://docs.funkwhale.audio/admin/upgrading.html
Bugfixes:
- Channel overview was displaying foreign tracks (#1773)
- Fixed login form focusing reset password link instead of next input (#1373)
- Fixed missing album contextual menu (#1791)
- Fixed single listening submission when repeating a song (#1312)
- Fixed subsonic createPlaylist's endpoint doesn't update playlist (#1263)
- Resolve timeouts if nodeinfo and service actor is not known (#1714)
Other:
- Replaced references to #funkwhale-troubleshooting with #funkwhale-support
Committers:
- Georg Krause
- Marcos Peña
- Petitminion
- wvffle
Contributors to our Issues:
- jeweet
- wvffle
- Georg Krause
- Marcos Peña
- AMoonRabbit
- Micha Gläß-Stöcker
- Ciarán Ainsworth
- heyarne
- Agate
- JuniorJPDJ
- MichaelBechHansen
- ooZberg
- Esras .
- PhieF
- Petitminion
Contributors to our Merge Requests:
- wvffle
- Georg Krause
- Marcos Peña
- Petitminion
1.2.5 (2022-05-07)
------------------
......
# -*- coding: utf-8 -*-
__version__ = "1.2.5"
__version__ = "1.2.6"
__version_info__ = tuple(
[
int(num) if num.isdigit() else num
......
Fixes subsonic createPlaylist's endpoint doesn't update playlist (#1263) (1263)
Fixed single listening submission when repeating a song (#1312)
Fix login form focusing reset password link instead of next input (#1373)
Resolve timeouts if nodeinfo and service actor is not known (#1714)
\ No newline at end of file
Channel overview was displaying foreign tracks (#1773) (1773)
Fixed missing album contextual menu (#1791) (1791)
Replaced references to #funkwhale-troubleshooting with #funkwhale-support
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment