更新日志(中文)
[0.18.2] - 2026-03-22
变更
- 账号分组现已改为遵循真实本地落盘路径,而不是只存在浏览器存储中:分组定义现在会保存到
~/.antigravity_cockpit/account_groups.json,首次加载时会自动迁移旧版localStorage数据,分组间移动账号也会直接更新落盘分组文件,而不再只是改前端状态。 - 账号页里的分组管理现已更紧凑且更易操作:列表视图与紧凑视图都会内联展示分组行;在分组内选中账号后可直接从面包屑操作区移到其他分组或移出当前分组;分组成员选择器也复用了主页同一套套餐/标签筛选能力。
新增
- 标签编辑现已支持写入随账号持久化保存的备注字段:标签弹窗可同时编辑最多 200 个字符的备注,新备注会通过账号持久化链路写入账号记录,重启后仍会保留。
Changelog (English)
[0.18.2] - 2026-03-22
Changed
- Account groups now follow the real local persistence path instead of browser-only storage: group definitions are now saved in
~/.antigravity_cockpit/account_groups.json, legacylocalStoragedata is migrated on first load, and moving accounts between groups updates the persisted group file rather than only changing frontend state. - Grouped account management on the account page is now denser and easier to operate: list and compact views surface group rows inline, selected accounts inside a group can be moved to another group or removed directly from the breadcrumb actions, and the group member picker reuses the same tier/tag filters as the main page.
Added
- Account tag editing now supports per-account notes saved with the account record: the tag modal can edit up to 200 characters of notes alongside tags, and the new notes field is written through the account persistence layer so it stays available across restarts.