Skip to content

Commit

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

- Adjusted Tuning
- Fixed ART Optimization
- Fixed Config Application
- Fixed Notifier
- Increased ML Dataset Size
- Improved Speed of Game Detection
- Refactored Util Functions

Signed-off-by: Kyliekyler <siosonkylebrandon@gmail.com>
  • Loading branch information
Kyliekyler committed Mar 15, 2024
1 parent 61df268 commit 6971fd2
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 16 deletions.
18 changes: 7 additions & 11 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
## Changelog

- Adjusted Frequency Scaling
- Fixed ART Profile Selection for A14
- Fixed Algorithm Training Refusal
- Fixed Daemon Getting Stuck on A14
- Fixed Obtaining Refresh-Rate Data
- Fixed Root Detection
- Implemented Smart Parameter Checking
- Improved Debug Logging
- Improved Variable Localization
- Updated Dependencies
- Miscellaneous Changes
- Adjusted Tuning
- Fixed ART Optimization
- Fixed Config Application
- Fixed Notifier
- Increased ML Dataset Size
- Improved Speed of Game Detection
- Refactored Util Functions
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.0 (VICTOR)
versionCode=190300
version=19.3.1 (WHISKEY)
versionCode=190301
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.
6 changes: 3 additions & 3 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "VICTOR ",
"versionCode": 190300,
"zipUrl": "https://github.com/Kyliekyler/MAGNETAR/releases/download/v19.3.0/MAGNETAR.19.3.0.VICTOR.zip",
"version": "WHISKEY ",
"versionCode": 190301,
"zipUrl": "https://github.com/Kyliekyler/MAGNETAR/releases/download/v19.3.1/MAGNETAR.19.3.1.WHISKEY.zip",
"changelog": "https://raw.githubusercontent.com/Kyliekyler/MAGNETAR/pre-release/changelog.md"
}

0 comments on commit 6971fd2

Please sign in to comment.