diff --git a/CHANGELOG.md b/CHANGELOG.md index ac7b1d7..f521e04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,13 @@ # Changelog +## v2.0b +- Added BinLoader server (beta version) +- Added UI menu +- Improved stability and FTP server +- Fixed trophy timestamps + ## v1.1 -- Improved stability and ftp service +- Improved stability and FTP server ## v1.0 - Public release \ No newline at end of file diff --git a/README.md b/README.md index 9ae8ff6..9cc27bb 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,9 @@ \/ \/ \/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ``` + ## Features + - Homebrew Enabler - Debug Settings - VR Support @@ -29,8 +31,15 @@ - UART Enabler - Never Disable Screenshot - Remote Play Enabler -- Persistent FTP on 2121 port (Rest Mode Support) - FW Update Block +- FTP Server on 2121 port +- BinLoader Server on 9090 port +- CE-30391-6 Error CMOS Fix + +### :warning: Warnings + +The BinLoader server is in an experimental phase but in any case there are several payloads around, some even not very well done, which can also be harmful and in the best case only crash the console. So use it with caution. +I have tried to work out to support all payloads possible but no guarantees can be given on this. Obviously I do not take any responsibility in case of use of payloads not made by me. ### Credits @@ -39,14 +48,24 @@ Coded by [SiSTRo](https://github.com/SiSTR0) Special thanks: - [golden](https://github.com/jogolden) - [Joonie](https://github.com/Joonie86) -- [Kamaleon](https://github.com/KameleonReloaded) +- [Kameleon](https://github.com/KameleonReloaded) +- [OSM](https://github.com/OSM-Made) Greeting to other devs: - [Al-Azif](https://github.com/Al-Azif) - [ChendoChap](https://github.com/ChendoChap) -- [flat_z](https://twitter.com/flat_z) -- [idc](https://twitter.com/3226_2143) -- [SocraticBliss](https://twitter.com/SocraticBliss) +- [flat_z](https://github.com/flatz) +- [idc](https://github.com/idc) +- [kiwidoggie](https://github.com/kiwidoggie) +- [qwertyoruiop](https://twitter.com/qwertyoruiopz) +- [sleirsgoevy](https://github.com/sleirsgoevy) +- [Specter](https://github.com/Cryptogenic) +- [SocraticBliss](https://github.com/SocraticBliss) - [Vortex](https://github.com/xvortex) - [zecoxao](https://twitter.com/notzecoxao) +### Note +Project source code is currently private because over time I have seen a sad abuse of the source code that I, like the previous devs who worked on it, have been pleased to make it available to everyone to study and maybe improve it. + +### Donations +Consider donating by this [link](https://goldhen.github.io/support) if you like GoldHEN and want to support my work \ No newline at end of file diff --git a/goldhen_1.1_505.bin b/goldhen_1.1_505.bin deleted file mode 100644 index 11c22a4..0000000 Binary files a/goldhen_1.1_505.bin and /dev/null differ diff --git a/goldhen_1.1_672.bin b/goldhen_1.1_672.bin deleted file mode 100644 index de4df87..0000000 Binary files a/goldhen_1.1_672.bin and /dev/null differ diff --git a/goldhen_1.1_702.bin b/goldhen_1.1_702.bin deleted file mode 100644 index cbe3be5..0000000 Binary files a/goldhen_1.1_702.bin and /dev/null differ diff --git a/goldhen_1.1_750.bin b/goldhen_1.1_750.bin deleted file mode 100644 index 1583005..0000000 Binary files a/goldhen_1.1_750.bin and /dev/null differ diff --git a/goldhen_1.1_751.bin b/goldhen_1.1_751.bin deleted file mode 100644 index e6d675f..0000000 Binary files a/goldhen_1.1_751.bin and /dev/null differ diff --git a/goldhen_1.1_755.bin b/goldhen_1.1_755.bin deleted file mode 100644 index 5a14e04..0000000 Binary files a/goldhen_1.1_755.bin and /dev/null differ diff --git a/goldhen_2.0b_505.bin b/goldhen_2.0b_505.bin new file mode 100644 index 0000000..5accc4d Binary files /dev/null and b/goldhen_2.0b_505.bin differ diff --git a/goldhen_2.0b_672.bin b/goldhen_2.0b_672.bin new file mode 100644 index 0000000..6a50145 Binary files /dev/null and b/goldhen_2.0b_672.bin differ diff --git a/goldhen_2.0b_702.bin b/goldhen_2.0b_702.bin new file mode 100644 index 0000000..f56ae87 Binary files /dev/null and b/goldhen_2.0b_702.bin differ diff --git a/goldhen_2.0b_750.bin b/goldhen_2.0b_750.bin new file mode 100644 index 0000000..2bc8577 Binary files /dev/null and b/goldhen_2.0b_750.bin differ diff --git a/goldhen_2.0b_751.bin b/goldhen_2.0b_751.bin new file mode 100644 index 0000000..d94205d Binary files /dev/null and b/goldhen_2.0b_751.bin differ diff --git a/goldhen_2.0b_755.bin b/goldhen_2.0b_755.bin new file mode 100644 index 0000000..1b9cc45 Binary files /dev/null and b/goldhen_2.0b_755.bin differ