-
-
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 Support for Apatch - Added Support for Android 14 - Added More Games to Database - Adjusted Process Priorities - Adjusted Tuning - Fixed Backup Importation - Fixed Browser Issues - Improved Module Memory Usage - Improved Execution Time - Reenabled Notifier (Updated Target SDK to 34) - Updated Dependencies - Miscellaneous Changes Signed-off-by: Kyliekyler <siosonkylebrandon@gmail.com>
- Loading branch information
1 parent
b88baca
commit d292b4d
Showing
8 changed files
with
28 additions
and
17 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
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,14 @@ | ||
## Changelog | ||
|
||
- Added Packages on Game Database | ||
- Adjusted Dynamic Refresh-Rate Sensitivity | ||
- Fixed Duplicate Installation | ||
- Switched Target to aarch64-linux-android from aarch64-unknown-linux-musl | ||
- Added Support for Apatch | ||
- Added Support for Android 14 | ||
- Added More Games to Database | ||
- Adjusted Process Priorities | ||
- Adjusted Tuning | ||
- Fixed Backup Importation | ||
- Fixed Browser Issues | ||
- Improved Module Memory Usage | ||
- Improved Execution Time | ||
- Improved Security | ||
- Reenabled Notifier (Updated Target SDK to 34) | ||
- Updated Dependencies | ||
- Miscellaneous Fixes and Improvements |
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
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.3 (VICTOR) | ||
versionCode=190203 | ||
version=19.2.4 (VICTOR) | ||
versionCode=190204 | ||
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": "VICTOR ", | ||
"versionCode": 190203, | ||
"zipUrl": "https://github.com/Kyliekyler/MAGNETAR/releases/download/v19.2.3/MAGNETAR.19.2.3.VICTOR.zip", | ||
"versionCode": 190204, | ||
"zipUrl": "https://github.com/Kyliekyler/MAGNETAR/releases/download/v19.2.4/MAGNETAR.19.2.4.VICTOR.zip", | ||
"changelog": "https://raw.githubusercontent.com/Kyliekyler/MAGNETAR/pre-release/changelog.md" | ||
} |