diff --git a/changelog.md b/changelog.md index d5def6b..7e6bcac 100644 --- a/changelog.md +++ b/changelog.md @@ -1,13 +1,9 @@ ## Changelog -- Adjusted Frequency Scaling -- Fixed ART Profile Selection for A14 -- Fixed Algorithm Training Refusal -- Fixed Daemon Getting Stuck on A14 -- Fixed Obtaining Refresh-Rate Data -- Fixed Root Detection -- Implemented Smart Parameter Checking -- Improved Debug Logging -- Improved Variable Localization -- Updated Dependencies -- Miscellaneous Changes +- Adjusted Tuning +- Fixed ART Optimization +- Fixed Config Application +- Fixed Notifier +- Increased ML Dataset Size +- Improved Speed of Game Detection +- Refactored Util Functions diff --git a/install b/install index 3ddbf3f..2d86654 100755 Binary files a/install and b/install differ diff --git a/module.prop b/module.prop index f912900..7c46c45 100755 --- a/module.prop +++ b/module.prop @@ -1,7 +1,7 @@ id=MAGNETAR name=MAGNETAR -version=19.3.0 (VICTOR) -versionCode=190300 +version=19.3.1 (WHISKEY) +versionCode=190301 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 71985a1..42effa5 100755 Binary files a/resources.xz and b/resources.xz differ diff --git a/update.json b/update.json index c4603b6..9a40980 100755 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "version": "VICTOR ", - "versionCode": 190300, - "zipUrl": "https://github.com/Kyliekyler/MAGNETAR/releases/download/v19.3.0/MAGNETAR.19.3.0.VICTOR.zip", + "version": "WHISKEY ", + "versionCode": 190301, + "zipUrl": "https://github.com/Kyliekyler/MAGNETAR/releases/download/v19.3.1/MAGNETAR.19.3.1.WHISKEY.zip", "changelog": "https://raw.githubusercontent.com/Kyliekyler/MAGNETAR/pre-release/changelog.md" } \ No newline at end of file