Gitea 1.26.1 发布
· 阅读需 3 分钟
我们很高兴宣布 Gitea 1.26.1 正式发布!强烈建议所有用户升级到此版本,因为它包含了重要修复,解决了自 1.26.0 以来的一些重要问题,并提升了整体稳定性。
本次发布包含 22 个已合并的合并请求,感谢社区做出的宝贵贡献。
如何安装或更新
从 Gitea 下载页面 获取我们预编译的二进制文件 —— 请务必选择与您的平台兼容的版本。如需分步式的安装或升级指南,请参阅我们的 安装文档。
特别感谢
我们还要感谢所有在 Open Collective 上支持我们的赞助者,正是你们的帮助让我们得以持续运营。
正在寻找一种无缝、省心的 Git 仓库管理方案? 了解 Gitea Cloud —— 一个全托管、可扩展的平台,旨在简化你的开发工作流。
以下 Changelog 保留英文原文,未作翻译,请与上游逐字核对。
Changelog
1.26.1 - 2026-04-21
-
BUGFIXES
- Enhance GetActionWorkflow to support fallback references (#37283)
- Fix container auth for public instance (#37294)
- Fix Mermaid diagrams failing when node labels contain line breaks (#37299)
- Fix vite manifest update masking build errors (#37310)
- Fix button layout shift when collapsing file tree in editor (#37375)
- fix: commit status reporting (#37386)
- Fix org team assignee/reviewer lookups for team member permissions (#37391)
- Fix repo init README EOL (#37399)
- fix: dump with default zip type produces uncompressed zip (#37402)
- Fix AppFullLink (#37328)
- Fix bug when accessing user badges (#37329)
- Fix actions concurrency groups cross-branch leak (#37331)
- Fix an issue where changing an organization‘s visibility caused problems when users had forked its repositories. (#37344)
- fix(oauth): Error on auth sources with spaces (#37332)
- When the requested arch rpm is missing fall back to noarch (#37339)
- Fix URL related escaping for oauth2 (#37340)
- Use modern
git update-index --cacheinfosyntax to support more file names (#37343) - fix: use TriggerEvent instead of Event in workflow runs API response for scheduled runs (#37360)
-
ENHANCEMENTS
- Add event.schedule context for schedule actions task (#37348)
-
DOCS
- Add URL to
Learn more about blocking a user.(#37367)
- Add URL to
