chore(release): v0.22.1 — iOS/Safari-compatible downloads
This commit is contained in:
parent
ea1df66dc3
commit
95984a7ce4
2 changed files with 9 additions and 1 deletions
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
||||||
0.22.0
|
0.22.1
|
||||||
|
|
@ -14,6 +14,14 @@ export interface ReleaseEntry {
|
||||||
}
|
}
|
||||||
|
|
||||||
export const RELEASE_NOTES: ReleaseEntry[] = [
|
export const RELEASE_NOTES: ReleaseEntry[] = [
|
||||||
|
{
|
||||||
|
version: "0.22.1",
|
||||||
|
date: "2026-07-04",
|
||||||
|
summary: "Downloaded and shared videos now play in every browser, including on iPhone and iPad.",
|
||||||
|
fixes: [
|
||||||
|
"Downloads now use widely-compatible video (H.264) and audio (AAC) so a saved file — and a public watch link — plays everywhere, including iOS/Safari, where the previous format left a broken player. Existing downloads keep their old format; re-download to get the compatible version.",
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
version: "0.22.0",
|
version: "0.22.0",
|
||||||
date: "2026-07-04",
|
date: "2026-07-04",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue