@@ -4,7 +4,7 @@ This changelog goes through the changes that have been made in each release
44without substantial changes to our git log; to see the highlights of what has
55been added to each release, please refer to the [ blog] ( https://blog.gitea.com ) .
66
7- ## [ 1.23.0-rc0 ] ( https://github.com/go-gitea/gitea/releases/tag/v1.23.0-rc0 ) - 2024-12-16
7+ ## [ 1.23.0] ( https://github.com/go-gitea/gitea/releases/tag/v1.23.0 ) - 2025-01-08
88
99* BREAKING
1010 * Rename config option ` [camo].Allways ` to ` [camo].Always ` (#32097 )
@@ -41,6 +41,8 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
4141 * GitHub like repo home page (#32213 & #32847 )
4242 * Rearrange Clone Panel (#31142 )
4343 * Enhancing Gitea OAuth2 Provider with Granular Scopes for Resource Access (#32573 )
44+ * Use env GITEA_RUNNER_REGISTRATION_TOKEN as global runner token (#32946 ) #32964
45+ * Update i18n.go - Language Picker (#32933 ) #32935
4446
4547* PERFORMANCE
4648 * Perf: add extra index to notification table (#32395 )
@@ -51,6 +53,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
5153 * Improve get feed with pagination (#31821 )
5254 * Performance improvements for pull request list API (#30490 )
5355 * Use batch database operations instead of one by one to optimze api pulls (#32680 )
56+ * Use gitrepo.GetTreePathLatestCommit to get file lastest commit instead from latest commit cache (#32987 ) #33046
5457
5558* ENHANCEMENTS
5659 * Code
@@ -149,6 +152,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
149152 * Add typescript guideline and typescript-specific eslint plugins and fix issues (#31521 )
150153 * Make toast support preventDuplicates (#31501 )
151154 * Fix tautological conditions (#30735 )
155+ * Issue change title notifications (#33050 ) #33065
152156
153157* API
154158 * Implement update branch API (#32433 )
@@ -241,6 +245,8 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
241245 * Replace DateTime with proper functions (#32402 )
242246 * Replace DateTime with DateUtils (#32383 )
243247 * Convert frontend code to typescript (#31559 )
248+ * Refactor maven package registry (#33049 ) #33057
249+ * Refactor testfixtures #33028
244250
245251* BUGFIXES
246252 * Fix issues with inconsistent spacing in areas (#32607 )
@@ -267,6 +273,41 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
267273 * Fix some function names in comment (#32300 )
268274 * Fix absolute-date (#32375 )
269275 * Clarify Actions resources ownership (#31724 )
276+ * Try to fix ACME directory problem (#33072 ) #33077
277+ * Inherit submodules from template repository content (#16237 ) #33068
278+ * Use project's redirect url instead of composing url (#33058 ) #33064
279+ * Fix toggle commit body button ui when latest commit message is long (#32997 ) #33034
280+ * Fix package error handling and npm meta and empty repo guide #33112
281+ * Fix empty git repo handling logic and fix mobile view (#33101 ) #33102
282+ * Fix line-number and scroll bugs (#33094 ) #33095
283+ * Fix bleve fuzziness search (#33078 ) #33087
284+ * Fix broken forms #33082
285+ * Fix empty repo updated time (#33120 ) #33124
286+ * Add missing transaction when set merge #33113
287+ * Fix issue comment number (#30556 ) #33055
288+ * Fix duplicate co-author in squashed merge commit messages (#33020 ) #33054
289+ * Fix Agit pull request permission check (#32999 ) #33005
290+ * Fix scoped label ui when contains emoji (#33007 ) #33014
291+ * Fix bug on activities (#33008 ) #33016
292+ * Fix review code comment avatar alignment (#33031 ) #33032
293+ * Fix templating in pull request comparison (#33025 ) #33038
294+ * Fix bug automerge cannot be chosed when there is only 1 merge style (#33040 ) #33043
295+ * Fix settings not being loaded at CLI (#26402 ) #33048
296+ * Support for email addresses containing uppercase characters when activating user account (#32998 ) #33001
297+ * Support org labels when adding labels by label names (#32988 ) #32996
298+ * Do not render truncated links in markdown (#32980 ) #32983
299+ * Demilestone should not include milestone (#32923 ) #32979
300+ * Fix Azure blob object Seek (#32974 ) #32975
301+ * Fix maven pom inheritance (#32943 ) #32976
302+ * Fix textarea newline handle (#32966 ) #32977
303+ * Fix outdated tmpl code (#32953 ) #32961
304+ * Fix commit range paging (#32944 ) #32962
305+ * Fix repo avatar conflict (#32958 ) #32960
306+ * Fix trailing comma not matched in the case of alphanumeric issue (#32945 )
307+ * Relax the version checking for Arch packages (#32908 ) #32913
308+ * Add more load functions to make sure the reference object loaded (#32901 ) #32912
309+ * Filter reviews of one pull request in memory instead of database to reduce slow response because of lacking database index (#33106 ) #33128
310+ * Fix git remote error check, fix dependencies, fix js error (#33129 ) #33133
270311
271312* MISC
272313 * Optimize branch protection rule loading (#32280 )
@@ -351,6 +392,10 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
351392 * Upgrade xorm to v1.3.9 and improve some migrations Sync (#29899 )
352393 * Added default sorting milestones by name (#27084 )
353394 * Enable ` unparam ` linter (#31277 )
395+ * Use Alpine 3.21 for the docker images (#32924 ) #32951
396+ * Bump x/net (#32896 ) #32899
397+ * Use -s -w ldflags for release artifacts (#33041 ) #33042
398+ * Remove aws go sdk package dependency (#33029 ) #33047
354399
355400## [ 1.22.4] ( https://github.com/go-gitea/gitea/releases/tag/v1.22.4 ) - 2024-11-14
356401
0 commit comments