chore(release): v0.7.0 — data-table channel manager, sidebar reorg, fixes

This commit is contained in:
npeter83 2026-06-17 19:17:35 +02:00
parent 60590f210a
commit 2103920cbd
2 changed files with 17 additions and 1 deletions

View file

@ -1 +1 @@
0.6.0
0.7.0

View file

@ -14,6 +14,22 @@ export interface ReleaseEntry {
}
export const RELEASE_NOTES: ReleaseEntry[] = [
{
version: "0.7.0",
date: "2026-06-17",
summary: "A redesigned, sortable Channel manager — plus a reorganized sidebar and several fixes.",
features: [
"Channel manager is now a sortable, filterable table: sort by any column, filter channels by name or tag straight from the headers, choose how many rows per page (or show them all), and jump to any page. Your sorting, filters and page are remembered across reloads.",
"Channel rows: open a channel on YouTube (middle-click the name or the ↗ icon), a single “fully synced” badge once a channel is fully caught up, and instant tag toggling. Admins can reset a channel to re-fetch it from scratch.",
"Reorganized left sidebar: your content (Feed, Channels, Playlists) and the admin tools (Stats, Scheduler) are now grouped, and the language, About and notifications controls moved into the sidebar. Pop-up notifications now appear bottom-left, by the bell.",
"Playlists: the “new playlist” box moved to the top of the list.",
],
fixes: [
"Marking a video watched at the end of playback now sticks — it leaves the Unwatched feed and stays gone after a refresh.",
"Settings now remembers which tab you were on after a reload.",
"The usage chart's daily bars are always visible now, not just on hover.",
],
},
{
version: "0.6.0",
date: "2026-06-16",