Skip to content

Commit

Permalink
19.4.0 (WHISKEY)
Browse files Browse the repository at this point in the history
Changelog

- Adjusted Phantom Process Killer Aggressiveness on Sleep Mode
- Allowed Changing ART Profile Without Running Optimization
- Fixed Gamelist Deleting Apps Added by User
- Fixed Sleep Mode
- Fixed Linter Errors
- Fixed Notifier
- Miscellaneous Improvements

Signed-off-by: Kyliekyler <siosonkylebrandon@gmail.com>
  • Loading branch information
Kyliekyler committed Apr 17, 2024
1 parent ebc6878 commit 992e5c2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
13 changes: 7 additions & 6 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
## Changelog

- Adjusted Downscale Factor for Games
- Fixed Automatic Deletion of Games Specified on Gamelist
- Fixed Undetected App Log Spam
- Fixed Key Checking When Detection Fails
- Reduced Phantom Process Killer Aggressiveness on Sleep Mode
- Miscellaneous Fixes and Improvements
- Adjusted Phantom Process Killer Aggressiveness on Sleep Mode
- Allowed Changing ART Profile Without Running Optimization
- Fixed Gamelist Deleting Apps Added by User
- Fixed Sleep Mode
- Fixed Linter Errors
- Fixed Notifier
- Miscellaneous Improvements
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.4 (WHISKEY)
versionCode=190304
version=19.4.0 (WHISKEY)
versionCode=190400
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": 190304,
"zipUrl": "https://github.com/Kyliekyler/MAGNETAR/releases/download/v19.3.4/MAGNETAR.19.3.4.WHISKEY.zip",
"versionCode": 190400,
"zipUrl": "https://github.com/Kyliekyler/MAGNETAR/releases/download/v19.4.0/MAGNETAR.19.4.0.WHISKEY.zip",
"changelog": "https://raw.githubusercontent.com/Kyliekyler/MAGNETAR/pre-release/changelog.md"
}

0 comments on commit 992e5c2

Please sign in to comment.