chore(release): v0.22.1 — iOS/Safari-compatible downloads

This commit is contained in:
npeter83 2026-07-04 17:30:02 +02:00
parent ea1df66dc3
commit 95984a7ce4
2 changed files with 9 additions and 1 deletions

View file

@ -1 +1 @@
0.22.0 0.22.1

View file

@ -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",