-
v0.0.57 Stable
released this
2026-07-20 21:29:55 +00:00 | 9 commits to master since this releaseMigrated to unified nostr_ prefixed verb names; removed legacy verb aliases (sign_data, ssh_sign, verify_signature, kem_encapsulate, kem_decapsulate, otp_encrypt, otp_decrypt); split get_public_key into algorithm-based get_public_key and role-based nostr_get_public_key; OTP now selected via algorithm:otp instead of curve:otp; consolidated API docs from api.md into README.md
Downloads
-
v0.0.56 Stable
released this
2026-07-20 14:11:18 +00:00 | 10 commits to master since this releaseFix connection display scroll issue: use full screen clear instead of tui_clear_continuous for modal connections view
Downloads
-
v0.0.55 Stable
released this
2026-07-20 13:55:19 +00:00 | 11 commits to master since this releaseRemove redundant 'Press d for connection instructions' hint line from TUI (already in hotkey menu)
Downloads
-
v0.0.54 Stable
released this
2026-07-20 13:49:29 +00:00 | 12 commits to master since this releaseTUI: show full derivation path in Roles table, move connection instructions to on-demand 'd' hotkey display with spaced transport blocks
Downloads
-
v0.0.53 Stable
released this
2026-07-20 13:13:27 +00:00 | 13 commits to master since this releaseFixed SIGILL crash in multi-listen mode: pfds array was too small (3) for 3 listeners + stdin (4), causing stack buffer overflow
Downloads
-
v0.0.52 Stable
released this
2026-07-20 13:07:31 +00:00 | 14 commits to master since this releaseAdded api.md with unified verb scheme, fixed TUI status display in README, added TCP/HTTP port auto-increment on EADDRINUSE (up to 5 tries)
Downloads
-
v0.0.51 Stable
released this
2026-07-19 18:35:12 +00:00 | 15 commits to master since this releaseDocument memfd_secret as future secret-memory backing in README §2.5 (mlock remains current path; memfd_secret unusable on Qubes Xen guests due to SIGBUS on page materialization)
Downloads
-
v0.0.50 Stable
released this
2026-07-19 18:07:15 +00:00 | 16 commits to master since this releaseClean up README: rename 4c.1 to 'Verbs' (no past-tense references), remove section 11 (Implemented adjuncts and future work) and section 12 (Document map)
Downloads
-
v0.0.49 Stable
released this
2026-07-19 15:38:55 +00:00 | 17 commits to master since this releaseAdded general encrypt/decrypt verbs with curve-based routing (otp, secp256k1 NIP-04/44, x25519, ml-kem-768) and updated README documentation
Downloads