Compare commits

..

4 Commits

Author SHA1 Message Date
David Korth
12d6ec439f README.md: Add a badge for Crowdin. 2025-06-19 01:53:26 -04:00
David Korth
0ed8c449fa README.md: Put the Wii U unbricking advice in the nusresign block, not wadresign. 2025-06-17 21:33:02 -04:00
David Korth
e3723e3477 README.md: Mention two possible unbricking methods for Wii U. 2025-06-17 21:32:23 -04:00
David Korth
5effa63216 Version bump for development. (v2.0.1+) 2025-06-17 21:27:15 -04:00
3 changed files with 10 additions and 5 deletions

View File

@ -10,7 +10,7 @@ CMAKE_POLICY(SET CMP0048 NEW)
# Introduced in CMake 3.3. # Introduced in CMake 3.3.
CMAKE_POLICY(SET CMP0063 NEW) 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}) PROJECT(rvthtool-base VERSION ${RVTHTOOL_VERSION})
# CMAKE_PROJECT_VERSION was introduced in 3.12. # CMAKE_PROJECT_VERSION was introduced in 3.12.

View File

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

View File

@ -2,8 +2,9 @@
This is an open-source tool for managing RVT-H Reader consoles. This is an open-source tool for managing RVT-H Reader consoles.
[![License: GPL v2](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)<br> [![License: GPL v2](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
[![AppVeyor Build status](https://ci.appveyor.com/api/projects/status/l83tx6d16gqr4ov2?svg=true)](https://ci.appveyor.com/project/GerbilSoft/rvthtool/branch/master) [![AppVeyor Build status](https://ci.appveyor.com/api/projects/status/l83tx6d16gqr4ov2?svg=true)](https://ci.appveyor.com/project/GerbilSoft/rvthtool/branch/master)<br>
[![Crowdin](https://badges.crowdin.net/rvthtool/localized.svg)](https://crowdin.com/project/rvthtool)
![RVT-H Reader, RVT-R Reader, Wii RVL-001, and Commodore 1541C](doc/RVT.jpg) ![RVT-H Reader, RVT-R Reader, Wii RVL-001, and Commodore 1541C](doc/RVT.jpg)
@ -141,4 +142,6 @@ any Wii U keyset. Conversion to Debug will be realsigned. Conversion to retail
will be unsigned. will be unsigned.
**WARNING:** Use with caution if converting a system title for installation **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).