NEWS.md: Mention nusresign.

This commit is contained in:
David Korth 2022-07-20 22:00:42 -04:00
parent e823bc7b27
commit 0ac25bfd59

View File

@ -1,6 +1,6 @@
# Changes
## v2.0 - GUI Release (released 2019/??/??)
## v2.0 - GUI Release (released 2022/??/??)
New features:
* GUI frontend written using the Qt Toolkit.
@ -13,6 +13,12 @@ New features:
output.
* **WARNING:** Use with caution if converting system titles for use
on real hardware.
* nusresign: Command line tool to recrypt and resign NUS/WUP packages.
* Can decrypt and encrypt from and to retail and debug.
* The resulting NUS package will be fakesigned if encrypting for retail,
or realsigned if encrypting for debug.
* **WARNING:** Use with caution if converting system titles for use
on real hardware.
Low-level changes:
* Rewrote librvth using C++ to improve maintainability.