Releases: OpenStickCommunity/gp2040ce-binary-tools
Releases · OpenStickCommunity/gp2040ce-binary-tools
v0.8.3
v0.8.2
v0.8.1
v0.8.0
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 formerlyvisualize-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.
v0.7.0
(GitHub-specific note: I changed how I sync to GitHub and I think I accidentally deleted the old releases (tags remain though). Sorry.)
Features
- New configurations can be saved as .bin/.uf2 files via "Save As..." in the TUI editor. This allows for making files of different configurations that can be applied on top of one another simply by dragging the tiny UF2 onto the device. This is useful for backup purposes and might also be a handy way to apply different configurations in a networkless environment.
Improvements
- The GP2040-CE configuration structure has been updated to v0.7.8-RC2.
- There's a small About screen now in the TUI, but I didn't get around to adding online help yet.
- TUI tweaks, none of which are earthshattering.
Miscellaneous
- The license has been changed to GPLv3 (or later).
- Library/dependency version bumps, a couple times.