@@ -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.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
88
99* BREAKING
1010 * 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).
4141 * Improve pull request list API performance (#34052 )
4242 * Cache GPG keys, emails and users when list commits (#34086 )
4343 * Refactor Git Attribute & performance optimization (#34154 )
44+ * Performance optimization for tags synchronization (#34355 ) #34522
4445
4546* ENHANCEMENTS
4647 * Code
@@ -67,6 +68,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
6768 * Workflow_dispatch use workflow from trigger branch (#33098 )
6869 * Add action auto-scroll (#30057 )
6970 * Add workflow_job webhook (#33694 )
71+ * Add a button editing action secret (#34462 )
7072
7173 * Pull Request
7274 * Auto expand "New PR" form (#33971 )
@@ -80,6 +82,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
8082 * Show warning on navigation if currently editing comment or title (#32920 )
8183 * Make tracked time representation display as hours (#33315 )
8284 * Add No Results Prompt Message on Issue List Page (#33699 )
85+ * Add sort option recentclose for issues and pulls (#34525 ) #34539
8386
8487 * Packages
8588 * Link to nuget dependencies (#26554 )
@@ -216,6 +219,28 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
216219 * Simplify context ref name (#33267 )
217220
218221* 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 )
219244 * Only allow admins to rename default/protected branches (#33276 )
220245 * Improve "lock conversation" UI (#34207 )
221246 * Fix incorrect file links (#34189 )
@@ -251,8 +276,37 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
251276 * Fix dynamic content loading init problem (#33748 )
252277 * Fix git empty check and HEAD request (#33690 )
253278 * 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
254304
255305* 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
256310 * Enable addtional linters (#34085 )
257311 * Enable testifylint rules (#34075 )
258312 * Enable staticcheck QFxxxx rules (#34064 )
@@ -318,6 +372,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
318372 * Fix eslint (#33002 )
319373 * Update JS dependencies (#32914 )
320374 * Bump x/net (#32896 ) (#32900 )
375+ * Only activity tab needs heatmap data loading (#34652 )
321376
322377## [ 1.23.6] ( https://github.com/go-gitea/gitea/releases/tag/v1.23.6 ) - 2025-03-24
323378
0 commit comments