Skip to content

v2.1.4

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Sep 13:37
· 21 commits to dev since this release

✨ 本次更新

  • 新增对 GPT-6 Astra 系列与 GPT-Reserve 模型支持;优化了模型识别逻辑,新发布的官方模型无需等待应用更新即可直接路由使用。
  • 全面重构 UI 视觉体系,包括全新的配色方案、字体排版以及新增的“信息”标签页,方便集中查看 API 配置与进行连通性测试。
  • 改进设置交互逻辑,各项设置现在支持“项级”即时保存并提供视觉反馈,移除了底部的全局保存按钮。
  • 增强日志可观测性,请求日志现在会显示实际服务的账号,并在触发后备(备用账号或 API Key)时显示橙色徽标与脉冲闪烁提醒。
  • 提升了界面色彩对比度以符合 WCAG AA 标准,并统一了客户端访问密钥的按钮样式与弹窗控制。
  • 修复了设置保存反馈、多语言校验提示、客户端密钥显示异常以及流式传输关闭时的错误日志显示问题。

What's New

  • Added support for GPT-6 Astra and GPT-Reserve models; improved routing to allow new official models to work immediately without requiring an app update.
  • Redesigned the UI with a new color system, typography, and a dedicated "Info" tab for API configurations and connectivity tests.
  • Upgraded the settings interface to support per-item instant saving with visual feedback, removing the need for a global save button.
  • Enhanced logs to show which account served each request, featuring a new "Fallback" badge and pulsing indicators when switching to backup accounts or API keys.
  • Improved UI contrast to meet WCAG AA standards and unified the design of client access key controls and modals.
  • Fixed issues related to settings save feedback, validation message translations, client key visibility, and error logging during stream interruptions.
完整提交记录 / Full commit list
  • feat(models): support GPT-6 Astra and GPT-Reserve models
  • feat(models): route official-shaped models without per-model allowlist
  • fix(logs): surface fallback flag in stream-close error log context
  • fix(logs): align fallback retry account display with main egress rows
  • fix(logs): mark fallback on stream-close and empty-response retry, document fallback-active semantics
  • feat(ui): show serving account/fallback in logs and flash fallback indicator
  • fix(ui): deepen primary palette to meet WCAG AA contrast and sync theme tests
  • fix(web): fix settings save feedback, validation i18n, and client-key reveal
  • fix(ui): unify client access key button colors and modal controls
  • feat(ui): redesign color system, typography, info tab, and item-level settings save