Nton

Latest version: v2.1.1

Safety actively analyzes 622475 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

2.1.1

Added

- Support for Python 3.12.

Changed

- Release builds now use the same bundled third-party binaries in this project's repository at the time of release.
- nstool has been updated to v1.8.1.

Fixed

- Fixed crash when saving the Built NSP to a drive other than the `C:` drive.

2.1.0

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.

2.0.1

Changed

- Moved the Binary dependency and prod.keys checks from `constants.py` to `main.py` so it only runs if you actually
run the CLI.
- Moved the Game Title ID registry checks from `title_ids.py` to `main.py`, again so it only runs if you actually
run the CLI.

Fixed

- Fixed silent crash when running the GUI if the Binary dependencies are missing.
- Fixed silent crash when running the GUI if the Game Title ID registry is missing.
- Fixed silent crash when running the GUI if the `prod.keys` file is missing.

2.0.0

- Added a fully featured Windows GUI built using Qt for Python. The Installer and Portable EXEs are built using
PyInstaller and Inno Setup.

1.4.0

Added

- Force Disabled the "Select User" launch requirement on Control NACPs. This removes the menu asking you to choose
a User Profile when launching the Forwarder when you have two or more User Profiles. Choosing a User Profile is
unnecessary as we do not use any kind of storage, let alone per-profile storage.
- Disabled more types of Storage allocation, in some cases freeing up even more post-install storage usage.

Changed

- Now only keeping one Language Name/Publisher on both NRO-derived Control NACPs and new Control NACPs. This is so NSP
tools and the Switch only reads one Icon file, and one Language, since only one of these can be defined by the CLI.
Non-English language Switch's will still support the NSP.

Fixed

- Manually set Display Version used incorrect byte for padding.

1.3.0

Added

- All leftover external dependencies are now redistributed and bundled with the project. NTON is now truly
Plug-and-play! Just install NTON and it's ready to go!
- Licenses for the dependencies are now bundled alongside the redistributed binaries.
- Stating of these dependencies' source code/link, license, and any changes has been added to the README.

Fixed

- Corrected the invalid use "Operating System :: OS Independent" when NTON currently only supports Windows 7+.
- Updated severely outdated `__version__` variable affecting the version number displayed with `nton --version`.

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.