release: 0.11.2
This commit is contained in:
parent
89bc0403e5
commit
526fa85b6c
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[] = [
|
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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue