chore(release): v0.32.0

This commit is contained in:
npeter83 2026-07-07 22:29:05 +02:00
parent cb170dfd32
commit 8b02b41059
2 changed files with 13 additions and 1 deletions

View file

@ -14,6 +14,18 @@ export interface ReleaseEntry {
}
export const RELEASE_NOTES: ReleaseEntry[] = [
{
version: "0.32.0",
date: "2026-07-07",
summary: "Clickable channels, poster images for any source, and a dialog-dismiss fix.",
features: [
"Downloads: the auto-detected channel under a download is now a clickable link to the real channel for YouTube and Facebook sources. Your existing downloads were backfilled, so they're clickable too.",
"Downloads: a video from a source with no thumbnail (e.g. a direct Reddit video link) now gets a poster image generated from the video itself — shown on the card, on the shared watch page, and in rich link previews. Existing thumbnail-less downloads were backfilled.",
],
fixes: [
"Dialogs no longer close by accident when you press the mouse inside (e.g. selecting text in a field), drag outside, and release — a popup now only closes when the click both starts and ends on the backdrop.",
],
},
{
version: "0.31.1",
date: "2026-07-07",