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.
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
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.
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
Reorder RSS list items: single-line title, tags, then date
Details
Title is now single-line with ellipsis truncation on overflow.
Layout order changed from title/date/tags to title/tags/date
for better scannability.
Get notified about new releases