chore(release): 0.16.1 — notification context + YouTube API egress proxy
This commit is contained in:
parent
ec1e8c6e4f
commit
6286dcc3c2
2 changed files with 10 additions and 1 deletions
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
0.16.0
|
||||
0.16.1
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue