-
-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changelog - Added Auto Low Refresh-Rate on Sleep Mode - Fixed GPU and Input Boost Frequency Scaling - Fixed Refresh-Rate Help Response - Improved Game Detection - Reduced Sleep Mode Exit Time Signed-off-by: Kyliekyler <siosonkylebrandon@gmail.com>
- Loading branch information
1 parent
dc1026a
commit eb02c5d
Showing
6 changed files
with
9 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
## Changelog | ||
|
||
- Added More Games to Detect | ||
- Adjusted GPU Frequency Scaling | ||
- Fixed Shuffled Refresh-Rate Config | ||
- Fixed Updater | ||
- Fixed CLI Prompt Response | ||
- Miscellaneous Improvements | ||
- Added Auto Low Refresh-Rate on Sleep Mode | ||
- Fixed GPU and Input Boost Frequency Scaling | ||
- Fixed Refresh-Rate Help Response | ||
- Improved Game Detection | ||
- Reduced Sleep Mode Exit Time |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
id=MAGNETAR | ||
name=MAGNETAR | ||
version=19.2.0 (UNIFORM) | ||
versionCode=190200 | ||
version=19.2.1 (VICTOR) | ||
versionCode=190201 | ||
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 not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"version": "UNIFORM ", | ||
"versionCode": 190200, | ||
"version": "VICTOR ", | ||
"versionCode": 190201, | ||
"zipUrl": "https://github.com/Kyliekyler/MAGNETAR-UPDATER/releases/download/v5.0/MAGNETAR-UPDATER.zip", | ||
"changelog": "https://raw.githubusercontent.com/Kyliekyler/MAGNETAR/pre-release/changelog.md" | ||
} |