@@ -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.24.0-rc0](https://github.com/go-gitea/gitea/releases/tag/1.24.0-rc0) - 2025-04-28
7
+
## [1.24.0](https://github.com/go-gitea/gitea/releases/tag/1.24.0) - 2025-05-26
8
8
9
9
* BREAKING
10
10
* Make Gitea always use its internal config, ignore `/etc/gitconfig` (#33076)
@@ -41,6 +41,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
41
41
* Improve pull request list API performance (#34052)
42
42
* Cache GPG keys, emails and users when list commits (#34086)
43
43
* Refactor Git Attribute & performance optimization (#34154)
44
+
* Performance optimization for tags synchronization (#34355) #34522
44
45
45
46
* ENHANCEMENTS
46
47
* Code
@@ -67,6 +68,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
67
68
* Workflow_dispatch use workflow from trigger branch (#33098)
68
69
* Add action auto-scroll (#30057)
69
70
* Add workflow_job webhook (#33694)
71
+
* Add a button editing action secret (#34462)
70
72
71
73
* Pull Request
72
74
* Auto expand "New PR" form (#33971)
@@ -80,6 +82,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
80
82
* Show warning on navigation if currently editing comment or title (#32920)
81
83
* Make tracked time representation display as hours (#33315)
82
84
* Add No Results Prompt Message on Issue List Page (#33699)
85
+
* Add sort option recentclose for issues and pulls (#34525) #34539
83
86
84
87
* Packages
85
88
* Link to nuget dependencies (#26554)
@@ -216,6 +219,28 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
216
219
* Simplify context ref name (#33267)
217
220
218
221
* BUGFIXES
222
+
* Fix some dropdown problems on the issue sidebar (#34308) #34327
223
+
* Do not return archive download URLs in API if downloads are disabled (#34324) #34338
224
+
* Fix LFS files being editable in web UI (#34356) #34362
225
+
* Fix only text/* being viewable in web UI (#34374) #34378
226
+
* Fix LFS file not stored in LFS when uploaded/edited via API or web UI (#34367)
227
+
* Grey out expired artifact on Artifacts list (#34314) #34404
228
+
* Fix incorrect divergence cache after switching default branch (#34370) #34406
229
+
* Refactor commit message rendering and fix bugs (#34412) #34414
230
+
* Merge and tweak markup editor expander CSS (#34409) #34415
231
+
* Fix GetUsersByEmails (#34423) #34425
232
+
* Only git operations should update last changed of a repository (#34388) #34427
233
+
* Fix comment textarea scroll issue in Firefox (#34438) #34446
234
+
* Fix repo broken check (#34444) #34452
235
+
* Fix remove org user failure on mssql (#34449) #34453
236
+
* Fix Workflow run Not Found page (#34459) #34466
237
+
* When updating comment, if the content is the same, just return and not update the database (#34422) #34464
238
+
* Fix project board view (#34470) #34475
239
+
* Fix get / delete runner to use consistent http 404 and 500 status (#34480) #34488
240
+
* Fix url validation in webhook add/edit API (#34492) #34496
241
+
* Fix edithook api can not update package, status and workflow_job events (#34495) #34499
242
+
* Fix ephemeral runner deletion (#34447) #34513
243
+
* Don't display error log when .git-blame-ignore-revs doesn't exist (#34457)
219
244
* Only allow admins to rename default/protected branches (#33276)
220
245
* Improve "lock conversation" UI (#34207)
221
246
* Fix incorrect file links (#34189)
@@ -251,8 +276,37 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
251
276
* Fix dynamic content loading init problem (#33748)
252
277
* Fix git empty check and HEAD request (#33690)
253
278
* Fix Untranslated Text on Actions Page (#33635)
279
+
* Fix issue label delete incorrect labels webhook payload (#34575)
280
+
* Fix incorrect page navigation with up and down arrow on last item of dashboard repos (#34570)
281
+
* Fix/improve avatar sync from LDAP (#34573)
282
+
* Fix some trivial problems (#34579)
283
+
* Retain issue sort type when a keyword search is introduced (#34559)
284
+
* Always use an empty line to separate the commit message and trailer (#34512)
285
+
* Fix line-button issue after file selection in file tree (#34574)
286
+
* Fix doctor deleting orphaned issues attachments (#34142)
287
+
* Add webhook assigning test and fix possible bug (#34420)
288
+
* Fix possible nil description of pull request when migrating from CodeCommit (#34541)
289
+
* Refactor commit reader (#34542)
290
+
* Fix possible pull request broken when leave the page immediately after clicking the update button #34509
291
+
* Ignore "Close" error when uploading container blob (#34620)
292
+
* Fix missed merge commit sha and time when migrating from codecommit (#34645)
293
+
* Fix GetUsersByEmails (#34643)
294
+
* Misc CSS fixes (#34638)
295
+
* Add codecommit to supported services in api docs (#34626)
296
+
* Validate hex colors when creating/editing labels (#34623)
297
+
* Fix possible pull request broken when leave the page immediately after clicking the update button (#34509)
298
+
* Fix margin issue in markup paragraph rendering (#34599)
299
+
* Fix migration pull request title too long (#34577)
300
+
* Fix footnote jump behavior on the issue page. (#34621)
301
+
* Fix "oras" OCI client compatibility (#34666)
302
+
* Fix last admin check when syncing users (#34649)
303
+
* Fix skip paths check on tag push events in workflows (#34602) #34670
254
304
255
305
* MISC
306
+
307
+
* Bump to alpine 3.22 (#34613)
308
+
* Make pull request and issue history more compact (#34588)
309
+
* Run integration tests against postgres 14 (#34514) #34536
256
310
* Enable addtional linters (#34085)
257
311
* Enable testifylint rules (#34075)
258
312
* Enable staticcheck QFxxxx rules (#34064)
@@ -318,6 +372,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
318
372
* Fix eslint (#33002)
319
373
* Update JS dependencies (#32914)
320
374
* Bump x/net (#32896) (#32900)
375
+
* Only activity tab needs heatmap data loading (#34652)
321
376
322
377
## [1.23.6](https://github.com/go-gitea/gitea/releases/tag/v1.23.6) - 2025-03-24
323
378
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4