Skip to content

Commit

Permalink
19.3.3
Browse files Browse the repository at this point in the history
Changelog

- 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)

Signed-off-by: Kyliekyler <[email protected]>
  • Loading branch information
Kyliekyler committed Apr 6, 2024
1 parent 8fb87ad commit 3e2ba7f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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)
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.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
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": "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"
}

0 comments on commit 3e2ba7f

Please sign in to comment.