diff --git a/changelog.md b/changelog.md index ffc2419..ff164db 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,13 @@ - Fixed Notifier Permissions - Increased FPS Throttling Value to Half of Max Refresh-Rate for A13+ - Improved Training Algorithm Efficiency +- Improved Debug Logging +- Improved Daemon Runtime +- Fixed CPU and GPU Frequency Scaling for Some Devices +- Fixed Notification Function +- Added CPU Core Control - Adjusted Ram Management Aggressiveness on Sleep Mode +- Adjusted CPU Freq Scaling Aggressiveness +- Added Support for Android 15 - Removed Unnecessary Checking of Config - Updated Dependencies diff --git a/install b/install index f642cb0..01612fa 100755 Binary files a/install and b/install differ diff --git a/module.prop b/module.prop index 05ce2f8..ab87426 100755 --- a/module.prop +++ b/module.prop @@ -1,7 +1,7 @@ id=MAGNETAR name=MAGNETAR -version=19.4.1 (X-RAY) -versionCode=190401 +version=19.5.0 (X-RAY) +versionCode=190500 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 15a05db..086fd73 100644 Binary files a/resources.xz and b/resources.xz differ diff --git a/update.json b/update.json index e7a1b28..e567c03 100755 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { "version": "X-RAY ", - "versionCode": 190401, - "zipUrl": "https://github.com/Kyliekyler/MAGNETAR/releases/download/v19.4.1/MAGNETAR.19.4.1.X-RAY.zip", + "versionCode": 190500, + "zipUrl": "https://github.com/Kyliekyler/MAGNETAR/releases/download/v19.5.0/MAGNETAR.19.5.0.X-RAY.zip", "changelog": "https://raw.githubusercontent.com/Kyliekyler/MAGNETAR/pre-release/changelog.md" } \ No newline at end of file