chore(release): v0.8.0 — channel columns, tag workflow, video reset, error dialog
This commit is contained in:
parent
e85d30a3f3
commit
a11a8db278
2 changed files with 16 additions and 1 deletions
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
||||||
0.7.0
|
0.8.0
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,21 @@ export interface ReleaseEntry {
|
||||||
}
|
}
|
||||||
|
|
||||||
export const RELEASE_NOTES: ReleaseEntry[] = [
|
export const RELEASE_NOTES: ReleaseEntry[] = [
|
||||||
|
{
|
||||||
|
version: "0.8.0",
|
||||||
|
date: "2026-06-18",
|
||||||
|
summary: "Richer channel columns, a proper tag workflow, video reset, and clearer errors.",
|
||||||
|
features: [
|
||||||
|
"Channel manager: new sortable columns — last upload, total length, and a Normal/Shorts/Live breakdown — with subscriber counts shown compactly (e.g. 919K). Columns size to their content.",
|
||||||
|
"Tags, reworked: each channel row now shows only the tags you've attached, with a “+” to add or remove them per channel. A tag manager (open it from the Channel manager or the feed sidebar) lets you add, rename and delete tags — deleting only asks to confirm when a tag is actually in use.",
|
||||||
|
"Filter the feed by a tag: click a tag on a channel, and a new “Your tags” widget in the feed sidebar shows that filter so you can see and clear it. In the tag manager, hovering a tag's channel count lists those channels, each a link that jumps to it in the Channel manager.",
|
||||||
|
"Video cards get a reset action that returns a video to pristine — clearing watch progress and status, as if you'd never opened it.",
|
||||||
|
],
|
||||||
|
fixes: [
|
||||||
|
"When the server can't complete an action (for example a duplicate tag name), you now get a clear pop-up explaining why, instead of a cryptic failure.",
|
||||||
|
"Pressing Esc with a dialog stacked over another now closes only the top one, leaving your work underneath open.",
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
version: "0.7.0",
|
version: "0.7.0",
|
||||||
date: "2026-06-17",
|
date: "2026-06-17",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue