From 8f757ab7646a2390fac9ccb68809ee30dbeaede8 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Wed, 19 Nov 2025 19:26:22 -0800 Subject: [PATCH 1/4] release notes for 1.25.2 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc689ef410c1e..bc666021892ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,31 @@ 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.2](https://github.com/go-gitea/gitea/releases/tag/1.25.2) - 2025-11-19 + +* ENHANCEMENTS + * Display source code downloads last for release attachments (#35897) (#35903) + * Change project default column icon to 'star' (#35967) (#35979) +* BUGFIXES + * Fix container push tag overwriting (#35936) (#35954) + * Fix corrupted external render content (#35946) and upgrade golang.org/x packages (#35950) + * Limit reading bytes instead of ReadAll (#35928) (#35934) + * Use correct form field for allowed force push users in branch protection API (#35894) (#35908) + * Fix team member access check (#35899) (#35905) + * Fix conda null depend issue (#35900) (#35902) + * Set the dates to now when not specified by the caller (#35861) (#35874) + * Fix gogit ListEntriesRecursiveWithSize (#35862) + * Misc CSS fixes (#35888) (#35981) + * Don't show unnecessary error message to end users for DeleteBranchAfterMerge (#35937) (#35941) + * Load jQuery as early as possible to support custom scripts (#35926) (#35929) + * Allow to display embed images/pdfs when SERVE_DIRECT was enabled on MinIO storage (#35882) (#35917) + * Make OAuth2 issuer configurable (#35915) (#35916) + * Fix #35763: Add proper page title for project pages (#35773) (#35909) + * Fix avatar upload error handling (#35887) (#35890) + * Contribution heatmap improvements (#35876) (#35880) + * Remove padding override on `.ui .sha.label` (#35864) (#35873) + * Fix pull description code label background (#35865) (#35870) + ## [1.25.1](https://github.com/go-gitea/gitea/releases/tag/v1.25.1) - 2025-11-03 * BUGFIXES From ed1d536664e5a22ef0f5b93acddcfc919ac74d10 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Wed, 19 Nov 2025 20:18:03 -0800 Subject: [PATCH 2/4] add security issue --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc666021892ce..c6a790d1660fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ been added to each release, please refer to the [blog](https://blog.gitea.com). ## [1.25.2](https://github.com/go-gitea/gitea/releases/tag/1.25.2) - 2025-11-19 +* SECURITY + * Upgrade golang.org/x/crypto to 0.45.0 (#35985) (#35988) * ENHANCEMENTS * Display source code downloads last for release attachments (#35897) (#35903) * Change project default column icon to 'star' (#35967) (#35979) From 867921518daeb4bb7e2cc8be21c1479e27db64ed Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Fri, 21 Nov 2025 23:26:43 -0800 Subject: [PATCH 3/4] update --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6a790d1660fd..58b739da9c3f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,10 +8,12 @@ been added to each release, please refer to the [blog](https://blog.gitea.com). * SECURITY * Upgrade golang.org/x/crypto to 0.45.0 (#35985) (#35988) + * Fix various permission & login related bugs (#36002) (#36004) * ENHANCEMENTS * Display source code downloads last for release attachments (#35897) (#35903) * Change project default column icon to 'star' (#35967) (#35979) * BUGFIXES + * Allow empty commit when merging pull request with squash style (#35989) (#36003) * Fix container push tag overwriting (#35936) (#35954) * Fix corrupted external render content (#35946) and upgrade golang.org/x packages (#35950) * Limit reading bytes instead of ReadAll (#35928) (#35934) From 59cb85fefc2886cca0ca1a08db0688ec672ef5ec Mon Sep 17 00:00:00 2001 From: wxiaoguang Date: Sat, 22 Nov 2025 17:14:23 +0800 Subject: [PATCH 4/4] Update CHANGELOG.md Signed-off-by: wxiaoguang --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58b739da9c3f6..0812bbe9ecd73 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.2](https://github.com/go-gitea/gitea/releases/tag/1.25.2) - 2025-11-19 +## [1.25.2](https://github.com/go-gitea/gitea/releases/tag/1.25.2) - 2025-11-23 * SECURITY * Upgrade golang.org/x/crypto to 0.45.0 (#35985) (#35988)