@@ -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,10 @@ 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
46+ * Use -s -w ldflags for release artifacts (#33041 ) #33042
47+ * Remove aws go sdk package dependency (#33029 ) #33047
4448
4549* PERFORMANCE
4650 * Perf: add extra index to notification table (#32395 )
@@ -51,6 +55,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
5155 * Improve get feed with pagination (#31821 )
5256 * Performance improvements for pull request list API (#30490 )
5357 * Use batch database operations instead of one by one to optimze api pulls (#32680 )
58+ * Use gitrepo.GetTreePathLatestCommit to get file lastest commit instead from latest commit cache (#32987 ) #33046
5459
5560* ENHANCEMENTS
5661 * Code
@@ -149,6 +154,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
149154 * Add typescript guideline and typescript-specific eslint plugins and fix issues (#31521 )
150155 * Make toast support preventDuplicates (#31501 )
151156 * Fix tautological conditions (#30735 )
157+ * Issue change title notifications (#33050 ) #33065
152158
153159* API
154160 * Implement update branch API (#32433 )
@@ -241,6 +247,8 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
241247 * Replace DateTime with proper functions (#32402 )
242248 * Replace DateTime with DateUtils (#32383 )
243249 * Convert frontend code to typescript (#31559 )
250+ * Refactor maven package registry (#33049 ) #33057
251+ * Refactor testfixtures #33028
244252
245253* BUGFIXES
246254 * Fix issues with inconsistent spacing in areas (#32607 )
@@ -267,6 +275,39 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
267275 * Fix some function names in comment (#32300 )
268276 * Fix absolute-date (#32375 )
269277 * Clarify Actions resources ownership (#31724 )
278+ * Try to fix ACME directory problem (#33072 ) #33077
279+ * Inherit submodules from template repository content (#16237 ) #33068
280+ * Use project's redirect url instead of composing url (#33058 ) #33064
281+ * Fix toggle commit body button ui when latest commit message is long (#32997 ) #33034
282+ * Fix package error handling and npm meta and empty repo guide #33112
283+ * Fix empty git repo handling logic and fix mobile view (#33101 ) #33102
284+ * Fix line-number and scroll bugs (#33094 ) #33095
285+ * Fix bleve fuzziness search (#33078 ) #33087
286+ * Fix broken forms #33082
287+ * Fix empty repo updated time (#33120 ) #33124
288+ * Add missing transaction when set merge #33113
289+ * Fix issue comment number (#30556 ) #33055
290+ * Fix duplicate co-author in squashed merge commit messages (#33020 ) #33054
291+ * Fix Agit pull request permission check (#32999 ) #33005
292+ * Fix scoped label ui when contains emoji (#33007 ) #33014
293+ * Fix bug on activities (#33008 ) #33016
294+ * Fix review code comment avatar alignment (#33031 ) #33032
295+ * Fix templating in pull request comparison (#33025 ) #33038
296+ * Fix bug automerge cannot be chosed when there is only 1 merge style (#33040 ) #33043
297+ * Fix settings not being loaded at CLI (#26402 ) #33048
298+ * Support for email addresses containing uppercase characters when activating user account (#32998 ) #33001
299+ * Support org labels when adding labels by label names (#32988 ) #32996
300+ * Do not render truncated links in markdown (#32980 ) #32983
301+ * Demilestone should not include milestone (#32923 ) #32979
302+ * Fix Azure blob object Seek (#32974 ) #32975
303+ * Fix maven pom inheritance (#32943 ) #32976
304+ * Fix textarea newline handle (#32966 ) #32977
305+ * Fix outdated tmpl code (#32953 ) #32961
306+ * Fix commit range paging (#32944 ) #32962
307+ * Fix repo avatar conflict (#32958 ) #32960
308+ * Fix trailing comma not matched in the case of alphanumeric issue (#32945 )
309+ * Relax the version checking for Arch packages (#32908 ) #32913
310+ * Add more load functions to make sure the reference object loaded (#32901 ) #32912
270311
271312* MISC
272313 * Optimize branch protection rule loading (#32280 )
@@ -351,6 +392,8 @@ 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
354397
355398## [ 1.22.4] ( https://github.com/go-gitea/gitea/releases/tag/v1.22.4 ) - 2024-11-14
356399
0 commit comments