@@ -4,7 +4,28 @@ This changelog goes through the changes that have been made in each release
4
4
without substantial changes to our git log; to see the highlights of what has
5
5
been added to each release, please refer to the [ blog] ( https://blog.gitea.com ) .
6
6
7
- ## [ 1.23.3] ( https://github.com/go-gitea/gitea/releases/tag/1.23.2 ) - 2025-02-05
7
+ ## [ 1.23.4] ( https://github.com/go-gitea/gitea/releases/tag/v1.23.4 ) - 2025-02-16
8
+
9
+ * SECURITY
10
+ * Enhance routers for the Actions variable operations (#33547 ) (#33553 )
11
+ * Enhance routers for the Actions runner operations (#33549 ) (#33555 )
12
+ * Fix project issues list and counting (#33594 ) #33619
13
+ * PERFORMANCES
14
+ * Performance optimization for pull request files loading comments attachments (#33585 ) (#33592 )
15
+ * BUGFIXES
16
+ * Add a transaction to ` pickTask ` (#33543 ) (#33563 )
17
+ * Fix mirror bug (#33597 ) (#33607 )
18
+ * Use default Git timeout when checking repo health (#33593 ) (#33598 )
19
+ * Fix PR's target branch dropdown (#33589 ) (#33591 )
20
+ * Fix various problems (artifact order, api empty slice, assignee check, fuzzy prompt, mirror proxy, adopt git) (#33569 ) (#33577 )
21
+ * Rework suggestion backend (#33538 ) (#33546 )
22
+ * Fix context usage (#33554 ) (#33557 )
23
+ * Only show the latest version in the Arch index (#33262 ) (#33580 )
24
+ * Skip deletion error for action artifacts (#33476 ) (#33568 )
25
+ * Make actions URL in commit status webhooks absolute (#33620 ) #33632
26
+ * Add missing locale (#33641 ) #33642
27
+
28
+ ## [ 1.23.3] ( https://github.com/go-gitea/gitea/releases/tag/v1.23.3 ) - 2025-02-06
8
29
9
30
* Security
10
31
* Build Gitea with Golang v1.23.6 to fix security bugs
0 commit comments