From b554db26c7a0cdc7d05033bc4d2cd21beae542e8 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Sun, 16 Feb 2025 23:25:08 -0800 Subject: [PATCH 1/5] Release of Gitea 1.23.4 --- CHANGELOG.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e04da654a97ae..dba37d8658f7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,25 @@ 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.23.3](https://github.com/go-gitea/gitea/releases/tag/1.23.2) - 2025-02-05 +## [1.23.4](https://github.com/go-gitea/gitea/releases/tag/v1.23.4) - 2025-02-16 + +* SECURITY + * Enhance routers for the Actions variable operations (#33547) (#33553) + * Enhance routers for the Actions runner operations (#33549) (#33555) +* PERFORMANCES + * Performance optimization for pull request files loading comments attachments (#33585) (#33592) +* BUGFIXES + * Add a transaction to `pickTask` (#33543) (#33563) + * Fix mirror bug (#33597) (#33607) + * Use default Git timeout when checking repo health (#33593) (#33598) + * Fix PR's target branch dropdown (#33589) (#33591) + * Fix various problems (artifact order, api empty slice, assignee check, fuzzy prompt, mirror proxy, adopt git) (#33569) (#33577) + * Rework suggestion backend (#33538) (#33546) + * Fix context usage (#33554) (#33557) + * Only show the latest version in the Arch index (#33262) (#33580) + * Skip deletion error for action artifacts (#33476) (#33568) + +## [1.23.3](https://github.com/go-gitea/gitea/releases/tag/v1.23.2) - 2025-02-05 * Security * Build Gitea with Golang v1.23.6 to fix security bugs From 2f5f156022219522929981cb3c393b0edb240de0 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Mon, 17 Feb 2025 22:55:18 -0800 Subject: [PATCH 2/5] Update CHANGELOG.md Co-authored-by: Zettat123 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dba37d8658f7e..398161873fa01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com). * Only show the latest version in the Arch index (#33262) (#33580) * Skip deletion error for action artifacts (#33476) (#33568) -## [1.23.3](https://github.com/go-gitea/gitea/releases/tag/v1.23.2) - 2025-02-05 +## [1.23.3](https://github.com/go-gitea/gitea/releases/tag/v1.23.3) - 2025-02-06 * Security * Build Gitea with Golang v1.23.6 to fix security bugs From a46f92d8d85b5c1ac95a28d1e59e4b0e70c9fdef Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Tue, 18 Feb 2025 00:08:27 -0800 Subject: [PATCH 3/5] Add missing changes --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dba37d8658f7e..be76a504aed04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com). * SECURITY * Enhance routers for the Actions variable operations (#33547) (#33553) * Enhance routers for the Actions runner operations (#33549) (#33555) + * Fix project issues list and counting (#33594) #33619 * PERFORMANCES * Performance optimization for pull request files loading comments attachments (#33585) (#33592) * BUGFIXES From 1c80ec0ede96e953a8e4535e550de4529a032833 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Tue, 18 Feb 2025 00:09:21 -0800 Subject: [PATCH 4/5] Add missing changes --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53b396ffea451..c835ce50ac863 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com). * Fix context usage (#33554) (#33557) * Only show the latest version in the Arch index (#33262) (#33580) * Skip deletion error for action artifacts (#33476) (#33568) + * Make actions URL in commit status webhooks absolute (#33620) #33632 ## [1.23.3](https://github.com/go-gitea/gitea/releases/tag/v1.23.3) - 2025-02-06 From 9fe3d68c6d167d0ae2aa4bd38342770f6485ff5b Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Tue, 18 Feb 2025 16:34:05 -0800 Subject: [PATCH 5/5] Add missing changes --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c835ce50ac863..3bb447f091ec8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com). * Only show the latest version in the Arch index (#33262) (#33580) * Skip deletion error for action artifacts (#33476) (#33568) * Make actions URL in commit status webhooks absolute (#33620) #33632 + * Add missing locale (#33641) #33642 ## [1.23.3](https://github.com/go-gitea/gitea/releases/tag/v1.23.3) - 2025-02-06