diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bdfb56..b3ccf4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,12 +20,18 @@ Version header format: `[version] Name - year-month-day (entropy-core compatibil ## [0.2.0] Echo - 2025-01-13 (entropy-core compatibility: 0.3.0) +## What's Changed + ### Fixed - Shared - - amount units are now correct! [#306](https://github.com/entropyxyz/cli/pull/306) + - amount units are now correct! https://github.com/entropyxyz/cli/pull/306 , https://github.com/entropyxyz/cli/pull/323 , https://github.com/entropyxyz/cli/pull/318 - 1 lilBITS = 0.00000000001 BITS - 1 BITS = 10000000000 lilBITS + - tests + - fix `jumpStartStatus` error logging https://github.com/entropyxyz/cli/pull/320 + - speed up https://github.com/entropyxyz/cli/pull/289 + - Programmatic CLI - `entropy program list` now prints output! [#298](https://github.com/entropyxyz/cli/pull/298) @@ -38,7 +44,8 @@ Version header format: `[version] Name - year-month-day (entropy-core compatibil - rounding to a specific number of decimal places - lilBITS per bits calculation - new method to pull entropy token details from chain, and cache the results [#306](https://github.com/entropyxyz/cli/pull/306) - + - tighter read/write config checks - https://github.com/entropyxyz/cli/pull/316 , https://github.com/entropyxyz/cli/pull/264 , https://github.com/entropyxyz/cli/pull/322 + - TUI - animation on tui load (while entropy loads) [#288](https://github.com/entropyxyz/cli/pull/288) @@ -52,6 +59,7 @@ Version header format: `[version] Name - year-month-day (entropy-core compatibil - updated return data displayed to user on account creation (create or import) [#311](https://github.com/entropyxyz/cli/pull/311) - Balance now displays the number of BITS to the nearest 4 decimal places [#306](https://github.com/entropyxyz/cli/pull/306) - removed use of entropy instance from transfer flow [#329](https://github.com/entropyxyz/cli/pull/329) + - refactored `loadEntropy` https://github.com/entropyxyz/cli/pull/309 - CLI - updated balance command to take in any address, and be able to return the balance for the inputted address [#315](https://github.com/entropyxyz/cli/pull/315) @@ -64,6 +72,9 @@ Version header format: `[version] Name - year-month-day (entropy-core compatibil - Programmatic CLI - updated result displayed to users for sign command, is now a stringified JSON object [#332](https://github.com/entropyxyz/cli/pull/332) +**Full Changelog**: https://github.com/entropyxyz/cli/compare/v0.1.1...v0.2.0 + + ## [0.1.1] Deadpool - 2024-11-06 (entropy-core compatibility: 0.3.0) ### Fixed