All notable changes to this project will be documented in this file.
- No changes yet.
- Removed
quietmode from CLI surface and config plumbing:- removed
--quietglobal flag, - removed
ZINC_CLI_QUIETenv handling, - removed persisted config key
quiet, - removed setup
--quiet-default.
- removed
- Updated command contract/docs to reflect the current global flag set.
- Improved wallet/account config resolution and wallet-info consistency with effective runtime network/scheme values.
- Improved wallet-info recency presentation in human output.
- Fixed account-switch address preview paths to use receive index
0consistently. - Refined offer/PSBT input-source handling and stdin conflict validation.
- Updated dependency pin to
zinc-core = =0.1.2.
- Updated
zinc-coredependency pin to=0.1.1for compatibility with current CLI features. - Removed local
pathdependency override for release packaging socargo package/cargo publishresolve from crates.io in CI.
- ANSI logo asset and branded
versioncommand output.
inscription listnow shows newest received inscriptions first.offercommands remain available viazinc-cli offer ...but are hidden from top-level help output.- Improved human-output inscription thumbnail rendering fidelity in terminal-friendly output modes.
- Aligned README/usage/contract/schema docs with the current CLI surface, including
--agentoutput mode and thumbnail toggles (--thumb,--no-thumb).
- Removed
imageavif-nativefeature from optionaluibuild path to avoiddav1dsystem-library failures in CI and constrained environments.
- Initial standalone public packaging for
zinc-cli. - Human-friendly command output plus stable agent envelope.
- Wallet profile management with profile lock and atomic writes.
- PSBT create/analyze/sign/broadcast command family.
- Snapshot, account switching, and diagnostic command support.
zinc-wallet-servicefunctionality is inlined as an internal module to keepzinc-clipublishable without a second public crate dependency.