chore(release): v0.31.0

This commit is contained in:
npeter83 2026-07-07 20:19:39 +02:00
parent 8591e45747
commit 1b691cdc5f
2 changed files with 14 additions and 1 deletions

View file

@ -1 +1 @@
0.30.0
0.31.0

View file

@ -14,6 +14,19 @@ export interface ReleaseEntry {
}
export const RELEASE_NOTES: ReleaseEntry[] = [
{
version: "0.31.0",
date: "2026-07-07",
summary: "Richer downloads — edit details, clickable channels & links, and prettier share-link previews.",
features: [
"Downloads: the edit (pencil) button now edits the full details — title, channel name and a channel link, plus any number of extra reference links. The channel and links appear on the download card as clickable links, and a source that carries a channel (like YouTube or Facebook) fills the channel link in automatically.",
"Downloads: shared watch pages now show the correct title, channel and links — including your own edits — with every link clickable. (Renaming a download is now reflected on its share link too.)",
"Shared links now unfurl richly in chat apps like Messenger, with the video's title, channel and thumbnail instead of a blank card. Videos without a thumbnail still show a clean text card.",
],
chores: [
"Shorter, clearer site description for search engines and link previews.",
],
},
{
version: "0.30.0",
date: "2026-07-06",