February 28, 2026
patch Rss
Move filters to article toolbar, replace star emoji with glyph
Details
- Move filter buttons (All, Unread, Starred, Today, Last 7 Days) from
sidebar to article toolbar as compact pill buttons with counts
- Sidebar now only shows feeds list (cleaner layout)
- Replace star emoji (★) with PathIcon glyph star throughout:
- Detail view: 20px glyph star button (gold when starred, gray when not)
- List view: 12px gold star to the left of the title when starred
- Remove redundant star emoji from article list date row
- Add filter-pill styles (rounded border, selected state highlight)
patch Tasks
Increase task list item spacing for better readability
Details
Bumped vertical margin between task items from 1-2px to 4px across
all views: simple list, detailed sidebar list, and kanban cards.
patch Rss
Clean up RSS layout: remove footer, unify colors, settings cog
Details
- Remove bottom status bar (Feeds: N, Articles: N) — redundant info
- Change article list background from ThemeSurfaceRecessedBrush to
ThemeBackgroundBrush to match the rest of the interface
- Remove "All Articles" header text from article toolbar — the
sidebar filter already shows which filter is active
- Move Add Feed, Import OPML, Export OPML into a settings cog
button on the PluginToolbar (matches Tasks plugin pattern)
- Add Feed now opens via a dialog from the cog menu
patch Rss
Add Cache-Control: no-cache to RSS feed requests
Details
The HttpClient wasn't sending cache-control headers, so intermediate
proxies and CDNs could serve stale feed responses indefinitely. Adding
no-cache ensures the origin is always revalidated on refresh.
patch Rss
Fix category submenu: dynamic categories, correct dialog text
Details
- Replace hardcoded category list with dynamic submenu built on open,
merging 5 default categories with any custom categories from feeds
- Rename "Custom..." to "Create New Category..." with dialog title
"Create a New Category" and button "Create"
- Submenu now rebuilds each time it opens so new custom categories
appear immediately
Get notified about new releases