Skip to content

1.10.2-rc.1

Pre-release
Pre-release

Choose a tag to compare

@Ox0400 Ox0400 released this 24 Aug 08:34
· 21 commits to main since this release

新增 / New

  • 条目列表内联显示 TOTP 验证码: 有 otpSecret 的条目自动拉取当前 6 位验证码, 实时 30s 倒计时, 行内一键复制 (借鉴 KeePassXC #9247 / #2568 思路)。Inline TOTP in the entry list: entries with an otpSecret auto-show the live 6-digit code with a 30s countdown and a one-click copy button (inspired by KeePassXC #9247 / #2568).
  • 摘要新增 hasOtp 标记, otpSecret 永不下发到客户端 (secret hygiene)。New hasOtp flag on entry summaries; the TOTP secret itself never leaves the host.

修复 / Fixes

  • 测试 teardown 临时目录 ENOTEMPTY 偶发失败: 重试删除, 消除与异步自动备份写文件的竞态。Flaky ENOTEMPTY teardown race with async auto-backup eliminated.

技术 / Tech

  • host: store/index 摘要透传 hasOtp; client: 自动拉取(每批最多 25 条, 已缓存跳过)。Batched auto-fetch (max 25 per pass), cached rows skipped.