Skip to content

0.3.0

Choose a tag to compare

@github-actions github-actions released this 16 Apr 16:31
· 4 commits to main since this release

Added

  • Mark all read — TopBar button (CheckCheck icon) that marks every unread article in the current view as read. Scope follows the sidebar selection: marks only the selected feed, or every feed when viewing All. Disabled when nothing is unread.
  • window.guignol.articles.markAllRead(feedSlug?) bridge method; backed by articles:markAllRead IPC handler. Returns the number of articles updated.

Changed

  • .gitignore now excludes *.dmg, *.zip, and web/downloads/ — hosted release binaries belong in GitHub Releases, not in the repo.

Fixed

  • Historical DMG artifacts that were blocking git push (>100 MB) stripped from the local unpushed commit history via git filter-branch.