homebrewfilter/updates
2012-08-31 23:57:58 +02:00

351 lines
12 KiB
Plaintext

//rev41:
- fixed auto-connecting Internet via WiFi
- fixed video initialization problem at PAL 50Hz
- basic support for WifiGecko
* most messages are shown via WifiGecko
those that are sent prior to network initialization
will be missing
* option to en/disable WifiGecko (settings->network)
if enabled messages will be send via WifiGecko,
elese via USB Gecko (if one is plugged in)
* no option yet to change IP and Port
* also works via LAN
//rev40:
- new icon (JoostinOnline)
- catalan language downloadble (Adrián Laviós)
- added support for SD-Gecko (both Slot A and B, no hot-plugging)
- fixed a regression from rev39. <no_ios_reload> is now
treated correctly (makes WiiMC properly detect HDD)
- fixed a regression from rev37. don't loop three times
when selected storage device is DVD
- added <force_no_ios_reload/> support, for testing purposes
- fixed clean rule in main/Makefile
- add 'Restart HBF' option to exit prompt
- renamed 'external loaders' prompt to 'external applications'
- add 'Start SE GUI' option to external applications prompt
must be :/apps/SettingsEditorGUI/boot.dol on any device
(all sd, usb, dvd, sd gecko a and sd gecko b supported)
Now SettingsEditorGUI is now longer shown in the Homebrew-list
- remove back button from exit prompt (press B/HOME to go back)
- fixed a bug in online-updates (if online-update fails,
simply boot 'The HomebrewFilter Installer', the updated
boot.dol is already saved on your SD-Card (or USB-HDD))
-- future online-updates will work normally again.
- For theme designers: the following new icons have been added:
* gca_active (device menu)
* gca_inactive (device menu)
* gcb_active (device menu)
* gcb_inactive (device menu)
* choice_large (not new, but wider now)
//rev39:
- BUGFIX: before saving the update boot.dol, ensure directory
apps/HomebrewFilter exists, if not create it
- overall improvements to the NAND-loader in THBF channel (obcd)
- BUGFIX: properly check whether we're in neek2o environment (obcd)
- improved neek2o booter (obcd)
- support for SD-Gecko and neek2o in HBF booter (obcd)
- improved meta.xml arguements for IOS-reload/HW_AHBPROT
- <ahb_access/>: preserve HW_AHBPROT and reload the selected IOS
- <no_ios_reload/>: alias for <ahb_access/> (compat with HBC)
- <force_ios_reload/> or nothing: just reload the selected IOS
- if we are in neek2o we do nothing
- for wiiload there are now two options to choose which IOS to
use and whether to reload it
- BUGFIX: fix compilation with libOGC 1.8.11 and newer
- BUGFIX: installer upon exit checks whether THBF channel is installed,
if so, it will start the HomebrewFilter, else it enters SysMenu
- Add 'Reinstall the HomebrewFilter' option in the installer. If the
installation fails for you, when you update from an older version use
this option. (the failure is caused by IOS58 not beeing able to
downgrade an existing channel - old THBF channel had version 512,
new THBF channel has same version than the application.)
//rev38:
- changes to the app-info dialog:
* DVD icon is now shown if necessary
* erase button is hidden for apps from DVD
* edit button no longer overlaps SD/USB/DVD icon (if any)
- BUGFIX: childlock is now saved when HBF exits
- BUGFIX: call ExitApp() before exiting HBF
- BUGFIX: installer no longer crashes on IOS58 due to early
controller initialization (only happened under
certain circumstances)
- BUGFIX: use waninkoko's NAND loader in THBF channel,
rather than comex'.
* Fixes the issue that HBF does not properly
respond when power or reset button on the console
have been pressed.
* the strange bevhaviour that occured when the
USB HDD was woken up while loading HBF is gone
- BUGFIX: compiled with libpng 1.4 to fix a problem in PNG handling
- BUGFIX: return to HBF feature now works again
- installer now supports Classic-Controller
- installer now supports GameCube-Controller
- installer loads HomebrewFilter rather than returning to Systemmenu
- installer no longer invokes update-counter on hamachi-mp's website
- add support for <force_ios_reload/> flag in meta.xml (use this, if
an application (most likely WiiMC) does not recognize your HDD)
- adopt libwiigui changes from ZERO
- BUGFIX: loading apps through wiiload works again
- support passing arguements using wiiload [obcd]
- BUGFIX: when changing network settings, the network thread is
halted or started accordingly [obcd]
- BUGFIX: only show 'launch priiloader' in external loaders prompt,
if priiloader is really installed
- HBF now supports wiiload over USB-Gecko [obcd]
- changed loading address from 0x81230000 to 0x81330000
- removed all sound related code
- support for neek2o [obcd]
- support for switching to neek2o/real NAND
* when in real NAND and neek2o files present on either SD
or the first partiton of USB HDD 'external loaders' menu
offers a 'launch neek2o' button to enter neek2o emu NAND
* when in neek2o emu NAND 'external loaders' menu offers an
'enter real NAND' button to switch back to real NAND
- only check once on startup for a new version [obcd]
- updated PNGu
//rev37:
- improved update-mechanism:
* copy the old boot.dol to prev.dol
* save the downloaded file rather than loading from RAM
* BUGFIX: make downloading a Beta version work
- BUGFIX: installer no longer crashes when IOS253 exists
- IOS253 is no more selectable as IOS to load an app with
- added a new loader-menu (allows to enter special loaders):
* NAND-Emu (Uniiloader)
(must be one of sd:/apps/NANDEmu-Boot/boot.dol
usb:/apps/NANDEmu-Boot/boot.dol)
HBF only allows to boot into Uniiloader if IOS253 is present
* Priiloader
returns to priiloader (regardless of autoboot setting)
- 'Return to System Menu' now ignores Priiloader and always enters System Menu
- Support for Homebew on DVD
- if HW_AHBPROT is available also apply DI2_ReadLimit and NewTrucha patches
- No longer show the HBC if it's installed
- New option for disabling the 'All' category (takes effect only if atleast
one other category exists (obviously)) [ZERO]
- BUGFIX: changing pages in an empty category no longer crashes [ZERO]
- Accessing devices formatted as EXT2/3/4 should now be noticeably faster
- compiled with devkitppc 25-1 and libogc 1.8.10 (support for latest WiiMotes)
- For theme designers: the following new icons have been added:
* choice_large (device menu)
* dvd_active (device menu)
* dvd_inactive (device menu)
* all_active (device menu)
* all_inactive (device menu)
* loader_active (loader menu)
* loader_inactive (loader menu)
- Additional Credits
* stfour (priiloader magic words)
* double_A/R2-D2199 (func for priiloader detection)
//rev36:
- HBF is now OpenSource!
- Added license-text of GNU GPL v2
- Added support for EXT2/3/4
- Adjusted download paths
- added mkfilelist helper
- changed configuration directory to :/config/HBF/
- compiled with devkitPPC 24 and libogc 1.8.8
- new Fonts available for download:
* FinalFrontier
* FreqModClear
* Iwona-Regular
* QumpellkaNo12
* Zekton
//rev35:
- individuelle Anpassung an den Bildschirm überarbeitet
- anzeigen von GC Apps in Kategorien
- letzte Version
//rev34:
- TCP-Bug beseitigt
- meta.xml kann direkt bearbeitet werden
- automatische Netzwerk Initialisierung beim Start (de)aktivierbar
- Update-Info (de)aktivierbar
- Navigationstasten können getauscht werden (PLUS/MINUS und LINKS/RECHTS)
//rev33:
- übertragen von Apps an die Wii per wiiload
- Fehler beim entfernen von der SD-Karte und USB-Geräten behoben
//rev32:
- HBF installer eingeführt
- Sprachen müssen jetzt seperat runtergeladen werden wie bei Fonts und Themes
- Fehler beim Sortieren von SD und USB behoben
- Einstellungen werden im NAND gespeichert
- Löschen der Einstellungen ist über die Datenverwaltung möglich
//rev31:
- NTFS Unterstützung
- GameCube Apps Unterstützung ( Ordner "gc_apps" )
- zuletzt benutztes Gerät wird gespeichert ( SD/USB )
- Funktion fürs alphabetische Sortieren in einer Kategorie. ( Taste 1 )
- Verschieben von Apps mit gehaltener B Taste
- leicht überarbeitete Gui ( Menü und Passwort )
- Gleichzeitiges Anzeigen von Programmen auf SD und USB
- Config speichern auf SD oder USB
PS:
für GC Apps muss ein kompatibles cMIOS installiert sein
//rev30:
- Fehler in der Navigation beim Theme-download behoben
- Sprachen überarbeitet
- Japanisch eingefügt
- Download und Auswahl von Schriftarten möglich
//rev29:
- starten von BootMii integriert
//rev28:
- Kein Code/Stack-Dump mehr mit dem Wii-Pointer
- HOME-Button ruft Menü zum Beenden auf
- Fehler beim Starten von Applikationen in der Gitteransicht behoben
- Position der Buttons "Laden" und "Einfügen/Entfernen" getauscht
- Letzte Katergorie beim Einfügen einer Applikation wird temporär gespeichert
//rev27:
- Wii Pointer Code Dump beseitigt
- Arguments-Tag eingeführt
- interner Forwarder geändert
- fehlender USB-Support für gestartete Apps behoben
-> WiiXplorer, WiiMC, ...
//rev26:
- Themes erweitert
- Startkategorie eingeführt
- Schnellstart eingeführt für Apps
- Anzeigefehler beim löschen einer Katgorie behoben
- Fehler beim Speichern des Standard Start-IOS
- Kindersicherung
//rev25:
- Fehler behoben beim Anzeigen der Beschreibung von Apps
- Löschen von Apps von SD und USB
- libogc 1.8.5 -> libogc 1.8.4
- Info, wenn Update verfügbat ist
//rev24:
- Fehler bei der Auswahl im Themedownload behoben
- Fehler beim Abbrechen im Update-Menü behoben
//rev23:
- Navigation in der Grid-Ansicht überarbeitet
- Fehler beim speichern von einem erneut geänderten Start-IOS behoben
- Fehler bei der Auswahl zum verschieben der Apps behoben
- Position und Seite des zuletzt gestarteten App wird gespeichert
//rev22:
- Start-IOS Auswahl wird gespeichert (Ordnername)
- Themes downloadbar
- Icon-Position in der 5er Ansicht korrigiert
//rev21:
- neuer Forwarder mit IOS 58 und HW_AHBPROT
- IOS Anzeige auf was der HBF läuft wird unter Info angezeigt
- Start IOS Auswahl für ein App
//rev20:
- automatische Netzwerk Initialisierung beim Start
- Rückkehr zum HBF, wenn einen Forwarder mit der Titel ID "HBF0" installiert ist ( beta )
//rev19:
- Design leicht geändert
- Beenden Button eingefügt
//rev18:
- Fehler beim kopieren in Kategorien behoben
//rev17:
- Fehler beim erstellen von Kategorien behoben
- Kategorien löschen überarbeitet
//rev16:
- Apps auflisten von USB-Geräten
- Neuauflistung der Apps beim wechseln von SD-Karte und USB-Gerät
//rev15:
- Anzeigen von unkategorisierten Apps
- Info zur Rev beim Online-Update
- HBC Channel -> Version, Coder, Beschreibung hinzugefügt
//rev14:
- Gitter-Ansicht hinzugefügt ( Taste 2 )
- Wii-Reset-Button -> Rückkehr ins Wii-Menü
- Wii-Power-Button -> Schaltet die Wii Aus bzw. in den Standby
- HomeBrew Channel in die Liste der Apps mit eingefügt
- mit der Home Taste zurück zum HomeBrew Channel wurde entfernt
//rev13:
- Anpassung an den Bildschirm möglich ( beta )
//rev12:
- Sprachen angepasst ( bei manchen Sonderzeichen wurde das Wort abgetrennt )
- neue Sprachen hinzugefügt ( french.lang, portuguese.lang, spanish.lang )
- Update menü überarbeitet ( Auswahl der Rev möglich )
//rev11:
- fehler beim übergeben des Verzeichnissnamens behoben ( z.B. BootMii Configuration Editor v2.6 )
- schnelleres einlesen der Kategorien
- paar Schönheitsfehler beseitigt
//rev10:
- update funktion eingebaut
- probleme beim laden behoben (priiloader, forwarder, wiiload, exploit)
- "kategorien.dat" wurde zu "categories.dat"
- pfade geändert von settings.xml, categories.dat -> "Root/Config/Homebrew Filter/"
//rev9:
- englische Sprache hinzugefügt
- Screenshot erstellen ( 1 + 2 gleichzeitig drücken )
//rev8:
- wegen total verlust neu gecodet
- lange Beschreibung
- Kategorien verschieben
- neue Einstellmöglichkeiten
//rev7:
- Themes können nun ausgewählt werden
- Design angepasst
//rev6:
- eigene Themes
-> muss im Ordner vom HBF sein "Themes/default"
-> bsp: (sd:/apps/Homebrew Filter/Themes/default)
//rev5:
- kategorie umbenennen
- Fehler mit der Breite des App-Namen behoben ( Dank an Dimok )
//rev4:
- apps verschieben
//rev3:
- Pfeile navigieren eingefügt
//rev2:
- bugfixes
//rev1:
- erste Veröffentlichung
//rev_Beta:
- beta test
- NTFS Unterstützung
- GameCube Apps Unterstützung ( Ordner "gc_apps" )
- zuletzt benutztes Gerät wird gespeichert ( SD/USB )
- Funktion fürs alphabetische Sortieren in einer Kategorie. ( Taste 1 )
- Verschieben von Apps mit gedrückter B Taste
- leicht überarbeitete Gui ( Menü und Passwort )
- Gleichzeitiges Anzeigen von Programmen auf SD und USB
- Config speichern auf SD oder USB
end