Official v2.3.0 release

This commit is contained in:
Joostinonline 2014-08-18 19:42:46 +00:00
parent ea9a4b28ff
commit edf4b4ccbb
5 changed files with 19 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 MiB

After

Width:  |  Height:  |  Size: 1.9 MiB

View File

@ -2,8 +2,8 @@
<app version="1">
<name>SysCheck HacksDen Edition</name>
<coder>Double_A, R2-D2199, JoostinOnline, Nano</coder>
<version>2.2.1 HD Edition</version>
<release_date>20140220000000</release_date>
<version>2.3.0 HD Edition</version>
<release_date>20140818000000</release_date>
<short_description>System Checker HacksDen Edition</short_description>
<long_description>Homebrew application which does several checks on installed IOS and custom IOS:
- Base IOS Detection
@ -21,8 +21,21 @@ The author can not be held responsible for any damage sysCheck might cause!
------------------
Changelog
Version 2.3.0 HacksDen Edition
* Added a new argument --skipIOS, which lets you skip any specific IOS in the scan. This is useful for freezes. Multiple arguments are supported.
* Added translations for "Homebrew Channel is not installed" message
* Added support for GC\Classic controllers, and multiple remotes
* Added detection for DM\DML 2.11
* Fixed BC_NAND and BC_WFS showing up as patched
* Fixed a translation for "Unknown"
* Fixed the report from spilling an extra line past the frame
* Improved timing between messages
* Improved "Sorting Titles" speed
* Other minor changes
Version 2.2.1 HacksDen Edition
* Fixed the pesky bug that sometimes caused the slot number of a vWii cIOS to be way off. Thanks to asper for lots of testing.
Version 2.2.0 HacksDen Edition
* Added support for the new vWii System Menu's.
* Fixed the ridiculous bug (possibly intentional?) where the System Menu region is defined by setting.txt, not by what's installed.
@ -57,6 +70,7 @@ See SysCheck at Wiibrew.com for changes in other versions.</long_description>
<arguments>
<arg>--debug=false</arg>
<arg>--forceNoAHBPROT=false</arg>
<arg>--skipIOS=0</arg>
</arguments>
<no_ios_reload/>

View File

@ -1 +1 @@
Version=22
Version=36

View File

@ -2,7 +2,7 @@
#define _UPDATE_H_
/* Constants */
#define REVISION 22
#define REVISION 36
#define PATH "sd:/apps/SysCheckHDE/"
s32 updateApp(void);

View File

@ -17,7 +17,7 @@
int initLanguages(struct tm today)
{
TXT_AppVersion = "v2.2.1 HacksDen Edition";
TXT_AppVersion = "v2.3.0 HacksDen Edition";
switch (CONF_GetLanguage())
{
case CONF_LANG_GERMAN: