From bd94d434543824db85206dfe515969eb58244155 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Tue, 28 Oct 2025 23:33:46 -0700 Subject: [PATCH 1/5] Update release notes for 1.25.0 --- CHANGELOG.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d672fc30b9615..dc09b3097cca7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ This changelog goes through 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.25.0-rc0](https://github.com/go-gitea/gitea/releases/tag/1.25.0-rc0) - 2025-09-24 +## [1.25.0](https://github.com/go-gitea/gitea/releases/tag/1.25.0) - 2025-10-28 * BREAKING * Return 201 Created for CreateVariable API responses (#34517) @@ -60,7 +60,29 @@ been added to each release, please refer to the [blog](https://blog.gitea.com). * Use lfs label for lfs file rather than a long description (#34363) * Add "View workflow file" to Actions list page (#34538) * Move organization's visibility change to danger zone. (#34814) + * Don't block site admin's operation if SECRET_KEY is lost (#35721) + * Make restricted users can access public repositories (#35693) + * The status icon of the Action step is consistent with GitHub (#35618) #35621 * BUGFIXES + * Fix webhook to prevent tag events from bypassing branch filters targets (#35567) #35577 + * Fix markup init after issue comment editing (#35536) #35537 + * Fix creating pull request failure when the target branch name is the same as some tag (#35552) #35582 + * Fix auto-expand and auto-scroll for actions logs (#35570) (#35583) #35586 + * Use inputs context when parsing workflows (#35590) #35595 + * Fix diffpatch API endpoint (#35610) #35613 + * Creating push comments before invoke pull request checking (#35647) #35668 + * Fix missing Close when error occurs and abused connection pool (#35658) #35670 + * Fix build (#35674) + * Use LFS object size instead of blob size when viewing a LFS file (#35679) + * Fix workflow run event status while rerunning a failed job (#35689) + * Avoid emoji mismatch and allow to only enable chosen emojis (#35692) + * Refactor legacy code, fix LFS auth bypass, fix symlink bypass (#35708) + * Fix various trivial problems (#35714) + * Fix attachment file size limit in server backend (#35519) + * Honor delete branch on merge repo setting when using merge API (#35488) + * Fix external render, make iframe render work (#35727, #35730) + * Upgrade go mail to 0.7.2 (#35748) + * Revert #18491, fix oauth2 client link account (#35745) * Fix different behavior in status check pattern matching with double stars (#35474) * Fix overflow in notifications list (#35446) * Fix package link setting can only list limited repositories (#35394) @@ -172,6 +194,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com). * Run `gopls modernize` on codebase (#34751) * Upgrade `gopls` to v0.19.0, add `make fix` (#34772) * BUILD + * bump archives&rar dep (#35637) #35638 * Use github.com/mholt/archives replace github.com/mholt/archiver (#35390) * Update JS and PY dependencies (#35444) * Upgrade devcontainer go version to 1.24.6 (#35298) From 8e2a62f27efad2de4427aeefe46dcb06f06c383e Mon Sep 17 00:00:00 2001 From: wxiaoguang Date: Wed, 29 Oct 2025 15:07:45 +0800 Subject: [PATCH 2/5] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc09b3097cca7..0c16965233cf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com). * Add label 'state' to metric 'gitea_users' (#34326) * SECURITY * Upgrade security public key (#34956) + * Also include all security fixes in 1.24.x after 1.25.0-rc0 * FEATURES * Stream repo zip/tar.gz/bundle achives by default (#35487) * Use configurable remote name for git commands (#35172) From f004b9a220fa9096b927c60e4f493228ef9e3999 Mon Sep 17 00:00:00 2001 From: wxiaoguang Date: Wed, 29 Oct 2025 19:04:23 +0800 Subject: [PATCH 3/5] Update CHANGELOG with recent bug fixes --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c16965233cf6..03d6612acd7ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -65,6 +65,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com). * Make restricted users can access public repositories (#35693) * The status icon of the Action step is consistent with GitHub (#35618) #35621 * BUGFIXES + * Fix "ref-issue" handling in markup (#35739) #35771 * Fix webhook to prevent tag events from bypassing branch filters targets (#35567) #35577 * Fix markup init after issue comment editing (#35536) #35537 * Fix creating pull request failure when the target branch name is the same as some tag (#35552) #35582 From 30d2f2e677a76947ccb639447f6e96b02d286f78 Mon Sep 17 00:00:00 2001 From: wxiaoguang Date: Wed, 29 Oct 2025 22:00:08 +0800 Subject: [PATCH 4/5] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03d6612acd7ee..5141a264cd9ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -65,7 +65,8 @@ been added to each release, please refer to the [blog](https://blog.gitea.com). * Make restricted users can access public repositories (#35693) * The status icon of the Action step is consistent with GitHub (#35618) #35621 * BUGFIXES - * Fix "ref-issue" handling in markup (#35739) #35771 + * Update tab title when navigating file tree (#35757) #35772 + * Fix "ref-issue" handling in markup (#35739) #35771 * Fix webhook to prevent tag events from bypassing branch filters targets (#35567) #35577 * Fix markup init after issue comment editing (#35536) #35537 * Fix creating pull request failure when the target branch name is the same as some tag (#35552) #35582 From f62bdb041b9dd2a0b4a43f40463b50a30192ff9f Mon Sep 17 00:00:00 2001 From: wxiaoguang Date: Wed, 29 Oct 2025 22:02:04 +0800 Subject: [PATCH 5/5] Update release date for version 1.25.0 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5141a264cd9ac..24efa99352623 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ This changelog goes through 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.25.0](https://github.com/go-gitea/gitea/releases/tag/1.25.0) - 2025-10-28 +## [1.25.0](https://github.com/go-gitea/gitea/releases/tag/1.25.0) - 2025-10-30 * BREAKING * Return 201 Created for CreateVariable API responses (#34517)