File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,23 @@ All notable changes to this project will be documented in this file.
66
77- No changes yet.
88
9+ ## [ 0.3.0] - 2026-03-27
10+
11+ ### Changed
12+ - Removed ` quiet ` mode from CLI surface and config plumbing:
13+ - removed ` --quiet ` global flag,
14+ - removed ` ZINC_CLI_QUIET ` env handling,
15+ - removed persisted config key ` quiet ` ,
16+ - removed setup ` --quiet-default ` .
17+ - Updated command contract/docs to reflect the current global flag set.
18+ - Improved wallet/account config resolution and wallet-info consistency with effective runtime network/scheme values.
19+ - Improved wallet-info recency presentation in human output.
20+
21+ ### Fixed
22+ - Fixed account-switch address preview paths to use receive index ` 0 ` consistently.
23+ - Refined offer/PSBT input-source handling and stdin conflict validation.
24+ - Updated dependency pin to ` zinc-core = =0.1.2 ` .
25+
926## [ 0.2.1] - 2026-03-26
1027
1128### Fixed
Original file line number Diff line number Diff line change 11[package ]
22name = " zinc-wallet-cli"
3- version = " 0.2.1 "
3+ version = " 0.3.0 "
44edition = " 2021"
55rust-version = " 1.88"
66license = " MIT"
@@ -76,7 +76,7 @@ tui-big-text = { version = "0.8.2", optional = true }
7676figlet-rs = { version = " 0.1.5" , optional = true }
7777supports-unicode = " 3.0.0"
7878
79- zinc-core = { version = " =0.1.1 " }
79+ zinc-core = { version = " =0.1.2 " }
8080rand = { version = " 0.8" , optional = true }
8181bip39 = { version = " 2.1.0" , optional = true }
8282image = { version = " 0.25.10" , features = [" avif" , " webp" ] }
You can’t perform that action at this time.
0 commit comments