diff --git a/VERSION b/VERSION index 934e07c..fabc491 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.22.2 \ No newline at end of file +0.22.3 \ No newline at end of file diff --git a/frontend/src/lib/releaseNotes.ts b/frontend/src/lib/releaseNotes.ts index 1a96887..a94ee22 100644 --- a/frontend/src/lib/releaseNotes.ts +++ b/frontend/src/lib/releaseNotes.ts @@ -14,6 +14,17 @@ export interface ReleaseEntry { } export const RELEASE_NOTES: ReleaseEntry[] = [ + { + version: "0.22.3", + date: "2026-07-04", + summary: "Vertical videos fit the player, and downloads show where they came from.", + features: [ + "Every download now shows a “downloaded from” link on the Downloads page — open the original page in a new tab, or copy the link. Works for YouTube and external links (e.g. Facebook reels).", + ], + fixes: [ + "A shared vertical/short video now plays in a player that fits its shape, instead of a wide box with black bars on the sides.", + ], + }, { version: "0.22.2", date: "2026-07-04",