• v0.8.3 8ad9b10018

    v0.8.3 Stable

    bss released this 2024-04-15 10:20:57 -05:00 | 6 commits to main since this release

    Improvements

    • summarize-gp2040ce can now understand the segmented UF2 files written in v0.8.1.
    • concatenate has an added --backup flag, which will move an existing output file aside before writing the new
      output.
    Downloads
  • v0.8.2 7d34a441f8

    v0.8.2 Stable

    bss released this 2024-04-15 00:06:34 -05:00 | 9 commits to main since this release

    Bugfixes

    • UF2 files made of parts now have the proper block counts.
    Downloads
  • v0.8.1 3524e5aa54

    v0.8.1 Stable

    bss released this 2024-04-14 23:36:35 -05:00 | 10 commits to main since this release

    Improvements

    • concatenate no longer writes a padded 2 MB binary (so 4 MB UF2), instead properly indexing the board/user configs
      separately from the binary, leading to smaller UF2s.

    Bugfixes

    • summarize-gp2040ce now properly reads UF2 files.
    Downloads
  • v0.8.0 90a5f879df

    v0.8.0 Stable

    bss released this 2024-04-13 23:31:43 -05:00 | 14 commits to main since this release

    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.
    Downloads
  • v0.7.0 a1a3ebbbac

    v0.7.0 Stable

    bss released this 2024-04-08 09:22:43 -05:00 | 38 commits to main since this release

    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.
    Downloads