chore(release): 0.2.0 — shared library, dynamic facets, share view

Bump VERSION to 0.2.0 and add release notes covering the Mine/Library shared-feed
scope, dynamic faceted filter chips (live counts, hide non-matching, Any/All topic
match), surprise-me reshuffle, share-view links, and the deep-backfill status
clarity fixes.
This commit is contained in:
npeter83 2026-06-15 13:58:22 +02:00
parent c69d02d01a
commit 34c41f7a41
2 changed files with 16 additions and 1 deletions

View file

@ -14,6 +14,21 @@ export interface ReleaseEntry {
}
export const RELEASE_NOTES: ReleaseEntry[] = [
{
version: "0.2.0",
date: "2026-06-15",
summary:
"Browse beyond your own subscriptions, and a much smarter filter sidebar.",
features: [
"Shared library: a new Mine / Library switch in the header lets you browse every channel the community has added — not just your own subscriptions — and even works without granting YouTube access. Your watch, save and hide state always stays private to you.",
"Smarter filter chips: topic and language chips now show live counts for your current view and hide the ones that no longer match anything, so narrowing down is quicker. Chips are ordered by size, and topics have a clear Any / All match toggle (All = channels that have all the selected topics).",
"“Surprise me” ordering now has a reshuffle button to reroll the order, and the topic/language chips show how many channels fall under each.",
"Share a view: copy a link that reproduces your current filters. Filters are otherwise no longer kept in the address bar.",
],
fixes: [
"The channel manager now tells apart a full-history backfill you requested from one another member already queued, and the header shows “fetching history” while the back-catalogue is still downloading instead of claiming everything is synced.",
],
},
{
version: "0.1.0",
date: "2026-06-15",