发布日期: 2026-02-23
版本号: v0.8.5

版本0.8.5于2026年2月23日发布。新增了语音听写快捷键功能,用户可通过Cmd+Shift+L(Windows/Linux为Ctrl+Shift+L)快速启动或停止语音输入。修复了模型接口在数据不完整时可能发生的错误,改善了前端初始化时单个API请求失败不影响整体加载的问题,并增强了后端配置获取失败时的系统稳定性,避免了无限加载的情况。

更新内容 (中文)

[0.8.5] - 2026-02-23

新增功能

  • ⌨️ 语音听写快捷键。 用户现在可以使用 Cmd+Shift+L(或在 Windows/Linux 上使用 Ctrl+Shift+L)快速切换语音听写功能,无需点击麦克风按钮即可更便捷地开始和停止听写。

问题修复

  • 🚫 模型访问 KeyError 修复。 当模型的不完整信息元数据中缺少 user_id 字段时(例如使用全局默认元数据的模型),/api/models 端点不再因返回 500 错误而崩溃。
  • 🔄 前端初始化韧性增强。 应用布局现在能优雅地处理初始化过程中的各个 API 请求故障(getModels、getBanners、getTools、getUserSettings、setToolServers),当任意单个调用失败时不再阻塞整个页面加载。
  • 🛡️ 后端配置空值安全处理。 应用初始化期间的语言检测在后端配置获取失败时不再崩溃,从而避免了导致无限加载的次生原因。

更新内容 (原始)

[0.8.5] - 2026-02-23

Added

  • ⌨️ Voice dictation shortcut. Users can now toggle voice dictation using Cmd+Shift+L (or Ctrl+Shift+L on Windows/Linux), making it faster to start and stop dictation without clicking the microphone button.

Fixed

  • 🚫 Model access KeyError fix. The /api/models endpoint no longer crashes with a 500 error when models have incomplete info metadata missing the user_id field (e.g. models using global default metadata).
  • 🔄 Frontend initialization resilience. The app layout now gracefully handles individual API failures during initialization (getModels, getBanners, getTools, getUserSettings, setToolServers) instead of blocking the entire page load when any single call fails.
  • 🛡️ Backend config null safety. Language detection during app initialization no longer crashes when the backend config fetch fails, preventing a secondary cause of infinite loading.

下载链接