diff --git a/changelog.md b/changelog.md index 0f36f1f..fd7affd 100644 --- a/changelog.md +++ b/changelog.md @@ -1,8 +1,9 @@ ## Changelog -- Adjusted Downscale Factor for Games -- Fixed Automatic Deletion of Games Specified on Gamelist -- Fixed Undetected App Log Spam -- Fixed Key Checking When Detection Fails -- Reduced Phantom Process Killer Aggressiveness on Sleep Mode -- Miscellaneous Fixes and Improvements +- Adjusted Phantom Process Killer Aggressiveness on Sleep Mode +- Allowed Changing ART Profile Without Running Optimization +- Fixed Gamelist Deleting Apps Added by User +- Fixed Sleep Mode +- Fixed Linter Errors +- Fixed Notifier +- Miscellaneous Improvements diff --git a/install b/install index bebfd87..29927fd 100755 Binary files a/install and b/install differ diff --git a/module.prop b/module.prop index 2d59470..8ab6527 100755 --- a/module.prop +++ b/module.prop @@ -1,7 +1,7 @@ id=MAGNETAR name=MAGNETAR -version=19.3.4 (WHISKEY) -versionCode=190304 +version=19.4.0 (WHISKEY) +versionCode=190400 author=Kyliekyler description=Device Performance Optimizer — Aims To Provide An Optimal Experience At Every Usage Scenario updateJson=https://raw.githubusercontent.com/Kyliekyler/MAGNETAR/pre-release/update.json diff --git a/resources.xz b/resources.xz index 611772c..29126e2 100755 Binary files a/resources.xz and b/resources.xz differ diff --git a/update.json b/update.json index 51eabb3..c4ecbd7 100755 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { "version": "WHISKEY ", - "versionCode": 190304, - "zipUrl": "https://github.com/Kyliekyler/MAGNETAR/releases/download/v19.3.4/MAGNETAR.19.3.4.WHISKEY.zip", + "versionCode": 190400, + "zipUrl": "https://github.com/Kyliekyler/MAGNETAR/releases/download/v19.4.0/MAGNETAR.19.4.0.WHISKEY.zip", "changelog": "https://raw.githubusercontent.com/Kyliekyler/MAGNETAR/pre-release/changelog.md" } \ No newline at end of file