发布日期: 2025-10-29
版本号: v1.25.0

Gitea 发布了新版本更新,主要涵盖安全修复、功能增强和问题解决。安全方面升级了公钥并包含多项修复。新功能包括流式传输仓库存档、可配置的 Git 远程名、工作流邮件通知、增强的 SSH 提交签名、3D/CAD 文件预览等。性能上优化了文件可编辑性检测。大量增强改进涉及 Markdown 编辑器、状态信息返回、邮件通知、UI 调整和 API 完善。同时修复了众多错误,涉及 Webhook、API、界面显示、LFS、包注册中心等多个方面。API 部分暴露了更多字段并新增了端点。代码进行了广泛的重构、测试加强、构建依赖更新及杂项优化。Gitea Cloud 实例将在维护窗口期自动升级至此版本。

更新内容 (中文)

  • 突破性变更
    • 为CreateVariable API响应返回201 Created状态码 (#34517)
    • 为指标 gitea_users 添加标签 state (#34326)
  • 安全
    • 升级安全公钥 (#34956)
    • 同时包含1.25.0-rc0之后1.24.x版本的所有安全修复
  • 功能特性
    • 默认以流式方式传输仓库zip/tar.gz/bundle归档文件 (#35487)
    • 为git命令使用可配置的远程名称 (#35172)
    • 在工作流运行成功/失败时发送邮件 (#34982)
    • 重构OpenIDConnect以支持SSH/全名同步 (#34978)
    • 重构仓库内容API并添加"contents-ext" API (#34822)
    • 添加对3D/CAD文件格式预览的支持 (#34794)
    • 改进实例范围的SSH提交签名 (#34341)
    • 用于创建复刻和提出更改的编辑文件工作流 (#34240)
    • 在用户界面中跟踪文件符号链接到其目标 (#28835)
    • 允许在用户界面中重命名/移动二进制/LFS文件 (#34350)
  • 性能
    • 提升检测文件可编辑状态时的性能 (#34653)
  • 增强
    • 在文本区域编辑器中启用更多Markdown粘贴功能 (#35494)
    • 执行 gitea dump 时不再存储仓库归档 (#35467)
    • 即使状态不存在,也始终返回相关状态信息 (#35335)
    • 在性能追踪中添加开始时间,因为似乎某些步骤未被记录 (#35282)
    • 移除已弃用的认证源 (#35272)
    • 按最近截止日期排序问题时,没有截止日期的问题应按升序排列 (#35267)
    • 禁用CSV查看器的字段计数验证 (#35228)
    • 在仓库REST API中添加 has_code 字段 (#35214)
    • 在合并的提交视图中显示拉取请求 (#35202)
    • 支持用于归档下载的基本身份验证 (#35087)
    • 在用户和仓库管理页面为表格行添加悬停背景 (#35072)
    • 部分刷新通知列表 (#35010)
    • 在拉取请求视图上也显示“最近推送的分支”提示 (#35001)
    • 重构时间追踪器用户界面 (#34983)
    • 改进CLI命令 (#34973)
    • 改进项目和标签颜色选择器及图片滚动 (#34971)
    • 改进NuGet API对等性 (#21291) (#34940)
    • 支持使用contents-ext API获取最后的提交消息 (#34904)
    • 在分支提交计数上添加标题 (#34869)
    • 在Actions列表页添加“取消工作流运行”按钮 (#34817)
    • 改进图片懒加载 (#34804)
    • 复刻仓库列表页与其他仓库页面保持一致 (#34784)
    • 向 POST /repos/{owner}/{repo}/merge-upstream 添加 ff_only 参数 (#34770)
    • 重新设计删除组织和重命名组织的用户界面 (#34762)
    • 改进nuget/rubygems包注册表 (#34741)
    • 添加仓库文件树项链接行为 (#34730)
    • 添加问题删除通知器 (#34592)
    • 改进Actions列表 (#34530)
    • 迁移时在仓库页头添加默认选项卡 (#34503)
    • 添加基于管理员账户状态的安装后重定向 (#34493)
    • 从拉取请求中删除标签时触发’unlabeled’事件 (#34316)
    • 使用创建发布API时支持附注标签 (#31840)
    • 为LFS文件使用LFS标签而非长描述 (#34363)
    • 在Actions列表页添加“查看工作流文件” (#34538)
    • 将组织可见性更改移至危险区域 (#34814)
    • 如果SECRET_KEY丢失,不要阻止站点管理员操作 (#35721)
    • 使受限用户可以访问公共仓库 (#35693)
    • Action步骤的状态图标与GitHub保持一致 (#35618) #35621
  • 错误修复
    • 导航文件树时更新选项卡标题 (#35757) #35772
    • 修复标记中"ref-issue"的处理 (#35739) #35771
    • 修复webhook以防止标签事件绕过分支过滤器目标 (#35567) #35577
    • 修复问题评论编辑后的标记初始化 (#35536) #35537
    • 修复当目标分支名称与某个标签相同时创建拉取请求失败的问题 (#35552) #35582
    • 修复Actions日志的自动展开和自动滚动 (#35570) (#35583) #35586
    • 解析工作流时使用inputs上下文 (#35590) #35595
    • 修复diffpatch API端点 (#35610) #35613
    • 在调用拉取请求检查前创建推送评论 (#35647) #35668
    • 修复发生错误时缺少Close以及滥用连接池的问题 (#35658) #35670
    • 修复构建 (#35674)
    • 查看LFS文件时使用LFS对象大小而非blob大小 (#35679)
    • 重新运行失败作业时修复工作流运行事件状态 (#35689)
    • 避免表情符号不匹配并允许仅启用所选表情符号 (#35692)
    • 重构遗留代码,修复LFS认证绕过,修复符号链接绕过 (#35708)
    • 修复各种琐碎问题 (#35714)
    • 修复服务器后端中的附件文件大小限制 (#35519)
    • 使用合并API时遵守仓库设置中的“合并时删除分支”选项 (#35488)
    • 修复外部渲染,使iframe渲染工作 (#35727, #35730)
    • 升级go mail至0.7.2 (#35748)
    • 撤销 #18491,修复oauth2客户端链接账户 (#35745)
    • 修复状态检查模式匹配中双星号的不同行为 (#35474)
    • 修复通知列表中的溢出问题 (#35446)
    • 修复包链接设置只能列出有限仓库的问题 (#35394)
    • 延长评论树路径长度 (#35389)
    • 修复内联代码评论预览中的字体大小 (#35209)
    • 将git config/remote移至gitrepo包,并添加全局锁以解决更新仓库git配置文件时的可能冲突 (#35151)
    • 将某些列从text更改为longtext,并修复xorm导致的列类型错误 (#35151)
    • 对HEAD请求重定向到HEAD的预签名URL (#35088)
    • 修复git提交者解析并添加一些测试 (#35007)
    • 修复OCI清单解析器 (#34797)
    • 重构FindOrgOptions以使用枚举而非布尔值,修复成员可见性 (#34629)
    • 修复可变宽度元素的通知计数定位 (#34597)
    • 保持用户界面与API之间组合提交状态的一致性,并修复一些错误 (#34562)
    • 修复可能的恐慌 (#34508)
    • 修复自动聚焦行为 (#34397)
    • 修复Actions API (#35204)
    • 修复ListWorkflowRuns OpenAPI响应模型 (#35026)
    • 拉取请求页面的小修复 (#34612)
    • 修复http auth header解析 (#34936)
    • 修复模态框+表单滥用 (#34921)
    • 修复拉取请求切换WIP (#34920)
    • 修复日志格式 (#34810)
    • 将秒表切换替换为显式开始/停止操作 (#34818)
    • 修复一些包注册表问题 (#34759)
    • 修复RPM包下载路由和缺失的包版本计数 (#34909)
    • 修复仓库搜索输入高度 (#34330)
    • 修复“仓库文件列表侧边栏没有固定高度#34298” (#34321)
    • 修复两个文件中的次要拼写错误 #HSFDPMUW (#34944)
    • 修复actions跳过的提交状态指示器 (#34507)
    • 修复作业状态聚合逻辑 (#35000)
    • 修复由OneDev 7.8.0及更高版本中各种REST API更改导致的OneDev迁移中断问题 (#35216)
    • 修复oauth2_full_name_claim_name字符串中的拼写错误 (#35199)
    • 修复locale_en-US.ini中的拼写错误 (#35196)
  • API
    • 在API中暴露TimeEstimate字段 (#35475)
    • UpdateBranch API支持重命名分支 (#35374)
    • 在文档中添加 ownerparent 字段说明 (#35023)
    • 改进OAuth2提供商(正确Issuer,遵守ENABLED) (#34966)
    • 为受影响的端点参数和响应/请求模型添加 login/login-name/username 歧义消除 (#34901)
    • 不修改传递给SearchRepositoryByName的传入选项 (#34553)
    • 不修改传递给RenderUserSearch和SearchUsers的传入选项 (#34544)
    • 导出仓库的手动合并设置 (#34502)
    • 为提交检索端点添加日期范围过滤 (#34497)
    • 添加删除工作流运行的端点 (#34337)
    • 添加workflow_run API + webhook (#33964)
  • 重构
    • 将updateref和removeref移至gitrepo并移除不必要的打开仓库操作 (#35511)
    • 移除未使用的参数 doer (#34545)
    • 将GetLatestCommitStatus拆分为两个函数 (#34535)
    • 设置wiki仓库默认分支时使用gitrepo.SetDefaultBranch (#33911)
    • 重构编辑器 (#34780)
    • 重构包 (#34777)
    • 重构容器包 (#34877)
    • 重构“更改文件”API (#34855)
    • 将拉取请求的GetGitRefName重命名为GetGitHeadRefName,为引入GetGitMergeRefName做准备 (#35093)
    • 将git命令移至git/gitcmd (#35483)
    • 在可能时使用db.WithTx/WithTx2代替TxContext (#35428)
    • 支持Node.js 22.6的类型剥离功能 (#35427)
    • 将工具和配置迁移到typescript,需要node.js >= 22.18.0 (#35421)
    • 通过SSH传输使用git时检查用户和仓库的重定向 (#35416)
    • 移除重复的函数GetTags (#35375)
    • 重构以使用reflect.TypeFor (#35370)
    • 删除分支可能删除了数据库记录存在但git分支缺失的损坏分支 (#35360)
    • 已是最新时以成功退出 (#35312)
    • 拆分管理员配置设置模板以使其更易于维护 (#35294)
    • 在服务层中使用上下文的小型重构 (#35179)
    • 重构并更新邮件模板 (#35150)
    • 在可能时使用db.WithTx/WithTx2代替TxContext (#35130)
    • issue-title-buttonslist-header 对齐 (#35018)
    • 在用户设置中添加通知部分 (#35008)
    • 调整差异文件菜单位置 (#34999)
    • 重构邮件模板并支持预览 (#34990)
    • 仅在运行完成时重新运行作业 (#34970)
    • 合并index.js (#34963)
    • 将"delete-button"重构为"link-action" (#34962)
    • 重构webhook并修复飞书/飞书密钥 (#34961)
    • 从tailwindcss中排除devtest.ts (#34935)
    • 重构顶部导航栏图标 (#34922)
    • 改进HTML转义 (#34911)
    • 改进标签列表页面 (#34898)
    • 改进 labels-list 渲染 (#34846)
    • 移除未使用的变量HUGO_VERSION (#34840)
    • 更正迁移选项卡名称 (#34826)
    • 重构模板助手 (#34819)
    • 在.vue文件中尽可能使用 shallowRef 代替 ref (#34813)
    • 使用独立函数更新仓库列 (#34811)
    • 重构wiki (#34805)
    • 移除不必要的重复代码 (#34733)
    • 重构内嵌资产并删除不必要的依赖 (#34692)
    • 更新x/crypto包并使内置SSH使用默认参数 (#34667)
    • 添加 --color-logo,匹配logo的主色调 (#34639)
    • 在无根镜像中添加openssh-keygen (#34625)
    • 在一些地方替换更新仓库函数 (#34566)
    • 在第三方拉取请求审查通知中将"rejected"更改为"changes requested" (#34481)
    • 移除遗留的模板助手函数 (#34426)
    • 使用run-name并评估工作流变量 (#34301)
    • 将HasWiki移至仓库服务包 (#33912)
    • 将git包中的一些函数移至gitrepo (#33910)
  • 测试
    • 添加推送事件的webhook测试 (#34442)
    • 为开发分支添加webhook推送测试 (#34421)
    • 添加迁移测试 (#34456) (#34498)
  • 样式
    • 强制要求必要的nolint解释并修复错误 (#34883)
    • 修复 gopls modernize 格式化后的剩余问题 (#34771)
    • 更新gofumpt,添加go.mod忽略指令 (#35434)
    • 强制nolint作用域 (#34851)
    • 启用gocritic equalFold 并修复问题 (#34952)
    • 在代码库上运行 gopls modernize (#34751)
    • 升级 gopls 至v0.19.0,添加 make fix (#34772)
  • 构建
    • 升级archives和rar依赖 (#35637) #35638
    • 使用github.com/mholt/archives替换github.com/mholt/archiver (#35390)
    • 更新JS和PY依赖 (#35444)
    • 将devcontainer go版本升级至1.24.6 (#35298)
    • 将golang升级至1.25.1并为swagger结构体字段添加描述 (#35418)
    • 更新JS和PY依赖 (#35191)
    • 更新JS和PY依赖 (#34391)
    • 更新go工具依赖 (#34845)
    • 更新 uint8-to-base64,移除类型存根 (#34844)
    • 切换至 @resvg/resvg-wasm 用于 generate-images (#35415)
    • 切换至pnpm (#35274)
    • 将chroma升级至v2.20.0 (#35220)
    • 迁移至urfave v3 (#34510)
    • 更新JS依赖,重新生成SVG (#34640)
    • 升级依赖 (#35384)
    • @github/relative-time-element 升级至v4.4.8 (#34413)
    • 更新JS依赖 (#34951)
    • 将orgmode升级至v1.8.0 (#34721)
    • 将最低Node.js版本提高到20,在24上测试 (#34713)
    • 更新JS依赖 (#34701)
    • 将htmx升级至2.0.6 (#34887)
    • 将eslint升级至v9 (#35485)
    • 更新js依赖 (#35429)
    • 清理npm依赖 (#35508)
    • 清理npm依赖 (#35484)
    • 将setup-node升级至v5 (#35448)
  • 杂项
    • 添加gitignore规则以排除LLM指令文件 (#35076)
    • Gitignore:Visual Studio设置文件夹 (#34375)
    • 改进en-US区域字符串中的语言 (#35124)
    • 修复locale_en-US.ini中的所有语法错误 (#35053)
    • 文档/修复CONTRIBUTING.md中的拼写和语法错误 (#35024)
    • 改进locale_en-US.ini中的英语语法和可读性 (#35017)

部署在 Gitea Cloud 上的实例将在指定的维护窗口期间自动升级到此版本。

更新内容 (原始)

  • BREAKING
    • Return 201 Created for CreateVariable API responses (#34517)
    • Add label ‘state’ to metric ‘gitea_users’ (#34326)
  • SECURITY
    • Upgrade security public key (#34956)
    • Also include all security fixes in 1.24.x after 1.25.0-rc0
  • FEATURES
    • Stream repo zip/tar.gz/bundle achives by default (#35487)
    • Use configurable remote name for git commands (#35172)
    • Send email on Workflow Run Success/Failure (#34982)
    • Refactor OpenIDConnect to support SSH/FullName sync (#34978)
    • Refactor repo contents API and add “contents-ext” API (#34822)
    • Add support for 3D/CAD file formats preview (#34794)
    • Improve instance wide ssh commit signing (#34341)
    • Edit file workflow for creating a fork and proposing changes (#34240)
    • Follow file symlinks in the UI to their target (#28835)
    • Allow renaming/moving binary/LFS files in the UI (#34350)
  • PERFORMANCE
    • Improve the performance when detecting the file editable (#34653)
  • ENHANCEMENTS
    • Enable more markdown paste features in textarea editor (#35494)
    • Don’t store repo archives on gitea dump (#35467)
    • Always return the relevant status information, even if no status exists. (#35335)
    • Add start time on perf trace because it seems some steps haven’t been recorded. (#35282)
    • Remove deprecated auth sources (#35272)
    • When sorting issues by nearest due date, issues without due date should be sorted ascending (#35267)
    • Disable field count validation of CSV viewer (#35228)
    • Add has_code to repository REST API (#35214)
    • Display pull request in merged commit view (#35202)
    • Support Basic Authentication for archive downloads (#35087)
    • Add hover background to table rows in user and repo admin page (#35072)
    • Partially refresh notifications list (#35010)
    • Also display “recently pushed branch” alert on PR view (#35001)
    • Refactor time tracker UI (#34983)
    • Improve CLI commands (#34973)
    • Improve project & label color picker and image scroll (#34971)
    • Improve NuGet API Parity (#21291) (#34940)
    • Support getting last commit message using contents-ext API (#34904)
    • Adds title on branch commit counts (#34869)
    • Add “Cancel workflow run” button to Actions list page (#34817)
    • Improve img lazy loading (#34804)
    • Forks repository list page follow other repositories page (#34784)
    • Add ff_only parameter to POST /repos/{owner}/{repo}/merge-upstream (#34770)
    • Rework delete org and rename org UI (#34762)
    • Improve nuget/rubygems package registries (#34741)
    • Add repo file tree item link behavior (#34730)
    • Add issue delete notifier (#34592)
    • Improve Actions list (#34530)
    • Add a default tab on repo header when migrating (#34503)
    • Add post-installation redirect based on admin account status (#34493)
    • Trigger ‘unlabeled’ event when label is Deleted from PR (#34316)
    • Support annotated tags when using create release API (#31840)
    • Use lfs label for lfs file rather than a long description (#34363)
    • Add “View workflow file” to Actions list page (#34538)
    • Move organization’s visibility change to danger zone. (#34814)
    • Don’t block site admin’s operation if SECRET_KEY is lost (#35721)
    • Make restricted users can access public repositories (#35693)
    • The status icon of the Action step is consistent with GitHub (#35618) #35621
  • BUGFIXES
    • Update tab title when navigating file tree (#35757) #35772
    • Fix “ref-issue” handling in markup (#35739) #35771
    • Fix webhook to prevent tag events from bypassing branch filters targets (#35567) #35577
    • Fix markup init after issue comment editing (#35536) #35537
    • Fix creating pull request failure when the target branch name is the same as some tag (#35552) #35582
    • Fix auto-expand and auto-scroll for actions logs (#35570) (#35583) #35586
    • Use inputs context when parsing workflows (#35590) #35595
    • Fix diffpatch API endpoint (#35610) #35613
    • Creating push comments before invoke pull request checking (#35647) #35668
    • Fix missing Close when error occurs and abused connection pool (#35658) #35670
    • Fix build (#35674)
    • Use LFS object size instead of blob size when viewing a LFS file (#35679)
    • Fix workflow run event status while rerunning a failed job (#35689)
    • Avoid emoji mismatch and allow to only enable chosen emojis (#35692)
    • Refactor legacy code, fix LFS auth bypass, fix symlink bypass (#35708)
    • Fix various trivial problems (#35714)
    • Fix attachment file size limit in server backend (#35519)
    • Honor delete branch on merge repo setting when using merge API (#35488)
    • Fix external render, make iframe render work (#35727, #35730)
    • Upgrade go mail to 0.7.2 (#35748)
    • Revert #18491, fix oauth2 client link account (#35745)
    • Fix different behavior in status check pattern matching with double stars (#35474)
    • Fix overflow in notifications list (#35446)
    • Fix package link setting can only list limited repositories (#35394)
    • Extend comment treepath length (#35389)
    • Fix font-size in inline code comment preview (#35209)
    • Move git config/remote to gitrepo package and add global lock to resolve possible conflict when updating repository git config file (#35151)
    • Change some columns from text to longtext and fix column wrong type caused by xorm (#35141)
    • Redirect to a presigned URL of HEAD for HEAD requests (#35088)
    • Fix git commit committer parsing and add some tests (#35007)
    • Fix OCI manifest parser (#34797)
    • Refactor FindOrgOptions to use enum instead of bool, fix membership visibility (#34629)
    • Fix notification count positioning for variable-width elements (#34597)
    • Keeping consistent between UI and API about combined commit status state and fix some bugs (#34562)
    • Fix possible panic (#34508)
    • Fix autofocus behavior (#34397)
    • Fix Actions API (#35204)
    • Fix ListWorkflowRuns OpenAPI response model. (#35026)
    • Small fix in Pull Requests page (#34612)
    • Fix http auth header parsing (#34936)
    • Fix modal + form abuse (#34921)
    • Fix PR toggle WIP (#34920)
    • Fix log fmt (#34810)
    • Replace stopwatch toggle with explicit start/stop actions (#34818)
    • Fix some package registry problems (#34759)
    • Fix RPM package download routing & missing package version count (#34909)
    • Fix repo search input height (#34330)
    • Fix “The sidebar of the repository file list does not have a fixed height #34298” (#34321)
    • Fix minor typos in two files #HSFDPMUW (#34944)
    • Fix actions skipped commit status indicator (#34507)
    • Fix job status aggregation logic (#35000)
    • Fix broken OneDev migration caused by various REST API changes in OneDev 7.8.0 and later (#35216)
    • Fix typo in oauth2_full_name_claim_name string (#35199)
    • Fix typo in locale_en-US.ini (#35196)
  • API
    • Exposing TimeEstimate field in the API (#35475)
    • UpdateBranch API supports renaming a branch (#35374)
    • Add owner and parent fields clarification to docs (#35023)
    • Improve OAuth2 provider (correct Issuer, respect ENABLED) (#34966)
    • Add a login/login-name/username disambiguation to affected endpoint parameters and response/request models (#34901)
    • Do not mutate incoming options to SearchRepositoryByName (#34553)
    • Do not mutate incoming options to RenderUserSearch and SearchUsers (#34544)
    • Export repo’s manual merge settings (#34502)
    • Add date range filtering to commit retrieval endpoints (#34497)
    • Add endpoint deleting workflow run (#34337)
    • Add workflow_run api + webhook (#33964)
  • REFACTOR
    • Move updateref and removeref to gitrepo and remove unnecessary open repository (#35511)
    • Remove unused param doer (#34545)
    • Split GetLatestCommitStatus as two functions (#34535)
    • Use gitrepo.SetDefaultBranch when set default branch of wiki repository (#33911)
    • Refactor editor (#34780)
    • Refactor packages (#34777)
    • Refactor container package (#34877)
    • Refactor “change file” API (#34855)
    • Rename pull request GetGitRefName to GetGitHeadRefName to prepare introducing GetGitMergeRefName (#35093)
    • Move git command to git/gitcmd (#35483)
    • Use db.WithTx/WithTx2 instead of TxContext when possible (#35428)
    • Support Node.js 22.6 with type stripping (#35427)
    • Migrate tools and configs to typescript, require node.js >= 22.18.0 (#35421)
    • Check user and repo for redirects when using git via SSH transport (#35416)
    • Remove the duplicated function GetTags (#35375)
    • Refactor to use reflect.TypeFor (#35370)
    • Deleting branch could delete broken branch which has database record but git branch is missing (#35360)
    • Exit with success when already up to date (#35312)
    • Split admin config settings templates to make it maintain easier (#35294)
    • A small refactor to use context in the service layer (#35179)
    • Refactor and update mail templates (#35150)
    • Use db.WithTx/WithTx2 instead of TxContext when possible (#35130)
    • Align issue-title-buttons with list-header (#35018)
    • Add Notifications section in User Settings (#35008)
    • Tweak placement of diff file menu (#34999)
    • Refactor mail template and support preview (#34990)
    • Rerun job only when run is done (#34970)
    • Merge index.js (#34963)
    • Refactor “delete-button” to “link-action” (#34962)
    • Refactor webhook and fix feishu/lark secret (#34961)
    • Exclude devtest.ts from tailwindcss (#34935)
    • Refactor head navbar icons (#34922)
    • Improve html escape (#34911)
    • Improve tags list page (#34898)
    • Improve labels-list rendering (#34846)
    • Remove unused variable HUGO_VERSION (#34840)
    • Correct migration tab name (#34826)
    • Refactor template helper (#34819)
    • Use shallowRef instead of ref in .vue files where possible (#34813)
    • Use standalone function to update repository cols (#34811)
    • Refactor wiki (#34805)
    • Remove unnecessary duplicate code (#34733)
    • Refactor embedded assets and drop unnecessary dependencies (#34692)
    • Update x/crypto package and make builtin SSH use default parameters (#34667)
    • Add --color-logo, matching the logo’s primary color (#34639)
    • Add openssh-keygen to rootless image (#34625)
    • Replace update repository function in some places (#34566)
    • Change “rejected” to “changes requested” in 3rd party PR review notification (#34481)
    • Remove legacy template helper functions (#34426)
    • Use run-name and evaluate workflow variables (#34301)
    • Move HasWiki to repository service package (#33912)
    • Move some functions from package git to gitrepo (#33910)
  • TESTING
    • Add webhook test for push event (#34442)
    • Add a webhook push test for dev branch (#34421)
    • Add migrations tests (#34456) (#34498)
  • STYLE
    • Enforce explanation for necessary nolints and fix bugs (#34883)
    • Fix remaining issues after gopls modernize formatting (#34771)
    • Update gofumpt, add go.mod ignore directive (#35434)
    • Enforce nolint scope (#34851)
    • Enable gocritic equalFold and fix issues (#34952)
    • Run gopls modernize on codebase (#34751)
    • Upgrade gopls to v0.19.0, add make fix (#34772)
  • BUILD
    • bump archives&rar dep (#35637) #35638
    • Use github.com/mholt/archives replace github.com/mholt/archiver (#35390)
    • Update JS and PY dependencies (#35444)
    • Upgrade devcontainer go version to 1.24.6 (#35298)
    • Upgrade golang to 1.25.1 and add descriptions for the swagger structs’ fields (#35418)
    • Update JS and PY deps (#35191)
    • Update JS and PY dependencies (#34391)
    • Update go tool dependencies (#34845)
    • Update uint8-to-base64, remove type stub (#34844)
    • Switch to @resvg/resvg-wasm for generate-images (#35415)
    • Switch to pnpm (#35274)
    • Update chroma to v2.20.0 (#35220)
    • Migrate to urfave v3 (#34510)
    • Update JS deps, regenerate SVGs (#34640)
    • Upgrade dependencies (#35384)
    • Bump @github/relative-time-element to v4.4.8 (#34413)
    • Update JS dependencies (#34951)
    • Upgrade orgmode to v1.8.0 (#34721)
    • Raise minimum Node.js version to 20, test on 24 (#34713)
    • Update JS deps (#34701)
    • Upgrade htmx to 2.0.6 (#34887)
    • Update eslint to v9 (#35485)
    • Update js dependencies (#35429)
    • Clean up npm dependencies (#35508)
    • Clean up npm dependencies (#35484)
    • Bump setup-node to v5 (#35448)
  • MISC
    • Add gitignore rules to exclude LLM instruction files (#35076)
    • Gitignore: Visual Studio settings folder (#34375)
    • Improve language in en-US locale strings (#35124)
    • Fixed all grammatical errors in locale_en-US.ini (#35053)
    • Docs/fix typo and grammar in CONTRIBUTING.md (#35024)
    • Improve english grammar and readability in locale_en-US.ini (#35017)

Instances on Gitea Cloud will be automatically upgraded to this version during the specified maintenance window.

下载链接