changelog updates for v0.9.0.

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
Brian S. Stephan 2024-05-21 13:09:15 -05:00
parent 71ba03b181
commit 01ad396bdb
Signed by: bss
GPG Key ID: 3DE06D3180895FCB

View File

@ -3,6 +3,20 @@
Included is a summary of changes to the project. For full details, especially on behind-the-scenes code changes and
development tools, see the commit history.
## v0.9.0
### Features
* The TUI editor can read and save configs as JSON files, which should create another avenue for making configs
available and editable for humans.
### Miscellaneous
* The `--version` flag outputs a bit of information about the program and Python version.
* The config protobuf snapshot has been updated for (what should be) GP2040-CE v0.7.9.
* Requirements version bumps.
* REUSE specification errata.
## v0.8.3
### Improvements