Skip to content

v0.4.0

Pre-release
Pre-release

Choose a tag to compare

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

v0.4.0 — Import / Export

What's new

  • Import from CSV — flexible column mapping (name/title, username/user/login/email, password/pass/pwd, url/website/site/link, notes/note/comment)
  • Import from Bitwarden JSON — full vault export support, skips non-login items
  • Import from KeePass XML — parses exported KeePass XML format
  • Import from 1Password 1PUX — extracts from 1Password export archives (.zip)
  • Export to plaintext JSON — full entry data, human-readable
  • Auto-format detection — picks format from file extension
  • Duplicate detection — skips entries with existing titles during import
  • CLI commandsimport, export

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.4.0 — Import / Export

Add import from CSV, Bitwarden JSON, KeePass XML, 1Password 1PUX.
Add plaintext JSON export with auto-format detection and duplicate
detection. New CLI commands: import, export. 34 tests passing.

Full Changelog: v0.3.0...v0.4.0