Releases: quytelda/kpp-tool
Releases · quytelda/kpp-tool
Version 1.0.0
1.0.0 - 2024-12-25
Added
- A
--list-resourcesoption for listing resources - A
--list-paramsoption for list parameters - A
--dump-xmloption for extracting raw settings XML - Support for filter presets
- A function for generating iTXt chunks
- Expanded unit tests
Changed
- Allow extracting resources to a directory with
--extract-all - Rename App module to Kpp.App
- Rename Preset module to Kpp.Preset
- Move PNG parsing code into a new module (Kpp.Png)
Fixed
- Parameters with no type no longer cause parsing failure
- Parameters with empty content no longer cause parsing failure
Version 0.1.0
0.1.0 - 2024-11-13
This is the first release!
Added
- Parsing and rendering of KPP files
- The ability to change a preset's name
- The ability to synchronize a preset's name and filename
- The ability to get and set preset parameters
- The ability to extract and embed resources
- The ability to get and set preset icons
- A suite of unit tests