Compare commits

..

3 Commits

3 changed files with 7 additions and 3 deletions

View File

@ -10,7 +10,7 @@ CMAKE_POLICY(SET CMP0048 NEW)
# Introduced in CMake 3.3.
CMAKE_POLICY(SET CMP0063 NEW)
SET(RVTHTOOL_VERSION 2.0.1.0)
SET(RVTHTOOL_VERSION 2.0.1.1)
PROJECT(rvthtool-base VERSION ${RVTHTOOL_VERSION})
# CMAKE_PROJECT_VERSION was introduced in 3.12.

View File

@ -1,6 +1,8 @@
# Changes
## v2.0.1 (released 2025/06/17)
## v2.1 (released ????/??/??)
## v2.0.1 - Windows UI Bugfix (released 2025/06/17)
* Bug fixes:
* Fix Windows UI issues: missing icons, proper Dark Mode support.

View File

@ -141,4 +141,6 @@ any Wii U keyset. Conversion to Debug will be realsigned. Conversion to retail
will be unsigned.
**WARNING:** Use with caution if converting a system title for installation
on real hardware, since this may result in an unrecoverable brick.
on real hardware, since this may result in a bricked system. Bricked Wii U
systems may be recoverable using [udpih + Recovery Menu](https://github.com/GaryOderNichts/udpih)
and/or [de_Fuse](https://github.com/StroopwafelCFW/wii_u_modchip).