NEWS.md: Cleaned up formatting; added more Qt information.

This commit is contained in:
David Korth 2025-06-16 21:33:05 -04:00
parent 266431070f
commit b2b4421515

53
NEWS.md
View File

@ -1,34 +1,37 @@
# Changes # Changes
## v2.0 - GUI Release (released 2022/??/??) ## v2.0 - GUI Release (released 2025/??/??)
New features: * New features:
* GUI frontend written using the Qt Toolkit. * GUI frontend written using the Qt Toolkit.
* [Win32] Implemented the `query` command. * Qt5 and Qt6 are supported.
* wadresign: Command line tool to recrypt and resign WAD files. * The precompiled Windows build uses a patched version of
* Can decrypt WADs using any key: retail, Korean, debug Qt 6.8.3 that supports Windows 7.
* Can encrypt WADs using any key. The resulting WAD will be fakesigned if * [Win32] Implemented the `query` command.
encrypting for retail or Korean, or realsigned if encrypting for debug. * wadresign: Command line tool to recrypt and resign WAD files.
* Both standard and BroadOn WAD format are supported for both input and * Can decrypt WADs using any key: retail, Korean, debug
output. * Can encrypt WADs using any key. The resulting WAD will be fakesigned if
* **WARNING:** Use with caution if converting system titles for use encrypting for retail or Korean, or realsigned if encrypting for debug.
on real hardware. * Both standard and BroadOn WAD format are supported for both input and
* nusresign: Command line tool to recrypt and resign NUS/WUP packages. output.
* Can decrypt and encrypt from and to retail and debug. * **WARNING:** Use with caution if converting system titles for use
* The resulting NUS package will be fakesigned if encrypting for retail, on real hardware.
or realsigned if encrypting for debug. * nusresign: Command line tool to recrypt and resign NUS/WUP packages.
* **WARNING:** Use with caution if converting system titles for use * Can decrypt and encrypt from and to retail and debug.
on real hardware. * 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: * Low-level changes:
* Rewrote librvth using C++ to improve maintainability. * Rewrote librvth using C++ to improve maintainability.
Other changes: * Other changes:
* Realsigned tickets and TMDs are now explicitly indicated as such. * Realsigned tickets and TMDs are now explicitly indicated as such.
Bug fixes: * Bug fixes:
* Dual-layer images weren't imported properly before. Debug builds asserted * Dual-layer images weren't imported properly before. Debug builds asserted
at 4489 MB, but release builds silently failed. at 4489 MB, but release builds silently failed.
## v1.1.1 - Brown Paper Bag Release (released 2018/09/17) ## v1.1.1 - Brown Paper Bag Release (released 2018/09/17)