-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
4 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,9 +1,19 @@ | ||
{ | ||
"latestVersion": "2.5.1.2", | ||
"latestVersionCode": 386, | ||
"latestVersion": "2.5.1.3", | ||
"latestVersionCode": 394, | ||
"url": "https://github.com/Paget96/LSpeed/releases", | ||
"releaseNotes": [ | ||
"v2.5.1.2", | ||
"- Migrated to latest firebase changes" | ||
"v2.5.1.3", | ||
"- Removed governor tuner execution time", | ||
"- Updated governor tuner parameters", | ||
"- Updated CPU Optimizer code (set the governor before optimization)", | ||
"- Removed entropy section", | ||
"- Removed old code from battery improvement script", | ||
"- Updated IO Block optimization, removed ext4 tweaks", | ||
"- Updated virtual memory tweaks, removed old code, removed useless parameter changes, slightly improved parameters", | ||
"- Improved app code, migrated to Kotlin", | ||
"- Updated UI", | ||
"- Minor fixes and improvements", | ||
"- Updated dependencies" | ||
] | ||
} |