From cf3f9a6d73ea294b1da2c7f174465bc65eda8aec Mon Sep 17 00:00:00 2001 From: Flupsi Date: Fri, 6 Jun 2025 21:49:32 +0200 Subject: [PATCH] chore: add changelog entry; replace var with ref (linter) --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 921302f30..d857e3863 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,18 @@ This changelog is viewable on the web at https://docs.funkwhale.audio/changelog. +<<<<<<< HEAD + ## 2.0.0-alpha.2 (2025-06-10) +======= + +## 2.0.0-alpha.2 (2025-06-06) + +Carefully read [this blog post](https://blog.funkwhale.audio/2025-funkwhale-2-news.html) before upgrading. This alpha release might break your db. + +> > > > > > > e650d19c3 (chore: add changelog entry; replace var with ref (linter)) + Upgrade instructions are available at https://docs.funkwhale.audio/administrator/upgrade/index.html Enhancements: @@ -22,6 +32,14 @@ Bugfixes: - Fixed database migrations for trackfavorite, playlist and playlisttrack +# <<<<<<< HEAD + +Other: + +- Fixed regressions in Tags selector after removal of jQuery (#2440, #2390) + +> > > > > > > e650d19c3 (chore: add changelog entry; replace var with ref (linter)) + ## 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.