chore(release): 0.20.0

This commit is contained in:
npeter83 2026-07-01 11:28:56 +02:00
parent 00ed0f2eeb
commit b8e1c9386e
2 changed files with 13 additions and 1 deletions

View file

@ -1 +1 @@
0.19.0 0.20.0

View file

@ -14,6 +14,18 @@ export interface ReleaseEntry {
} }
export const RELEASE_NOTES: ReleaseEntry[] = [ export const RELEASE_NOTES: ReleaseEntry[] = [
{
version: "0.20.0",
date: "2026-07-01",
summary: "Saved views: keep several filter setups and switch between them in one click.",
features: [
"Saved views: save your current feed filters (and sort) under a name, then apply them again with a single click. Rename them, drag to reorder, share a view by link, and star one as your default — the default loads automatically when you open the app. They live in a new “Saved views” box at the top of the filter sidebar.",
],
fixes: [
"The “Filters active” count and Clear all now also cover the Source filter and the Mine/Library switch, so clearing gives a truly clean slate — back to Mine with search results hidden. The default view (Mine, unwatched, no search results) is unchanged.",
"The search box now has a clear (✕) button. Clearing your filters keeps the search text — the search has its own ✕ — and clearing the search returns the feed to its normal order.",
],
},
{ {
version: "0.19.0", version: "0.19.0",
date: "2026-07-01", date: "2026-07-01",