You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Simplified directory deleting logic for both Goldleaf and Quark, making everything less slower (thanks @pheki)
6
+
7
+
## Goldleaf
8
+
9
+
- Introducing savedata browsing! select a game from the game manager menu, and mount it's savedata. Note that, if you forget to unmount them manually, they will be automatically unmounted when Goldleaf is exited
10
+
11
+
- Support for firmware installing, via Atmosphere's ams:su service extension!
12
+
13
+
- Now fatal crashes are avoided, and Goldleaf will just display an error message via the console's error applet, and save its own report with information about the crash/error.
14
+
15
+
- Simplified and cleaned a lot of internal code, hopefully making everything more stable
16
+
17
+
- Updated libnx and Plutonium - this implies support for previously unsupported special text (Japanese and Chinese characters, etc.) with last Plutonium
18
+
19
+
- Removed emuiibo manager - emuiibo's overlay is now the optimal and recommended manager for emuiibo
20
+
21
+
- Amiibo dumping support was updated to match emuiibo v0.5.x's format
22
+
23
+
- Non-lowercase file extensions (.TXT, .biN, .Nsp, etc.) are now properly supported
24
+
25
+
- Fixed resetting a title's launch version, which wasn't properly implemented on previous releases
26
+
27
+
- Now dumped firmware will be compatible with Atmosphere's Daybreak firmware tool, deprecating Choi support (as Daybreak is a better and safer alternative)
28
+
29
+
- Removed support for dumping firmware as NSP packages, as no relevent firmware tool makes use of that format
30
+
31
+
- Reboot-to-payload functionality (which can be used with .bin files) has been internally improved with Atmosphere's bpc:ams extensions
32
+
33
+
- 🌈 Random color schemes/pallets are used by default now, instead of default light/dark blue schemes
34
+
35
+
- Fixed a small bug where no personalized tickets would be detected if no common tickets were present in the console
36
+
37
+
- Introducing USB drive support, thanks to me and DarkMatterCore's new project: [libusbhsfs](https://github.com/DarkMatterCore/libusbhsfs), a library to include USB drive support in your homebrew projects!
38
+
39
+
- Both FAT (including exFAT) and NTFS filesystems are supported ;)
40
+
41
+
- Other minor code improvements or small bug fixes
42
+
43
+
## Quark
44
+
45
+
- Several improvements related to various small errors
46
+
47
+
- From now on, two different builds will be compiled/released: one for Java 8 and one for Java 9 or higher, in order to avoid version issues
0 commit comments