From b1ed706cabb36761bd9fd9c09cad9ca5ab5259df Mon Sep 17 00:00:00 2001 From: npeter83 Date: Mon, 29 Jun 2026 01:12:22 +0200 Subject: [PATCH] =?UTF-8?q?chore(release):=200.17.0=20=E2=80=94=20maintena?= =?UTF-8?q?nce=20epic=20+=20messaging=20account-switch=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- frontend/src/lib/releaseNotes.ts | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 201a22c..c5523bd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.16.2 +0.17.0 diff --git a/frontend/src/lib/releaseNotes.ts b/frontend/src/lib/releaseNotes.ts index 2809643..fe84933 100644 --- a/frontend/src/lib/releaseNotes.ts +++ b/frontend/src/lib/releaseNotes.ts @@ -14,6 +14,19 @@ export interface ReleaseEntry { } export const RELEASE_NOTES: ReleaseEntry[] = [ + { + version: "0.17.0", + date: "2026-06-29", + summary: "Messaging and notification fixes, plus a large under-the-hood cleanup.", + fixes: [ + "Switching between signed-in accounts no longer drops you on a blank chat: after you switch, a message you just received shows up in the right conversation instead of an empty screen.", + "You're now reliably notified when a video you'd saved or added to a playlist is removed because it's no longer available on YouTube — this notice could previously be missed.", + "“Time remaining” estimates (e.g. on sync progress) and a few small labels are now translated in Hungarian and German like the rest of the app.", + ], + chores: [ + "A large internal code cleanup: removed duplicated logic across the backend and frontend and factored out shared building blocks (form controls, the save/discard bar, popovers, browser-storage helpers, time/date formatters). No change to how the app behaves — groundwork that keeps future features consistent and quicker to build.", + ], + }, { version: "0.16.2", date: "2026-06-26",