v0.0.11rc1 (pre-release)
Pre-release
Pre-release
Pre-release — try it with pip install --pre -U retalk (a plain pip install retalk keeps giving 0.0.10).
New
retalk auth USER [PASSPHRASE]— select the user + passphrase for this terminal session in one command:eval "$(retalk auth alice "<YOUR-PASSPHRASE>")". It verifies the credentials actually unlock the identity before printing the exports; omitting a required passphrase is a clear error, and a--no-passphraseidentity is confirmed as fine.retalk show USER PEER— the saved conversation rendered as a chat: peer bubbles left, yours right, colored names, timestamps, 📅 date separators, word-wrapped to your terminal.--followkeeps it live (fetching + saving likereceive --save). Shows exactly what--savekept.
Changed
--save-messagesis now--saveonsendandreceive(breaking;RETALK_SAVE_MESSAGE=1still works).- Every copy-paste block retalk prints (invites, errors, post-verify hints,
--helpquickstart) is now safe to paste into stock macOS zsh: no trailing#comments on commands, no shell-hostile characters in comment text, and placeholders like"<YOUR-PASSPHRASE>"are quoted so<...>can't turn into a redirection. add --verify/verifyend with a ready-to-paste block (exports +send+receive --follow).
54 tests pass, including live show --follow coverage.