Version bump and changelog for 2.0.0-alpha.2
This commit is contained in:
parent
b09ba1c366
commit
ba385553b3
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -9,6 +9,19 @@ This changelog is viewable on the web at https://docs.funkwhale.audio/changelog.
|
|||
|
||||
<!-- towncrier -->
|
||||
|
||||
## 2.0.0-alpha.2 (2025-06-10)
|
||||
|
||||
Upgrade instructions are available at https://docs.funkwhale.audio/administrator/upgrade/index.html
|
||||
|
||||
Enhancements:
|
||||
|
||||
- Make playlist detail page reactive to plugin upload updates (#2464)
|
||||
- Only refresh_nodeinfo_known_nodes for Funkwhale instances (#2442)
|
||||
|
||||
Bugfixes:
|
||||
|
||||
- Fixed database migrations for trackfavorite, playlist and playlisttrack
|
||||
|
||||
## 2.0.0-alpha.1 (2025-05-23)
|
||||
|
||||
Carefully read [this blog post](https://blog.funkwhale.audio/2025-funkwhale-2-news.html) before upgrading. This alpha release might break your db.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "funkwhale-api"
|
||||
version = "2.0.0-alpha.1"
|
||||
version = "2.0.0-alpha.2"
|
||||
description = "Funkwhale API"
|
||||
|
||||
authors = ["Funkwhale Collective"]
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Only refresh_nodeinfo_known_nodes for Funkwhale instances (#2442)
|
|
@ -1 +0,0 @@
|
|||
Fixed database migrations for trackfavorite, playlist and playlisttrack
|
|
@ -1 +0,0 @@
|
|||
Make playlist detail page reactive to plugin upload updates (#2464)
|
Loading…
Reference in New Issue