release: 0.11.2
This commit is contained in:
parent
fa86e3d282
commit
262ed06b3c
2 changed files with 9 additions and 1 deletions
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
0.11.1
|
||||
0.11.2
|
||||
|
|
|
|||
|
|
@ -14,6 +14,14 @@ export interface 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",
|
||||
date: "2026-06-19",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue