Skip to content

Commit

Permalink
19.5.0 (X-RAY)
Browse files Browse the repository at this point in the history
Changelog

- 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

Signed-off-by: Kyliekyler <siosonkylebrandon@gmail.com>
  • Loading branch information
Kyliekyler committed Sep 17, 2024
1 parent c92c106 commit 0b29164
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Binary file modified install
Binary file not shown.
4 changes: 2 additions & 2 deletions module.prop
Original file line number Diff line number Diff line change
@@ -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
Binary file modified resources.xz
Binary file not shown.
4 changes: 2 additions & 2 deletions update.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 0b29164

Please sign in to comment.