From 6b1a89815161edd518891f22167eb61b18e0e0c2 Mon Sep 17 00:00:00 2001 From: cucadmuh <49571317+cucadmuh@users.noreply.github.com> Date: Mon, 29 Jun 2026 02:33:40 +0300 Subject: [PATCH] docs(release): sync 1.49.0 CHANGELOG, What's New, and credits (#1211) Set the 1.49.0 release date, fix Added PR order for Polish (#1185), refresh WHATS_NEW highlights for missing user-facing fixes, and credit ImAsra for WinGet release automation (#1077). --- CHANGELOG.md | 20 +++++++++++++------- WHATS_NEW.md | 7 +++++++ src/config/settingsCredits.ts | 1 + 3 files changed, 21 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 214dda22..271b0cca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 > -## [1.49.0] +## [1.49.0] - 2026-06-29 ## Added @@ -60,12 +60,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Psysonic is now available in **Hungarian (Magyar)** — pick it from the language menu on the Settings and Login screens. -### Polish translation - -**By [@Rextens](https://github.com/Rextens), PR [#1185](https://github.com/Psychotoxical/psysonic/pull/1185)** - -* Full Polish (Polski) UI translation — selectable from the language picker on the Settings and Login screens. - ### Artist artwork from fanart.tv **By [@Psychotoxical](https://github.com/Psychotoxical), PR [#1137](https://github.com/Psychotoxical/psysonic/pull/1137) and PR [#1193](https://github.com/Psychotoxical/psysonic/pull/1193)** @@ -116,6 +110,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * **Settings → Audio → Track transitions → AutoDJ:** choose **Auto** (content-driven overlap, up to 12 s) or **Limit** (slider 2–30 s, default 15 s when enabled) to cap how long AutoDJ may overlap tracks. * The cap applies to end-of-track planning, JS auto-advance, smooth skip, and Orbit transition sync; the audio engine accepts dynamic overlap overrides up to 30 s. +### Polish translation + +**By [@Rextens](https://github.com/Rextens), PR [#1185](https://github.com/Psychotoxical/psysonic/pull/1185)** + +* Full Polish (Polski) UI translation — selectable from the language picker on the Settings and Login screens. + ### Multiple genres in album details **By [@Psychotoxical](https://github.com/Psychotoxical), PR [#1186](https://github.com/Psychotoxical/psysonic/pull/1186)**, suggested by [@Thraka](https://github.com/Thraka) @@ -347,6 +347,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Under the Hood +### WinGet — automated manifest updates on release + +**By [@ImAsra](https://github.com/ImAsra), PR [#1077](https://github.com/Psychotoxical/psysonic/pull/1077)** + +* New GitHub Actions workflow publishes Windows installer updates to `microsoft/winget-pkgs` on each release — scans the `_x64-setup.exe` asset, computes SHA-256, and opens the upstream PR via `winget-releaser`. + ### ESLint setup and a strict lint pass over the frontend **By [@Psychotoxical](https://github.com/Psychotoxical), PR [#1165](https://github.com/Psychotoxical/psysonic/pull/1165)** diff --git a/WHATS_NEW.md b/WHATS_NEW.md index 35aace7c..844930ca 100644 --- a/WHATS_NEW.md +++ b/WHATS_NEW.md @@ -18,12 +18,14 @@ Within each section, order by **user impact** (most noticeable first) — not PR - While paused or stopped, **idle auto-pull** checks every 10 seconds and applies server changes when you have been still for 30+ seconds. - Queue **push** sends only tracks owned by the playback server, so mixed-server queues stay sane when you switch servers. - Local queue edits while paused are no longer overwritten by auto-pull; pressing **Play** pushes your changes immediately, and the sync LED no longer flashes on every track during normal playback. +- After the last track ends with repeat off, idle pull no longer rewinds to an earlier server position — the queue stays where playback finished. ### AutoDJ — minimum pauses, maximum music - New **AutoDJ** mode — a smart crossfade that blends tracks intelligently: it trims dead air, rides natural fades, and keeps handovers musical instead of abrupt. Its own button in the queue toolbar and its own entry under **Settings → Audio**, alongside Crossfade and Gapless — only one at a time. Off by default; classic **Crossfade** is unchanged. - **Smooth skip** (on by default with AutoDJ) crossfades manual Next/Previous and track picks from where you are listening instead of hard-cutting; the play/pause button pulses while a blend is active. - Cap how long overlaps may last: **Auto** (content-driven, up to 12 s) or **Limit** (slider 2–30 s) under **Settings → Audio → Track transitions**. +- The last track in the queue plays through to the end instead of being trimmed when nothing follows. ### Playlist folders — your playlists, organised @@ -83,11 +85,14 @@ Within each section, order by **user impact** (most noticeable first) — not PR ## Improved - **macOS:** the window's title bar now follows the active theme instead of the grey system bar; the native window buttons stay in place, floating over the themed bar. +- Pressing **Play**, **Shuffle**, or **Add to queue** on a playlist starts playback without reloading the whole page with a spinner — editing the playlist still refreshes the list as before. +- Dragging sidebar items in **Settings → Personalisation → Sidebar** (or long-pressing in the sidebar itself) keeps each item exactly where you release it — no snap-back or off-by-one landing. ## Fixed ### Playback and audio +- **Timeline** mode keeps your session play-history strip when you **Play** an album or playlist; the current track stays pinned at the top, and replaying a history row inserts after the playing track instead of replacing the queue. - **Opus/Ogg** tracks no longer fight the seekbar while they are still loading — scrub to where you want to be and keep listening. - The equalizer preset picker shows the active **AutoEQ** profile name again instead of going blank. @@ -97,6 +102,7 @@ Within each section, order by **user impact** (most noticeable first) — not PR ### Browse and library +- Album and artist covers — and the full-size view when you click a cover — open at full resolution again instead of looking soft or small. - Albums sorted by artist now list each artist's work A–Z by title — no more random order within a name. - **Artist → Year** keeps artists grouped but walks through their albums chronologically, oldest first. - Genres with no remaining tracks disappear after you retag and resync the library, without restarting the app. @@ -108,6 +114,7 @@ Within each section, order by **user impact** (most noticeable first) — not PR - **Add to playlist** from the player bar adds the song you are hearing, not the whole album. - On **Favorites**, bulk **Add to playlist** and **Play selected** / **Add selected to queue** act on every checked row. - **Play Now** on a playlist in the right-click menu starts playback instead of only opening the list. +- Playlists page header buttons wrap on narrow windows instead of clipping off-screen when the queue panel is open. ### Other diff --git a/src/config/settingsCredits.ts b/src/config/settingsCredits.ts index c68729af..4926ca6d 100644 --- a/src/config/settingsCredits.ts +++ b/src/config/settingsCredits.ts @@ -401,6 +401,7 @@ const CONTRIBUTOR_ENTRIES = [ since: '1.47.0', contributions: [ 'Long-press album Play to shuffle with hold progress animation (PR #888)', + 'WinGet release automation — GitHub Actions workflow that opens manifest PRs on each release (PR #1077)', ], }, {