From 6286dcc3c2604054c1f406ba1a867e8bf5a1577f Mon Sep 17 00:00:00 2001 From: npeter83 Date: Fri, 26 Jun 2026 00:36:46 +0200 Subject: [PATCH] =?UTF-8?q?chore(release):=200.16.1=20=E2=80=94=20notifica?= =?UTF-8?q?tion=20context=20+=20YouTube=20API=20egress=20proxy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- frontend/src/lib/releaseNotes.ts | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 04a373e..2a0970c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.16.0 +0.16.1 diff --git a/frontend/src/lib/releaseNotes.ts b/frontend/src/lib/releaseNotes.ts index 3dd62a7..b1a5e4a 100644 --- a/frontend/src/lib/releaseNotes.ts +++ b/frontend/src/lib/releaseNotes.ts @@ -14,6 +14,15 @@ export interface ReleaseEntry { } export const RELEASE_NOTES: ReleaseEntry[] = [ + { + version: "0.16.1", + date: "2026-06-26", + summary: "Clearer action messages, and a fix for background syncing on self-hosted setups.", + fixes: [ + "Action confirmations now name what they acted on — which channel was unsubscribed or reset, which address was added to a list, which tag was deleted, and which playlist was reloaded or synced.", + "Background syncing keeps working when the server's public IP changes: an instance can now be pointed at a fixed-IP egress proxy, so an IP-restricted YouTube API key no longer breaks after a network change.", + ], + }, { version: "0.16.0", date: "2026-06-26",