Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

complete the changelog for 0.2.0 release #337

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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)

Expand All @@ -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)
Expand All @@ -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
Expand Down
Loading