Skip to content

Commit 0a214cf

Browse files
committed
changelog updates for 0.8.0
Signed-off-by: Brian S. Stephan <[email protected]>
1 parent 5022616 commit 0a214cf

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
33
Included is a summary of changes to the project. For full details, especially on behind-the-scenes code changes and
44
development tools, see the commit history.
55

6+
## v0.8.0
7+
8+
### Features
9+
10+
* New command, `summarize-gp2040ce`, to get info about a board image or USB device. Details are limited at the moment,
11+
but more will come as we need them.
12+
* `dump-config` can now dump the board config rather than only the user config.
13+
14+
### Improvements
15+
16+
* `visualize-config` can now read UF2 files in addition to raw binary files.
17+
* `visualize-config` is the new name of what was formerly `visualize-storage`, to keep things consistent-ish.
18+
* `concatenate`'s output flag is now `--new-filename`.
19+
20+
### Miscellaneous
21+
22+
* Increased test coverage, especially in the TUI, to stay at 90% despite not being able to cover some USB stuff.
23+
* The repository is now compliant with the REUSE specification.
24+
* This included moving the DCO and making the license a Markdown file, for cleanliness.
25+
* Some minor docs updates.
26+
* The SPDX descriptor is used in `pyproject.toml` as that displays better.
27+
628
## v0.7.0
729

830
### Features

0 commit comments

Comments
 (0)