Skip to content

Releases: quytelda/kpp-tool

Version 1.0.0

26 Dec 07:39
v1.0.0
ac35ade

Choose a tag to compare

1.0.0 - 2024-12-25

Added

  • A --list-resources option for listing resources
  • A --list-params option for list parameters
  • A --dump-xml option 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

14 Nov 07:46
v0.1.0
9313f2f

Choose a tag to compare

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