@@ -4,7 +4,7 @@ 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.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
8
8
9
9
* BREAKING
10
10
* 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).
41
41
* GitHub like repo home page (#32213 & #32847 )
42
42
* Rearrange Clone Panel (#31142 )
43
43
* 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
44
46
45
47
* PERFORMANCE
46
48
* 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).
51
53
* Improve get feed with pagination (#31821 )
52
54
* Performance improvements for pull request list API (#30490 )
53
55
* 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
54
57
55
58
* ENHANCEMENTS
56
59
* Code
@@ -149,6 +152,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
149
152
* Add typescript guideline and typescript-specific eslint plugins and fix issues (#31521 )
150
153
* Make toast support preventDuplicates (#31501 )
151
154
* Fix tautological conditions (#30735 )
155
+ * Issue change title notifications (#33050 ) #33065
152
156
153
157
* API
154
158
* Implement update branch API (#32433 )
@@ -241,6 +245,8 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
241
245
* Replace DateTime with proper functions (#32402 )
242
246
* Replace DateTime with DateUtils (#32383 )
243
247
* Convert frontend code to typescript (#31559 )
248
+ * Refactor maven package registry (#33049 ) #33057
249
+ * Refactor testfixtures #33028
244
250
245
251
* BUGFIXES
246
252
* 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).
267
273
* Fix some function names in comment (#32300 )
268
274
* Fix absolute-date (#32375 )
269
275
* 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
270
311
271
312
* MISC
272
313
* Optimize branch protection rule loading (#32280 )
@@ -351,6 +392,10 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
351
392
* Upgrade xorm to v1.3.9 and improve some migrations Sync (#29899 )
352
393
* Added default sorting milestones by name (#27084 )
353
394
* 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
354
399
355
400
## [ 1.22.4] ( https://github.com/go-gitea/gitea/releases/tag/v1.22.4 ) - 2024-11-14
356
401
0 commit comments