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
Copy file name to clipboardExpand all lines: cur-changelog.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,14 @@ Before anything, as always: new language texts were added to reflect the changes
8
8
9
9
- Fixed issues where some theme files were not properly cache'd and thus would not load
10
10
11
+
- Now, uLaunch's applet processes (uMenu, aka the visible HOME menu, and uLoader, aka any homebrew launched as applets from uMenu) are loaded over the *album* applet by default
12
+
13
+
- Previously, uMenu would run over *eShop* and uLoader over *parental controls* by default... which was a rather arbitrary choice made years ago
14
+
15
+
- Now uSystem's code has been adapted so that uLoader, uMenu and other used applets run over the same applet type (now uMenu, uLoader and the regular album all run over the *album* applet process) since that would have caused issues in prior versions
16
+
17
+
- This might be speculation, but running our stuff over *album* might probably be safer than using something like *eShop* ;)
18
+
11
19
- The default string (if all language files failed to load) is now `<unknown>` instead of an empty string.
12
20
13
21
- Invalid, previously selected homebrew takeover applications are reset (if you selected an application as homebrew takeover and then deleted the application, uLaunch would previously crash trying to launch homebrew over it,but now such invalid setting is automatically cleaned)
if(!Module['preRun'])throw'Module.preRun should exist because file support used it; did a pre-js delete it?';
226
226
necessaryPreJSTasks.forEach((task)=>{
227
227
if(Module['preRun'].indexOf(task)<0)throw'All preRun tasks that exist before user pre-js code should remain after; did you replace Module or modify Module.preRun?';
228
228
});
229
-
// end include: /tmp/tmpqxq69bix.js
229
+
// end include: /tmp/tmpxlmjqlzd.js
230
230
231
231
232
232
// Sometimes an existing Module object exists with properties
0 commit comments