Skip to content

v0.2.0

Compare
Choose a tag to compare
@afishhh afishhh released this 29 Jun 21:45
· 108 commits to master since this release
v0.2.0
00f30ea

Changes:

  • Updated dependencies.
  • Files that are detected to be UTF-16 (start with a BOM) are now
    re-encoded to UTF-8 when patching.
  • The UTF-8 BOM marker is now stripped from XML append files before
    patching, this prevents it from being appended into the
    output XML file.
  • Added a basic CLI (to facilitate process described below).
    No API stability guarantees are provided as of now.

These changes have been made to fix differences in behaviour between
this project and Slipstream found by comparing the output of both
programs. The infrastructure for such tests is located in the
compare_with_slipstream directory in the source root.