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

This commit is contained in:
2026-07-04 17:30:02 +02:00
parent ddfe1854e9
commit f872ad78c5
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -14,6 +14,14 @@ export interface 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",
date: "2026-07-04",