diff --git a/changelog.md b/changelog.md index 186e417..e687dd4 100644 --- a/changelog.md +++ b/changelog.md @@ -1,9 +1,9 @@ ## Changelog -- 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 +- Adjusted Process Priorities +- Adjusted VM Tuning +- Fixed Undetected App Log Spam +- Forced Frequency Override +- Utilized Phantom Process Killer for RAM Management +- Set Aggressive RAM Management on Sleep Mode +- Renamed All Corresponding LMK to PPK (Phantom Process Killer) diff --git a/install b/install index f27155b..5cf7bd8 100755 Binary files a/install and b/install differ diff --git a/module.prop b/module.prop index 33042ff..f74aaf7 100755 --- a/module.prop +++ b/module.prop @@ -1,7 +1,7 @@ id=MAGNETAR name=MAGNETAR -version=19.3.2 (WHISKEY) -versionCode=190302 +version=19.3.3 (WHISKEY) +versionCode=190303 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 dca164f..e483948 100755 Binary files a/resources.xz and b/resources.xz differ diff --git a/update.json b/update.json index ffa9e88..d26f3c7 100755 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { "version": "WHISKEY ", - "versionCode": 190302, - "zipUrl": "https://github.com/Kyliekyler/MAGNETAR/releases/download/v19.3.2/MAGNETAR.19.3.2.WHISKEY.zip", + "versionCode": 190303, + "zipUrl": "https://github.com/Kyliekyler/MAGNETAR/releases/download/v19.3.3/MAGNETAR.19.3.3.WHISKEY.zip", "changelog": "https://raw.githubusercontent.com/Kyliekyler/MAGNETAR/pre-release/changelog.md" } \ No newline at end of file