Releases: Mattamech/Wii-or-VWii-Homebrew-Installer
Version C# v1.0.0
A "fork" of the project, Written in C#. This is meant to be used on any modern windows version.
The python version is still being worked on.
Version Python-v3.1.2
A minor update of the code. Changes are:
- Implemented a check that the drive a user inputs is good.
drive_checker.py
by @Lord-Giganticus - Updated some old code.
Planning on making a truly cross-platform script.
Wii.exe
info:
Built on Windows 10 with Python 3.9.0 with Pyinstaller's latest version.
Version Python-v3.1.1
A semi-minor update of the code. Changes are:
- Fixed #15.
- Made a exe version of the program.
- Removed the old tag.
Version Python-v3.1
Version Python-v3
A VERY major update of the python code. All the changes are from PR #13. These changes are:
- Merged ALL of the python code into two files,
framework.py
andmain.py
. - No longer requires you to download a copier.py file because it's all inside
framework.py
- Has a better handling on errors via the error() function.
framework.py
prints a message when all set up.
Approved by @Mattamech
Made by @Lord-Giganticus
Version Python-v2.1.2
A minor update of the python code. Changes include:
- Added a copyright to the top of the code.
- Added a version number to the script code.
- Updated gh-pages branch.
NOTE: Please look at issue #9.
Version Python-2.1.1
A minor update of the python code. Changes include:
- Added a check for the
apps
folder in vwii.py - Added a check for the
copy_to_sd
folder in all the scripts - Improved some code near the end of the scripts
Version Python-v2.1
This is a major update of the python code. The changes are:
- Added a option at the end of VWii.py and Wii.py to download and run it's copier file.
- Added a experimental release that has a hard-coded download location.
- Reverted v2.0.4's changes due to it looking weird
Sorry Lord-G :)
- Updated gh-pages branch
Version python-v2.1-experimental
This is a experimental release of a overhaul of the python code made by Lord-Giganticus in PR #7
ONLY USE THIS IF YOUR SURE YOU WANT TO TRY IT. PLEASE REPORT ALL BUGS TO THE ISSUES AREA.
Version Python 2.0.4
A minor update of the Python code contributed by Lord-Giganticus in PR #5.