@@ -7,39 +7,41 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
77## [ 1.24.0-rc0] ( https://github.com/go-gitea/gitea/releases/tag/1.24.0-rc0 ) - 2025-04-28
88
99* BREAKING
10- * Add package version api endpoints (#34173 )
11- * Fix markdown render behaviors (#34122 )
12- * Improve log format (#33814 )
1310 * Make Gitea always use its internal config, ignore ` /etc/gitconfig ` (#33076 )
11+ * Improve log format (#33814 )
12+ * Fix markdown render behaviors (#34122 )
13+ * Add package version api endpoints (#34173 )
14+
1415* FEATURES
1516 * Enforce two-factor auth (2FA: TOTP or WebAuthn) (#34187 )
1617 * Add fullscreen mode as a more efficient operation way to view projects (#34081 )
1718 * Add anonymous access support for private/unlisted repositories (#34051 )
19+ * Support public code/issue access for private repositories (#33127 )
1820 * Add middleware for request prioritization (#33951 )
1921 * Add cli flags LDAP group configuration (#33933 )
20- * Actions Runner rest api ( # 33873 )
22+ * Add file tree to file view page ( # 32721 )
2123 * Add material icons for file list (#33837 )
2224 * Artifacts download api for artifact actions v4 (#33510 )
2325 * Support choose email when creating a commit via web UI (#33432 )
2426 * Add basic auth support to rss/atom feeds (#33371 )
2527 * Add sorting by exclusive labels (issue priority) (#33206 )
26- * Support public code/issue access for private repositories (#33127 )
2728 * Add sub issue list support (#32940 )
2829 * Private README.md for organization (#32872 )
29- * Add file tree to file view page (#32721 )
3030 * Email option to embed images as base64 instead of link (#32061 )
3131 * Option to delay conflict checking of old pull requests until page view (#27779 )
3232 * Worktime tracking for the organization level (#19808 )
33+
3334* PERFORMANCE
34- * Refactor Git Attribute & performance optimization (#34154 )
35- * Cache GPG keys, emails and users when list commits (#34086 )
36- * Improve pull request list API performance (#34052 )
37- * Only use prev and next buttons for pagination on user dashboard (#33981 )
38- * Optimize heatmap query (#33853 )
39- * Optimize total count of feed when loading activities in user dashboard. (#33841 )
40- * Improve commits list performance to reduce unnecessary database queries (#33528 )
35+ * Add cache for common package queries (#22491 )
4136 * Move issue pin to an standalone table for querying performance (#33452 )
42- * Add cache for common package queries (#22491 )
37+ * Improve commits list performance to reduce unnecessary database queries (#33528 )
38+ * Optimize total count of feed when loading activities in user dashboard. (#33841 )
39+ * Optimize heatmap query (#33853 )
40+ * Only use prev and next buttons for pagination on user dashboard (#33981 )
41+ * Improve pull request list API performance (#34052 )
42+ * Cache GPG keys, emails and users when list commits (#34086 )
43+ * Refactor Git Attribute & performance optimization (#34154 )
44+
4345* ENHANCEMENTS
4446 * Code
4547 * Display when a release attachment was uploaded (#34261 )
@@ -111,6 +113,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
111113 * Add descriptions for private repo public access settings and improve the UI (#34057 )
112114
113115* API
116+ * Actions Runner rest api (#33873 )
114117 * Inclusion of rename organization api (#33303 )
115118 * Add API to support link package to repository and unlink it (#33481 )
116119 * Add API endpoint to request contents of multiple files simultaniously (#34139 )
0 commit comments