diff --git a/changelog.md b/changelog.md index 7e6bcac..186e417 100644 --- a/changelog.md +++ b/changelog.md @@ -1,9 +1,9 @@ ## Changelog -- Adjusted Tuning -- Fixed ART Optimization -- Fixed Config Application -- Fixed Notifier -- Increased ML Dataset Size -- Improved Speed of Game Detection -- Refactored Util Functions +- Added Ability to View ML Training Data +- Fixed Thermal Profiles +- Fixed Magisk Detection +- Fixed Profile Notices +- Fixed FPS Info Log +- Updated Dependencies +- Miscellaneous Changes and Improvements diff --git a/install b/install index 2d86654..f27155b 100755 Binary files a/install and b/install differ diff --git a/module.prop b/module.prop index 7c46c45..33042ff 100755 --- a/module.prop +++ b/module.prop @@ -1,7 +1,7 @@ id=MAGNETAR name=MAGNETAR -version=19.3.1 (WHISKEY) -versionCode=190301 +version=19.3.2 (WHISKEY) +versionCode=190302 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 42effa5..dca164f 100755 Binary files a/resources.xz and b/resources.xz differ diff --git a/update.json b/update.json index 9a40980..ffa9e88 100755 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { "version": "WHISKEY ", - "versionCode": 190301, - "zipUrl": "https://github.com/Kyliekyler/MAGNETAR/releases/download/v19.3.1/MAGNETAR.19.3.1.WHISKEY.zip", + "versionCode": 190302, + "zipUrl": "https://github.com/Kyliekyler/MAGNETAR/releases/download/v19.3.2/MAGNETAR.19.3.2.WHISKEY.zip", "changelog": "https://raw.githubusercontent.com/Kyliekyler/MAGNETAR/pre-release/changelog.md" } \ No newline at end of file