From 32e5283ac2ea0a88a6e8a0c6db067ae47a4d5787 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Wed, 15 Apr 2020 01:30:12 -0700 Subject: [PATCH] bump version to 0.11.1 --- docs/changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 99b9cd598..72fec485c 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,4 +1,11 @@ # Changelog +## 0.11.1 ++ A bug was fixed that could cause owls to flicker under certain circumstances. + + For those interested in technical details, in 10.0.0 kernelldr/kernel no longer set cpuactlr_el1, assuming that it was set correctly by the secure monitor. + + However, exosphere did not set cpuactlr_el1. This meant that the register held the reset value going into boot. + + This caused a variety of highly erratic symptoms, including causing basically any game to crash seemingly randomly. ++ A number of other major inaccuracies in exosphere were corrected. ++ General system stability improvements to enhance the user's experience. ## 0.11.0 + Support was added for 10.0.0. + Exosphere has been updated to reflect the new key import semantics in 10.0.0.