Skip to content

Releases: Mattamech/Wii-or-VWii-Homebrew-Installer

Version C# v1.0.0

11 Feb 18:55
Compare
Choose a tag to compare

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

05 Feb 18:30
Compare
Choose a tag to compare

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

09 Jan 21:29
Compare
Choose a tag to compare

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

08 Jan 17:17
Compare
Choose a tag to compare

A minor update of the python code. Updates are:

  • Framework moved to it's own folder, now named __init.py__.
  • error is now a separate py file which has a class called error and the function is called error.error.problem(). Also refer to this.

DEPRECIATED BY #15

Version Python-v3

06 Jan 22:32
Compare
Choose a tag to compare

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 and main.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

02 Dec 20:27
Compare
Choose a tag to compare

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

28 Oct 16:57
Compare
Choose a tag to compare

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

28 Oct 13:48
Compare
Choose a tag to compare

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

28 Oct 13:32
1410321
Compare
Choose a tag to compare
Pre-release

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

05 Oct 14:55
66a7ad1
Compare
Choose a tag to compare

A minor update of the Python code contributed by Lord-Giganticus in PR #5.