summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-04-23[fix] issue/pull: Browse opens in browser, clear buffer modified flagThanos Apollo
2026-04-23buffer: Fix edited indicator to use previous_body, show team in review requestsThanos Apollo
2026-04-23vc: Improve PR submit with remote branch completion, commit defaultsThanos Apollo
2026-04-23repo: Add create repo command, faces for search modeThanos Apollo
2026-04-23[fix] buffer/pull: Dispatch issue/PR correctly, use read-only-mode for diff b...Thanos Apollo
2026-04-23buffer: Open Forgejo issue/PR links in forgejo.el instead of browserThanos Apollo
2026-04-23settings: Add label management with nested transient (create/delete)Thanos Apollo
2026-04-23buffer: Fix reference events with cross-repo links, inline commit SHA, past t...Thanos Apollo
2026-04-23buffer: Extract event node builders into separate pure functionsThanos Apollo
2026-04-23[fix] api: Fix error handling cond to properly fall through to success caseThanos Apollo
2026-04-23readme: Update and add screenshots from thanosapollo.orgThanos Apollo
2026-04-23[fix] vc: Fix require-repo to return 3 elements for destructuringThanos Apollo
2026-04-23settings: Add create-label to settings transientThanos Apollo
2026-04-23utils: Run forgejo-compose-hook in composition buffersThanos Apollo
2026-04-23forgejo: Add forgejo-compose-hook for composition buffer customizationThanos Apollo
2026-04-23[fix] vc: stop hardcoding originThanos Apollo
2026-04-23settings: Optimistic update on input, distinct face for valuesThanos Apollo
2026-04-23vc: Warn on PR fetch when manual merge is disabledThanos Apollo
2026-04-23settings: Refresh transient with updated values after saveThanos Apollo
2026-04-23settings: Rewrite with closures, no global state, fresh fetch per openThanos Apollo
2026-04-23settings: Use --data as source of truth, optional args with defaultsThanos Apollo
2026-04-23settings: Fix nil owner/repo by using regular vars instead of buffer-localsThanos Apollo
2026-04-23transient: Remove settings from top-level menu, keep in vc onlyThanos Apollo
2026-04-23settings: Add repo settings via transient, AGit-Flow manual merge warningThanos Apollo
2026-04-23buffer/utils: Add @mention completion in composition buffersThanos Apollo
2026-04-23utils: Add read-body with # completion, replace read-string-from-buffer callsThanos Apollo
2026-04-23buffer/db: Add clickable #N issue references and completion candidatesThanos Apollo
2026-04-23vc: Fix repo name detection for names containing dots (e.g. fj.el)Thanos Apollo
2026-04-23notification: Fetch full history on list open, poll only unreadThanos Apollo
2026-04-23notification: Add filters by status, type, and repoThanos Apollo
2026-04-23notification: Add desktop notifications, mark read on view, fix PATCH endpointThanos Apollo
2026-04-23review: Fix reply position for old/new side, store original_positionThanos Apollo
2026-04-23buffer: Add blockquote face, fix review thread grouping by positionThanos Apollo
2026-04-23notification: Add desktop notifications via D-BusThanos Apollo
2026-04-23transient: Add reply, restructure metadata as nested menusThanos Apollo
2026-04-23pull: Add reply, PR diff, review sync, use review.elThanos Apollo
2026-04-23issue: Add reply command, use unified comment helper, post-action refreshThanos Apollo
2026-04-23utils: Unify comment posting, remove submit-review (moved to review.el)Thanos Apollo
2026-04-23review: Add review module with sync, thread display, and replyThanos Apollo
2026-04-23buffer: Add review thread display, diff hunk rendering, edited indicator, hea...Thanos Apollo
2026-04-23db: Guard save-timeline against null API responsesThanos Apollo
2026-04-23api: Parse error messages from response body, handle empty responsesThanos Apollo
2026-04-23Merge branch 'lisp-dir'Thanos Apollo
2026-04-23tests: Add module load tests to catch missing requiresThanos Apollo
2026-04-23lisp: Replace declare-function with require, clean up redundant declarationsThanos Apollo
2026-04-23Move files under /lisp.Thanos Apollo
2026-04-23readme: Update usage and installation.Thanos Apollo
2026-04-23readme: Update usage.Thanos Apollo
2026-04-22notification: Add polling, mode-line indicator, list bufferThanos Apollo
2026-04-22transient: Restructure with nested metadata menusThanos Apollo