Temporary Identity version history - 3 versions
Temporary Identity by magic
Temporary Identity version history - 3 versions
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 1.1.0
Released Jun 22, 2026 - 18.48 KBWorks with firefox 58.0 and later1.1.0 (2026-06-22)
新增 / New:
- 工具栏图标弹出管理面板 — 点击图标弹出面板:一键「在临时身份中打开当前页」、列出活跃临时容器(名称 + 颜色)、逐个关闭或一键「全部清理」。此前点击图标无任何反应。Toolbar icon popup panel — clicking the icon opens a panel to open the
current page in a temporary identity, list active temporary containers
(name + color), and close them individually or all at once. Previously
clicking the icon did nothing.
修复 / Fixes:
- 恢复cookies权限 — 1.0.2 误删导致右键「在临时身份中打开」点击无反应。contextualIdentitiesAPI 必须同时声明cookies权限,否则整个命名空间不可用,create()抛错被静默吞掉。Restored the
cookiespermission — removing it in 1.0.2 broke the
"Open in Temporary Identity" menu (clicks did nothing). ThecontextualIdentitiesAPI requires thecookiespermission to be
declared alongside it; without it the namespace is unavailable andcreate()throws.Source code released under MIT License
Older versions
Version 1.0.2
Released Jun 17, 2026 - 14.07 KBWorks with firefox 58.0 and later中文:
版本 1.0.2
本次更新聚焦稳定性与性能,修复了扩展重载后容器泄漏等已知问题。
新增:
• 容器持久化 — 追踪列表镜像写入浏览器存储,扩展更新/重载后不再丢失
• 启动泄漏扫描 — 自动发现并清理此前残留的"僵尸"容器
• 容器名称精确到毫秒 — 避免同一秒内创建的同名容器
优化:
• 标签关闭性能 — 无关标签的关闭零开销,不再遍历所有容器
• 并发保护 — 防止快速关闭窗口时重复触发 API 查询
• 徽章更新去抖 — 减少不必要的浏览器 API 调用
修复:
• 移除多余的 cookies 权限声明
English:
Version 1.0.2
This update focuses on stability and performance, fixing known issues like container leaks after extension reload.
New:
• Container persistence — tracking list is mirrored to browser storage, surviving extension updates/reloads
• Startup leak scan — automatically discovers and cleans up previously orphaned containers
• Millisecond-precision container names — prevents name collisions when creating multiple containers in the same second
Improvements:
• Tab close performance — closing unrelated tabs has zero overhead, no longer iterates all containers
• Concurrency guard — prevents redundant API queries when closing windows rapidly
• Badge update debounce — reduces unnecessary browser API calls
Fixes:
• Removed unnecessary "cookies" permission declarationSource code released under MIT License
Version 1.0.0
Released Jun 1, 2026 - 12.73 KBWorks with firefox 58.0 and laterSource code released under MIT License