release: 0.11.2

This commit is contained in:
npeter83 2026-06-19 04:27:22 +02:00
parent 89bc0403e5
commit 526fa85b6c
2 changed files with 9 additions and 1 deletions

View file

@ -1 +1 @@
0.11.1 0.11.2

View file

@ -14,6 +14,14 @@ export interface ReleaseEntry {
} }
export const RELEASE_NOTES: ReleaseEntry[] = [ export const RELEASE_NOTES: ReleaseEntry[] = [
{
version: "0.11.2",
date: "2026-06-19",
summary: "Clearer messages when a YouTube action can't be completed.",
fixes: [
"When a YouTube action can't go through — syncing or pushing a playlist, removing a playlist on YouTube, or looking up a video — you now get a clear explanation of why, instead of a misleading “connection lost” notice.",
],
},
{ {
version: "0.11.1", version: "0.11.1",
date: "2026-06-19", date: "2026-06-19",