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: docs/changelog.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,22 @@
1
1
# Changelog
2
+
## 1.11.0
3
+
+ Support was added for 22.0.0.
4
+
+ Special thanks to @alula for handling a large chunk of the necessary kernel, loader and erpt changes.
5
+
+ The console should boot and atmosphère should be fully functional.
6
+
+**Please note**: A change in how applications/applets' lifespan is managed broke the homebrew ecosystem.
7
+
+ All applications and applets are expected to perform a clean exit by calling the relevant IPC commands.
8
+
+ Homebrew compiled with libnx and hbmenu itself explicitly avoid exiting so it can keep using the same process.
9
+
+ Properly fixing this would require a re-design of how homebrew is launched and terminated.
10
+
+ As a temporary solution, patches to the `am` sysmodule are now included which allow restoring the previous behavior and regain homebrew compatibility without any further changes.
11
+
+ Nonetheless, please report any issues you may face when testing homebrew to ensure no edge cases have been missed.
12
+
+`exosphère` was updated to reflect the latest official secure monitor behavior.
13
+
+`mesosphère` was updated to reflect the latest official kernel behavior.
14
+
+`loader` was updated to reflect the latest official behavior.
15
+
+`erpt` was updated to reflect the latest official behavior.
16
+
+`pgl` was updated to fix a few issues.
17
+
+ Support was added for memory modes above 4GB (thanks @CTCaer).
18
+
+ A build time option to configure Joy-Con rails as UART for debugging was added (thanks @alula).
19
+
+ General system stability improvements to enhance the user's experience.
2
20
## 1.10.2
3
21
+ Basic support was added for 21.2.0.
4
22
+ General system stability improvements to enhance the user's experience.
0 commit comments