From 7650c5eb96d2a03fc9cc50887e5b78f911a27a28 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Mon, 16 Oct 2023 12:30:11 -0700 Subject: [PATCH] docs: add changelog for 1.6.1 --- docs/changelog.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index a46f2a4ac..d379849ff 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,4 +1,13 @@ # Changelog +## 1.6.1 ++ An improved solution to [the problem that would cause consoles which had previously re-built their SYSTEM partition to brick on update-to-17.0.0](https://gist.github.com/SciresM/2ddb708c812ed585c4d99f54e25205ff) was added. + + In particular, booting atmosphère will now automatically detect the problem and unbrick any consoles which have fallen into this state. ++ Some improvements were made to `haze`, including: + + Performance was greatly improved: + + Support was added for GetObjectPropList, which decreases the amount of requests made by ~8x. + + Haze now performs rendering on the GPU, freeing up the CPU to respond to requests in a more timely manner. + + An issue was fixed with how `haze` configures `bMaxPacketSize0` which improves support for USB3. ++ General system stability improvements to enhance the user's experience. ## 1.6.0 + Basic support was added for 17.0.0. + The console should boot and atmosphère should be fully functional. However, not all modules have been fully updated to reflect the latest changes.