chore(release): 0.16.1 — notification context + YouTube API egress proxy
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user