Skip to content

gproxy v3.0.13

Choose a tag to compare

@github-actions github-actions released this 11 Sep 16:17
· 25 commits to main since this release

v3.0.13

Improve quota queries and browser SDK compatibility, simplify release downloads, and prepare Microsoft Store distribution.

English

Added

  • Query Cline plan usage limits using the existing credential, and provide a manual credit top-up link for GrokBuild.
  • Prepare x64 and ARM64 MSIX packages for Microsoft Store. Packaged installations use Store-managed updates and Windows Startup settings instead of replacing their executable or writing a legacy startup entry.
  • Integrate Microsoft's official Store publisher Action for subsequent stable releases. The first Store submission is still in certification; automatic updates wait until it is published and preserve pending submissions.
  • Publish GitHub artifact attestations for build provenance and resolved build-environment records.

Fixed

  • Normalize legacy usage metrics when reading stored records, including migrated v2 usage.
  • Resolve Claude quota-window scopes to the appropriate model groups.
  • Allow Stainless SDK headers in CORS preflight requests.
  • Patch js-yaml and Hono security advisories in the Console dependency lockfile.

Changed

  • Consolidate channel routing declarations into a single routing table.
  • Upgrade UPX to 5.2.1, restore Windows x64 packing, enable Windows ARM64 and RISC-V packing, and apply the required RISC-V filter workaround.
  • Keep Linux x64 GNU on UPX 4.2.4 to avoid a reproducible startup trap in the 5.2.1 ELF loader; other enabled targets use 5.2.1.
  • Simplify GitHub Release attachments to executable/edge packages and the signed update manifest. GitHub asset digests and attestations replace separate checksum and provenance attachments; internal checksum generation and updater verification remain intact.
  • Replace Windows MSI packaging with Store submission MSIX packages. GitHub continues to provide portable Windows ZIPs; unsigned MSIX submissions stay in Actions artifacts pending Store certification. SignPath integration continues to cover the portable Windows EXE.

简体中文

新增

  • 使用现有凭据查询 Cline 套餐用量限制,并为 GrokBuild 提供手动充值入口。
  • 准备 x64 和 ARM64 的 Microsoft Store MSIX 安装包。商店安装版通过 Store 更新、通过 Windows 启动设置管理自启动,不再自行替换可执行文件或写入传统启动项。
  • 接入微软官方商店发布 Action,供后续稳定版自动上传和提交审核。首次商店提交仍在认证中;自动更新会等待首次上架,并保留现有待处理提交。
  • 使用 GitHub 产物证明保存构建来源与实际构建环境记录。

修复

  • 读取历史用量记录时统一旧版指标格式,覆盖从 v2 迁移的用量数据。
  • 正确识别 Claude 配额周期对应的模型分组。
  • 在 CORS 预检中允许 Stainless SDK 请求头。
  • 修复控制台依赖锁文件中的 js-yaml 和 Hono 安全公告问题。

调整

  • 将渠道路由声明统一到同一份路由表。
  • 升级 UPX 至 5.2.1,恢复 Windows x64 压缩,启用 Windows ARM64 和 RISC-V 压缩,并为 RISC-V 应用所需的过滤器兼容处理。
  • Linux x64 GNU 单独固定使用 UPX 4.2.4,规避 5.2.1 ELF 启动器已复现的启动崩溃;其他启用压缩的目标继续使用 5.2.1。
  • 精简 GitHub Release 附件,仅保留实际程序、edge 包与签名更新清单。使用 GitHub 附件摘要和产物证明替代独立校验和、溯源附件;构建内部校验和及更新器验证机制保持不变。
  • Windows MSI 打包改为商店提交用 MSIX。GitHub 继续提供 Windows 便携 ZIP;未签名 MSIX 保存在 Actions 产物中,等待商店认证。SignPath 接入继续覆盖 Windows 便携 EXE。