v0.5.0
Pre-release
Pre-release
v0.5.0 — CLI
What's new
- JSON output —
--jsonflag for all commands, machine-readable format - Quiet mode —
--quiet/-qsuppresses non-essential output - Field extraction —
get --field passwordto grab a single value - Entry filtering —
list --tag work --type login - Consistent exit codes — 0 on success, 1 on error
What's not in this release
- WebUI (v0.6)
- Ember Browser integration (v0.7)
Build from source
git clone https://github.com/SabeeirSharrma/coalbox.git
cd coalbox
cargo build --releaseRequires Rust 1.85+.
Checksums Only
⚠ Do not download or use the binary artifacts below.
They are provided for SHA-256 checksum verification only.
Coalbox must be built from source. See CONTRIBUTING.md for build instructions.
v0.5.0 — CLI
Add --json flag for machine-readable output on all commands.
Add --quiet flag, --field extraction on get, --tag/--type
filtering on list. Consistent exit codes. 34 tests passing.
Full Changelog: v0.4.0...v0.5.0