## Version 1.0 Initial release. - **Current Branch** sidebar section with the pull requests and workflow runs for the checked-out branch, plus a configurable branch filter. - **Workflows** section grouping every run by workflow file, expanding into jobs, steps, and artifacts. Servers older than Gitea 1.24 fall back to a flat recent runs list. - **Pull Requests** section across every discovered repository, expanding into reviews, review comments, and changed files. - **Settings** section showing per-instance connection state and per-repository Actions secrets and variables. - Run control: re-run a run, re-run failed jobs, re-run a single job, cancel. - Job logs opened in the editor, optionally saved under `.tmp/gitea-logs/`. - Artifact download, reveal in Finder, and open. - Pull request Markdown overview, unified diff, per-file diff, branch checkout, creation, merge with all four Gitea strategies, and close. - Reviews: approve, request changes, comment, reply, resolve, unresolve, and adding a comment on the line under the cursor from the editor. - Review comments for the current branch published as editor issues. - Multiple Gitea instances, routed by git remote host, with tokens stored per instance in the macOS Keychain. - Adaptive polling and a notification when a workflow run fails.