diff --git a/CHANGELOG.md b/CHANGELOG.md index ea6eb145..cea2a116 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,46 +14,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 > **๐Ÿ“ฆ Version jump 1.34.x โ†’ 1.40.0:** The 1.34.x patch series was bumped a lot as each small feature landed. 1.40.0 consolidates the last few weeks of work โ€” macOS signing + auto-updater, the Device-Sync overhaul, theme work and contrast audits โ€” into a single coherent release. The next major bump (2.0.0) is planned once Windows code-signing + Windows auto-updater are active as well. -## [1.44.0-rc.3] - 2026-04-29 - -> **๐Ÿงช Release Candidate:** This is `1.44.0-rc.3` โ€” a release candidate for `1.44.0`. It is distributed as a draft release only and does not push via the auto-updater. Test feedback welcome before the final tag. -> -> -## Highlights - -* **Playlist Suggestion Preview** โ€” audition playlist suggestions with 30-second previews, explicit play-next controls and deliberate add-to-playlist actions. - ---- - -## Added / New Features - -### Playlists โ€” Suggestion Preview UX - -**By [@Psychotoxical](https://github.com/Psychotoxical), PR [#365](https://github.com/Psychotoxical/psysonic/pull/365)** - -Playlist suggestions introduce a dedicated preview workflow for auditioning recommended songs before adding them to a playlist or sending them to the queue. - -Each suggestion includes a 30-second preview action with an animated progress ring. Previews play through a separate HTML5 audio element: the main player pauses during the preview, resumes when the preview ends, and cancels cleanly when playback is controlled manually. - -An explicit Play Next button inserts the suggestion after the current queue item and starts playback there. Double-clicking a suggestion row adds it to the playlist, matching the existing plus button, while single-clicking the row intentionally does nothing to avoid accidental actions. - -Adding a suggestion preserves the playlist scroll position. The preview path is also built to behave reliably on WebKitGTK and applies LUFS pre-analysis attenuation when loudness normalization is enabled, so previews stay closer to normal playback volume. - -The feature includes updated i18n coverage across all supported locales. - ---- - -## Changed / Improved - -* - ---- - -## Fixed Since Preview / RC - -* - - ## [1.44.0-rc.1] - 2026-04-27 @@ -69,6 +29,8 @@ The feature includes updated i18n coverage across all supported locales. - **Share Links / Magic Strings** โ€” share servers, tracks, albums, artists and queues through Psysonic magic strings. - **Lucky Mix** โ€” instant AudioMuse-powered mixes based on listening history, ratings and similar-song discovery. - **Settings Overhaul** โ€” cleaner tab structure, accordion sections, in-page search and better grouping of integrations and personalization options. +- **Playlist Suggestion Preview** โ€” audition playlist suggestions with 30-second previews, explicit play-next controls and deliberate add-to-playlist actions. + --- @@ -164,6 +126,20 @@ Tabs are now split into accordion sections for a calmer landing view. A new in-p Integrations such as Last.fm, Discord, Bandsintown and Now-Playing Share now live together in the Integrations tab. Sidebar, Artist and Home customizers live under Personalisation. Contributors are shown in a dedicated System section. +### Playlists โ€” Suggestion Preview UX + +**By [@Psychotoxical](https://github.com/Psychotoxical), PR [#365](https://github.com/Psychotoxical/psysonic/pull/365)** + +Playlist suggestions introduce a dedicated preview workflow for auditioning recommended songs before adding them to a playlist or sending them to the queue. + +Each suggestion includes a 30-second preview action with an animated progress ring. Previews play through a separate HTML5 audio element: the main player pauses during the preview, resumes when the preview ends, and cancels cleanly when playback is controlled manually. + +An explicit Play Next button inserts the suggestion after the current queue item and starts playback there. Double-clicking a suggestion row adds it to the playlist, matching the existing plus button, while single-clicking the row intentionally does nothing to avoid accidental actions. + +Adding a suggestion preserves the playlist scroll position. The preview path is also built to behave reliably on WebKitGTK and applies LUFS pre-analysis attenuation when loudness normalization is enabled, so previews stay closer to normal playback volume. + +The feature includes updated i18n coverage across all supported locales. + ### Artist Page โ€” User-Configurable Sections **By [@Psychotoxical](https://github.com/Psychotoxical), PR [#254](https://github.com/Psychotoxical/psysonic/pull/254), closes [#252](https://github.com/Psychotoxical/psysonic/issues/252) from [@bcorporaal](https://github.com/bcorporaal)**