···44without substantial changes to our git log; to see the highlights of what has
55been added to each release, please refer to the [blog](https://blog.gitea.com).
6677+## [1.20.4](https://github.com/go-gitea/gitea/releases/tag/v1.20.4) - 2023-09-08
88+99+* SECURITY
1010+ * Check blocklist for emails when adding them to account (#26812) (#26831)
1111+* ENHANCEMENTS
1212+ * Add `branch_filter` to hooks API endpoints (#26599) (#26632)
1313+ * Fix incorrect "tabindex" attributes (#26733) (#26734)
1414+ * Use line-height: normal by default (#26635) (#26708)
1515+ * Fix unable to display individual-level project (#26198) (#26636)
1616+* BUGFIXES
1717+ * Fix wrong review requested number (#26784) (#26880)
1818+ * Avoid double-unescaping of form value (#26853) (#26863)
1919+ * Redirect from `{repo}/issues/new` to `{repo}/issues/new/choose` when blank issues are disabled (#26813) (#26847)
2020+ * Sync tags when adopting repos (#26816) (#26834)
2121+ * Fix verifyCommits error when push a new branch (#26664) (#26810)
2222+ * Include the GITHUB_TOKEN/GITEA_TOKEN secret for fork pull requests (#26759) (#26806)
2323+ * Fix some slice append usages (#26778) (#26798)
2424+ * Add fix incorrect can_create_org_repo for org owner team (#26683) (#26791)
2525+ * Fix bug for ctx usage (#26763)
2626+ * Make issue template field template access correct template data (#26698) (#26709)
2727+ * Use correct minio error (#26634) (#26639)
2828+ * Ignore the trailing slashes when comparing oauth2 redirect_uri (#26597) (#26618)
2929+ * Set errwriter for urfave/cli v1 (#26616)
3030+ * Fix reopen logic for agit flow pull request (#26399) (#26613)
3131+ * Fix context filter has no effect in dashboard (#26695) (#26811)
3232+ * Fix being unable to use a repo that prohibits accepting PRs as a PR source. (#26785) (#26790)
3333+ * Fix Page Not Found error (#26768)
3434+735## [1.20.3](https://github.com/go-gitea/gitea/releases/tag/v1.20.3) - 2023-08-20
836937* BREAKING