Line 44:
Line 44:
* '''SquidMan''' for [[WiiMU]]
* '''SquidMan''' for [[WiiMU]]
−
== History ==
+
== Changelog ==
=== 1.0 v4 ===
=== 1.0 v4 ===
−
* checks the first .app file instead of just 00000000.app to allow more names to be found.
+
* Checks the first .app file instead of just 00000000.app to allow more names to be found.
−
* for 0x10000 type TID, it checks the data and content folders. if there is 0 items in the data and only a title.tmd in the content, it puts a TMD! by the name (if the IOS will let it).
+
* For 0x10000 type TID, it checks the data and content folders. if there is 0 items in the data and only a title.tmd in the content, it puts a TMD! by the name (if the IOS will let it).
−
* there are 2 flavors, one that just uses the highest IOS counting down from 36 and one that uses 249.
+
* There are 2 flavors, one that just uses the highest IOS counting down from 36 and one that uses 249.
<small>* Updated code by giantpune, added here by Wilsoff, please remove if offended!</small>
<small>* Updated code by giantpune, added here by Wilsoff, please remove if offended!</small>
=== 1.0 v3 ===
=== 1.0 v3 ===
−
* title names can now be read from 00000000.app files found in many (but not all) channels
+
* Title names can now be read from 00000000.app files found in many (but not all) channels
−
* the Wii is brought into "super user" mode when reading 00000000.app files
+
* Wii is brought into "super user" mode when reading 00000000.app files
−
* likewise "system menu" mode is used to read banner.bin files
+
* "System Menu" mode is used to read banner.bin files
−
* updated the ES identification to the one from tona's AnyRegion Changer
+
* Updated the ES identification to the one from tona's AnyRegion Changer
−
* removed the "Directory" naming mode since it was buggy and quite useless
+
* Removed the "Directory" naming mode since it was buggy and quite useless
−
* minor corrections in menu code
+
* Minor fixes in menu code
=== 1.0 v2 ===
=== 1.0 v2 ===
−
* adding title names from the banner.bin to the external database
+
* Adding title names from the banner.bin to the external database
−
* title names not taken from the database are marked now
+
* Title names not taken from the database are marked now
−
* an enhanced file information screen is displayed before deleting a title
+
* Enhanced file info screen is displayed before deleting a title
−
* made some space so more titles can be displayed on screen at once
+
* More titles can be displayed on screen
−
* internal code cleanup
+
* Internal code cleanup
−
* when compiling a constant in main.c can be set to hard reboot instead of return to loader
+
* When compiling a constant in main.c can be set to hard reboot instead of return to loader
−
* another constant can disable brick protection on recompile
+
* Another constant can disable brick protection on recompile
−
* warning messages are displayed throughout the program when brick protection is off
+
* Warning messages
=== 1.0 v1 ===
=== 1.0 v1 ===
−
* added displaying of title names from a provided database file (by Red Squirrel)
+
* Added displaying of title names from a provided database file (by Red Squirrel)
−
* added displaying of title names taken from the title's banner.bin
+
* Added displaying of title names taken from the title's banner.bin
* cleaned up the menu
* cleaned up the menu
* added support for different levels of info being displayed in the title list
* added support for different levels of info being displayed in the title list