aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2023-09-08 18:32:26 +0800
committerGitHub <noreply@github.com>2023-09-08 10:32:26 +0000
commitbafe1334c6e46c0a0398c645da97b53f42996ab8 (patch)
tree0f4b3341ec19050818186a47607074b661c8bff7 /CHANGELOG.md
parent80d14b8f4af09f46faece0ffa66818fc2697bb27 (diff)
downloadgitea-bafe1334c6e46c0a0398c645da97b53f42996ab8.tar.gz
gitea-bafe1334c6e46c0a0398c645da97b53f42996ab8.zip
Add v1.20.4 changelog (#26974)
frontport from #26966 --------- Co-authored-by: techknowlogick <techknowlogick@gitea.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0b4f17b658..8ef677b88c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,34 @@ This changelog goes through all the changes that have been made in each release
without substantial changes to our git log; to see the highlights of what has
been added to each release, please refer to the [blog](https://blog.gitea.com).
+## [1.20.4](https://github.com/go-gitea/gitea/releases/tag/v1.20.4) - 2023-09-08
+
+* SECURITY
+ * Check blocklist for emails when adding them to account (#26812) (#26831)
+* ENHANCEMENTS
+ * Add `branch_filter` to hooks API endpoints (#26599) (#26632)
+ * Fix incorrect "tabindex" attributes (#26733) (#26734)
+ * Use line-height: normal by default (#26635) (#26708)
+ * Fix unable to display individual-level project (#26198) (#26636)
+* BUGFIXES
+ * Fix wrong review requested number (#26784) (#26880)
+ * Avoid double-unescaping of form value (#26853) (#26863)
+ * Redirect from `{repo}/issues/new` to `{repo}/issues/new/choose` when blank issues are disabled (#26813) (#26847)
+ * Sync tags when adopting repos (#26816) (#26834)
+ * Fix verifyCommits error when push a new branch (#26664) (#26810)
+ * Include the GITHUB_TOKEN/GITEA_TOKEN secret for fork pull requests (#26759) (#26806)
+ * Fix some slice append usages (#26778) (#26798)
+ * Add fix incorrect can_create_org_repo for org owner team (#26683) (#26791)
+ * Fix bug for ctx usage (#26763)
+ * Make issue template field template access correct template data (#26698) (#26709)
+ * Use correct minio error (#26634) (#26639)
+ * Ignore the trailing slashes when comparing oauth2 redirect_uri (#26597) (#26618)
+ * Set errwriter for urfave/cli v1 (#26616)
+ * Fix reopen logic for agit flow pull request (#26399) (#26613)
+ * Fix context filter has no effect in dashboard (#26695) (#26811)
+ * Fix being unable to use a repo that prohibits accepting PRs as a PR source. (#26785) (#26790)
+ * Fix Page Not Found error (#26768)
+
## [1.20.3](https://github.com/go-gitea/gitea/releases/tag/v1.20.3) - 2023-08-20
* BREAKING