Skip to content

v2.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Oct 06:39
· 6 commits to master since this release

Changed

  • Dropped support for Python 3.7.
  • Portable and Installer GUI builds are now built on PyInstaller 6.
  • HacBrewPack no longer sets/deals with the Name/Publisher language data.

Fixed

  • Name and Publisher was Padded with 0x00 on the wrong side. However, it ultimately was not an issue as HacBrewPack
    effectively overrode all Name/Publisher changes anyway, but still.
  • Special characters like "é" etc. are no longer garbled in the built NSP. This was a bug when HacBrewPack set the
    name and publisher, yet that was never intended anyway. Now NTON itself fully manages setting the Name and Publisher.
  • Multiple language data being included but with missing data is now fixed. Only AmericanEnglish is enabled, and only
    AmericanEnglish has language data. Similarly to the previous issue, this was caused by HacBrewPack in the same way.