Skip to content

Releases: Shin-R2un/kpot

v0.10.0

30 Apr 16:40
fefae25

Choose a tag to compare

Changelog

  • fefae25 feat(v0.10): quality hardening — find numbering, recent, trash, benchmarks (#21)

v0.9.0

29 Apr 13:54
a9ca196

Choose a tag to compare

Changelog

  • a9ca196 feat(v0.9): kpot serve — read-only mobile WebUI (#19)

v0.8.0

29 Apr 00:35
de5d1d4

Choose a tag to compare

Changelog

  • de5d1d4 feat(v0.8): kpot config (init|show|path) subcommands (#17)

v0.7.0

29 Apr 00:06
72a702e

Choose a tag to compare

Changelog

  • 72a702e feat(v0.7): vault_dir + default_vault for one-key workflow (#16)

v0.6.1

28 Apr 17:16
1fb7129

Choose a tag to compare

Changelog

  • 1fb7129 fix(i18n): allow Unicode letters in note names (#15)

v0.6.0

28 Apr 16:02
de8749e

Choose a tag to compare

Changelog

  • c73e756 feat(v0.6): REPL context UX — cd / show / fields / cp / set / unset (#12)

v0.5.1

27 Apr 13:42
3eaeb78

Choose a tag to compare

Changelog

v0.5.0

27 Apr 13:06
dbac6d8

Choose a tag to compare

Changelog

  • 5e37e09 docs(manual): add export to TAB demo, note Go memzero is best-effort
  • 4c14b2e docs(manual): clarify frontmatter, payload schema, sync design
  • 721e2b0 feat(v0.3): mandatory recovery key (BIP-39 seed or secret-key) + format v2
  • 0c37ff6 feat(v0.4): OS keychain caching for vault open keys (no third-party Go deps)
  • a9589e0 feat(v0.5): selective bundle transfer (bundle / import-bundle + .kpb format)
  • b566be5 feat: REPL UX upgrades + v0.2 (single-shot, passphrase, export/import, config)
  • 099b55c feat: initial MVP - encrypted CLI note vault
  • 9485be8 fix(security): use ConstantTimeCompare and remove dead filepath.Dir reference
  • e59c347 review: address HIGH#1 (stream-of-thought comment), HIGH#2 (zeroable seed input), MEDIUM#3 (drop /dev/tty fallback)
  • 05478d4 review: address PR #7 feedback (mergeNotes name length, bundle env, Windows TTY)
  • 19621a4 review: bundle now refuses to clobber without --force, matching export
  • 07fb897 review: env-var consistency + TTY helper consolidation + macOS argv note
  • 9ba08a0 test(recovery): de-flake TestSeedToKEKRejectsBadChecksum