Skip to content

v0.8.0

Compare
Choose a tag to compare
@bsstephan bsstephan released this 14 Apr 04:36
· 26 commits to main since this release
v0.8.0
90a5f87

Features

  • New command, summarize-gp2040ce, to get info about a board image or USB device. Details are limited at the moment,
    but more will come as we need them.
  • dump-config can now dump the board config rather than only the user config.

Improvements

  • visualize-config can now read UF2 files in addition to raw binary files.
    • visualize-config is the new name of what was formerly visualize-storage, to keep things consistent-ish.
  • concatenate's output flag is now --new-filename.

Miscellaneous

  • Increased test coverage, especially in the TUI, to stay at 90% despite not being able to cover some USB stuff.
  • The repository is now compliant with the REUSE specification.
    • This included moving the DCO and making the license a Markdown file, for cleanliness.
  • Some minor docs updates.
  • The SPDX descriptor is used in pyproject.toml as that displays better.