From 9019041592f5ffd2032a36965d1d2554a6535fad Mon Sep 17 00:00:00 2001 From: Frank Stellmacher <171614930+Psychotoxical@users.noreply.github.com> Date: Thu, 21 May 2026 23:01:43 +0200 Subject: [PATCH] docs(changelog): drop removed scan triggers, add bulk add-to-playlist fix (#845) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The unreleased 1.47.0 block still advertised the server-card Quick/Full scan buttons (#780); those were removed before release (#843), so drop that line — the edit-existing-profile half of #780 stays. Add the album bulk "Add to playlist" selection fix (#844) under Fixed. --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1338fa94..003a0c11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,11 +25,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -### Servers — scan triggers + edit existing profiles +### Servers — edit existing profiles **By [@Psychotoxical](https://github.com/Psychotoxical), PR [#780](https://github.com/Psychotoxical/psysonic/pull/780)** -* Quick/Full Scan buttons on each server card and in the switcher dropdown (Full needs a two-step confirm). * Pencil button opens an inline edit form prefilled with the existing profile. Card actions collapse to icon-only on narrow viewports so Edit/Delete stay reachable. @@ -72,6 +71,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * **Lucky Mix after server switch:** starting a mix on the browsed server no longer spams cross-server enqueue errors — unpinned or foreign queues hand off cleanly before batch enqueue. +**By [@Psychotoxical](https://github.com/Psychotoxical), PR [#844](https://github.com/Psychotoxical/psysonic/pull/844)** + +* **Album view:** bulk "Add to playlist" no longer clears the track selection without opening the playlist picker. + ### Mainstage — album rail hover controls