跳到主要内容

Gitea 1.24.3 已发布

· 阅读需 5 分钟
lunny
Technical Oversight Committee
本文由 AI 翻译,如有歧义请以 英文原文 为准。
1.24.3Release

我们很高兴地宣布 Gitea 1.24.3 版本正式发布!

本次发布包含 30 个合并请求,感谢社区贡献者的卓越贡献。

安全

官方 Docker 镜像已更新至包含 Git 2.49.1,修复了 CVE-2025-46334。如果你使用的是自定义 Git 安装,我们强烈建议升级到最新版本,以确保你的实例保持安全。

如何安装或更新

Gitea 下载页面 下载我们提供的预编译二进制文件 — 请务必选择与你的平台兼容的版本。如需安装或升级的详细步骤,请参阅我们的安装文档

特别感谢

我们也想感谢在 Open Collective 上支持我们的所有伙伴,你们的资金支持帮助 Gitea 持续发展。


想寻找一款无缝、省心的 Git 仓库管理方案? 了解 Gitea Cloud —— 一个全托管、可扩展的平台,旨在简化你的开发工作流。

以下 Changelog 保留英文原文,未作翻译,请与上游逐字核对。

Changelog

1.24.3 - 2025-07-15

  • BUGFIXES
    • Fix form property assignment edge case (#35073) (#35078)
    • Improve submodule relative path handling (#35056) (#35075)
    • Fix incorrect comment diff hunk parsing, fix github asset ID nil panic (#35046) (#35055)
    • Fix updating user visibility (#35036) (#35044)
    • Support base64-encoded agit push options (#35037) (#35041)
    • Make submodule link work with relative path (#35034) (#35038)
    • Fix bug when displaying git user avatar in commits list (#35006)
    • Fix API response for swagger spec (#35029)
    • Start automerge check again after the conflict check and the schedule (#34988) (#35002)
    • Fix the response format for actions/workflows (#35009) (#35016)
    • Fix repo settings and protocol log problems (#35012) (#35013)
    • Fix project images scroll (#34971) (#34972)
    • Mark old reviews as stale on agit pr updates (#34933) (#34965)
    • Fix git graph page (#34948) (#34949)
    • Don't send trigger for a pending review's comment create/update/delete (#34928) (#34939)
    • Fix some log and UI problems (#34863) (#34868)
    • Fix archive API (#34853) (#34857)
    • Ignore force pushes for changed files in a PR review (#34837) (#34843)
    • Fix SSH LFS timeout (#34838) (#34842)
    • Fix team permissions (#34827) (#34836)
    • Fix job status aggregation logic (#34823) (#34835)
    • Fix issue filter (#34914) (#34915)
    • Fix typo in pull request merge warning message text (#34899) (#34903)
    • Support the open-icon of folder (#34168) (#34896)
    • Optimize flex layout of release attachment area (#34885) (#34886)
    • Fix the issue of abnormal interface when there is no issue-item on the project page (#34791) (#34880)
    • Skip updating timestamp when sync branch (#34875)
    • Fix required contexts and commit status matching bug (#34815) (#34829)

贡献者