更新日志(中文)
[0.11.1] - 2026-03-08
变更
- Gemini 导入后立即校验 token 状态:JSON 导入和本地
~/.gemini导入会在导入完成后立即触发一次 token 刷新,确保账号元数据导入后即同步到最新状态。 - Gemini 刷新结果统一落盘状态字段:刷新失败会写入账号
status=error与status_reason,刷新成功会清空错误状态,保证状态展示与真实刷新结果一致。
修复
- Gemini 刷新失败不再只记录日志:手动刷新或批量刷新失败时,失败结果会持久化到账号状态字段,界面可稳定感知错误状态。
Changelog (English)
[0.11.1] - 2026-03-08
Changed
- Gemini import now validates token state immediately: JSON import and local
~/.geminiimport now trigger a post-import token refresh, so account metadata is synchronized right after import. - Gemini refresh state is now persisted on every outcome: refresh failures now write
status=errorplusstatus_reasonto the account record, and successful refreshes clear the error status.
Fixed
- Gemini refresh failures no longer stay as log-only signals: failed manual or batch refresh attempts are now persisted to account status fields for consistent UI visibility.