Skip to main content

Changelog

Every improvement, automatically tracked from our commit history.

Subscribe via Atom feed
← Prev Page 3 of 95 Next →
February 28, 2026
patch Tasks

Increase task list item spacing for better readability

Tasks 1.29.2 | eadf0bfc
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

Rss 1.10.0 | 263fc8e5
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

Rss 1.10.0 | 12b4fee2
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

Rss 1.10.0 | ebfbeee1
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

patch Rss

Reorder RSS list items: single-line title, tags, then date

Rss 1.10.0 | a10465f4
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.

← Prev Page 3 of 95 Next →

Get notified about new releases