-
released this
2026-03-22 02:52:06 +00:00 | 0 commits to main since this releaseWhat's Changed
Bug Fixes
-
Approve button on private repos: Replaced API-based review detection with DOM-based sidebar reading. Forgejo 14's stateless CSRF protection blocks session cookies on programmatic
fetch()calls, causing the approve button to silently disappear on private repos. The button now reads the sidebar reviewers list directly — no network request needed. -
Admin self-approval: Users with merge permission (repo admins) can now approve their own PRs. Previously the button was hidden unconditionally for PR authors.
-
Simplified click handler: Removed the API fallback for getting the commit ID — now uses
window.config.pageData.pullRequestMergeForm.pullHeadCommitIDexclusively, which is always available when the merge form renders.
Tasks
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-