Skip to content

1.10.2-rc.2

Pre-release
Pre-release

Choose a tag to compare

@Ox0400 Ox0400 released this 25 Aug 02:50
· 17 commits to main since this release

修复 / Fix

  • 条目删除 / 批量删除后回收站列表不同步: 删除动作现在同步刷新 trashEntries, 切换到回收站 tab 立即能看到刚删除的条目(浏览器端验证中发现并修复)。After deleting (or bulk-deleting) entries, the trash tab was not refreshed until a full reload — the delete action now syncs the trash list immediately. Found and fixed during Playwright browser verification.

验证 / Verification

  • Playwright 真实浏览器端到端 17/17 通过: 表单添加含 otpSecret 的条目 → 列表内联 TOTP 自动显示(6 位码 + 倒计时)→ 倒计时走秒 → 复制验证码按钮写入剪贴板且与显示一致 → 30s 窗口自动翻码 → 删除后回收站立即可见并彻底清除 → 850px 无横向滚动 → 无页面错误。E2E 17/17: inline TOTP, countdown, clipboard copy, 30s rollover, trash sync, narrow layout.