You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.