chore(release): v0.4.1 — feed toolbar + clearer counts/dates

Bump VERSION to 0.4.1 and add the 0.4.1 release-notes entry (feed view/content-type chips
above the videos, key+direction sort, exact view count + upload date on cards/player).
This commit is contained in:
npeter83 2026-06-16 03:18:58 +02:00
parent 4f1e33e3cc
commit b85a9c670e
2 changed files with 11 additions and 1 deletions

View file

@ -1 +1 @@
0.4.0 0.4.1

View file

@ -14,6 +14,16 @@ export interface ReleaseEntry {
} }
export const RELEASE_NOTES: ReleaseEntry[] = [ export const RELEASE_NOTES: ReleaseEntry[] = [
{
version: "0.4.1",
date: "2026-06-16",
summary: "Feed controls above the videos, and clearer view counts and dates.",
features: [
"The view filter (Unwatched / In progress / All / …) and the content type (Normal / Shorts / Live) are now quick chips right above the videos.",
"Cleaner ordering: pick what to sort by, then flip ascending/descending with one arrow (and 'Most viewed' is now 'Popular').",
"Video cards and the player show the exact upload date next to '… ago', and the full view count on hover.",
],
},
{ {
version: "0.4.0", version: "0.4.0",
date: "2026-06-16", date: "2026-06-16",