From aa9fc400b25750cf80a28a2bd4b91aa3b99d731e Mon Sep 17 00:00:00 2001 From: Jarrod Norwell Date: Wed, 11 Sep 2024 03:50:29 +0800 Subject: [PATCH] Updated v1.9 upcoming changes --- src/NewHome/NewHome.tsx | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/NewHome/NewHome.tsx b/src/NewHome/NewHome.tsx index 4edb671..a71cd99 100644 --- a/src/NewHome/NewHome.tsx +++ b/src/NewHome/NewHome.tsx @@ -29,10 +29,30 @@ export default function NewHome() { secondaryText: 'Added an archive feature that will back up and reset the documents directory every major release to ensure a smooth transition between releases', tertiaryText: 'archive.zip will contain the currently available core folders, this can be moved out of the documents directory, extracted on-device and used with the latest release' }, + { + secondaryText: 'Added the ability to extract a previous archive reverting any changes', + tertiaryText: null + }, + { + secondaryText: 'Added support for the system apps in the Cytrus core', + tertiaryText: null + }, { secondaryText: 'Changed how several features are handled improving support for both iPad and iPhone', tertiaryText: null }, + { + secondaryText: 'Fixed an issue with the AES keys in the Cytrus core', + tertiaryText: null + }, + { + secondaryText: 'Fixed an issue where the X/Y button on physical controllers would get stuck', + tertiaryText: null + }, + { + secondaryText: 'Fixed an issue where system apps would be duplicated in the Cytrus core', + tertiaryText: null + }, { secondaryText: 'Fixed crashing when using Sign in with Apple or Skip due to a damaged documents directory', tertiaryText: null