chore(release): 0.21.0

This commit is contained in:
npeter83 2026-07-02 02:19:25 +02:00
parent f56328a437
commit 9ca90f515c
2 changed files with 16 additions and 1 deletions

View file

@ -1 +1 @@
0.20.2
0.21.0

View file

@ -14,6 +14,21 @@ export interface ReleaseEntry {
}
export const RELEASE_NOTES: ReleaseEntry[] = [
{
version: "0.21.0",
date: "2026-07-02",
summary: "Run a different account in each browser tab, a roomier collapsible layout, and nav polish.",
features: [
"Multi-account, per tab: open two tabs and sign into a different account in each — each tab stays on its own account. Switching or adding an account in one tab no longer changes what the others show. Every tab keeps its own filters, theme and settings.",
"Roomier layout: the filter sidebar is now a full-height column you can collapse like the left nav (a thin rail keeps the active-filter count). Your video counts and sync status moved to the top of the left rail, and the Mine/Library switch sits with the filters. Both panels remember whether you left them open or collapsed.",
"Nav touches: a role badge (admin / user / demo) next to your name, the current language (HU/EN/DE) shown on the language button, and a clearer “Admin” divider above the admin tools.",
"The sign-in page now highlights that Siftlode is open source, with a link to the code.",
],
fixes: [
"Your filters, selected playlist, theme and other per-browser settings no longer carry over between different accounts signed into the same browser.",
"Opening one pop-up from inside another (e.g. Release notes from the About box) no longer makes it flash and vanish.",
],
},
{
version: "0.20.2",
date: "2026-07-01",