v0.2.1
Changelog v0.2.1
All notable changes to kprun are documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[0.2.1] - 2026-06-24
Added
- ASCII banner on interactive management commands (TTY stderr, respects
NO_COLOR) - Help descriptions for all CLI subcommands (
kprun --help) - Success confirmations for
set,unset,delete,import,export, anddeinit(key names only, never values) - Guided
initflow with numbered steps and a copy-pasteable Next steps block - Empty-vault hint on
kprun listwhen no entries exist - Embedded minisign release public key in install scripts for checksum signature verification
Changed
initprogress and hints use structured stderr output in interactive terminals; non-TTY and piped usage stays script-friendly- Banner is suppressed for
run,list --json,doctor --mcp,export --stdout, and non-interactive sessions
Full commit list
- chore(release): prepare v0.2.1
- feat(cli): interactive stderr polish for vault management
- ci(install): embed minisign release public key (H-4)