summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-04-26[fix] vc: Use HEAD subject for multi-commit PR titleThanos Apollo
2026-04-26readme: Document watch rules and filter defaultThanos Apollo
2026-04-26watch: Add wildcard rules and configurable default filterThanos Apollo
2026-04-26vc: Filter symbolic HEAD from remote branch completionsThanos Apollo
2026-04-26vc: Fix PR submit title defaults and cancellationThanos Apollo
2026-04-26Version bump: 0.1.0Thanos Apollo
2026-04-26cleanup: style, indentation and whitespaceThanos Apollo
2026-04-26packaging: Expand keywords for discoverabilityThanos Apollo
2026-04-26view, pull: Use keymap-popup-define for keymapsThanos Apollo
2026-04-26issue, pull: Remove superseded per-field filter commandsThanos Apollo
2026-04-26view: Linkify commit SHAs in bodies, prefer local git showThanos Apollo
2026-04-26db: table driven-driven filter builder for get-issuesThanos Apollo
2026-04-26vc: require settings.elThanos Apollo
2026-04-26forgejo: fold transient.el into the main module.Thanos Apollo
2026-04-26packaging: Update commentaryThanos Apollo
2026-04-26Add elpaignoreThanos Apollo
2026-04-26buffer: Decouple keymaps and commands from display module.Thanos Apollo
2026-04-26vc: Add require for vc-git for the linter.Thanos Apollo
2026-04-26build: Add keymap-popup to guix.scm, auto-detect in MakefileThanos Apollo
2026-04-26vc: Add push command, replace transient with keymap-popupThanos Apollo
2026-04-25filter: Add license boilerplateThanos Apollo
2026-04-25cleanup: remove decorative separatorsThanos Apollo
2026-04-25[fix]: Compile warnings and watch browse URL for PRsThanos Apollo
2026-04-25cleanup: Remove dead code from shr removalThanos Apollo
2026-04-25view: Prompt for title or body when editing headerThanos Apollo
2026-04-25guix: Add markdown-mode and update file exclusionThanos Apollo
2026-04-25readme: Add watch rules and other minor changes.Thanos Apollo
2026-04-25view: Add delete at point (D) for comments and issuesThanos Apollo
2026-04-25utils: Use gfm-mode for compose buffersThanos Apollo
2026-04-25settings: Fix optimistic UI updates, remove unreliable manual-merge checkThanos Apollo
2026-04-25buffer: Batch-fontify all bodies in one gfm-view-mode passThanos Apollo
2026-04-25filter: Make pure data module, move impure functions to callersThanos Apollo
2026-04-25db: Drop body_html column, auto-rebuild stale databasesThanos Apollo
2026-04-25buffer: Use gfm-view-mode for body rendering, drop shrThanos Apollo
2026-04-25buffer: Remove DB dependency, move CAPF to utils and routing to viewThanos Apollo
2026-04-25api: Remove forgejo-host global, pass host as explicit parameterThanos Apollo
2026-04-24cleanup: Remove dead fetch and submit-review functionsThanos Apollo
2026-04-24watch: Auto-refresh buffer on poll, bind mark-all-read to RThanos Apollo
2026-04-24alert: Add desktop alert module (unloaded)Thanos Apollo
2026-04-24watch: Replace notification module with watch rulesThanos Apollo
2026-04-24db: Add read column, drop notifications tableThanos Apollo
2026-04-24notification: Remove modeline indicator, add forgejo-notification-modeThanos Apollo
2026-04-24test: Skip dotfiles in module discoveryThanos Apollo
2026-04-24pull: Incremental sync via issues endpoint with since supportThanos Apollo
2026-04-24filter: Shared list-format builder and API param builderThanos Apollo
2026-04-24[fix] filter: fix stale docstring and require url-parseThanos Apollo
2026-04-24[fix] db: Handle :author filter for PR poster queriesThanos Apollo
2026-04-24[refactor] filter: Extract forgejo-filter.el moduleThanos Apollo
2026-04-24vc: Async PR fetch to avoid blocking.Thanos Apollo
2026-04-23vc: Multi-commit autofill, PR templates, ls-remote fallbackThanos Apollo