Skip to content

v0.5.0

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 29 Jun 13:33

v0.5.0 — CLI

What's new

  • JSON output--json flag for all commands, machine-readable format
  • Quiet mode--quiet / -q suppresses non-essential output
  • Field extractionget --field password to grab a single value
  • Entry filteringlist --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 --release

Requires 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