Skip to content

Commit

Permalink
Release tag: v5.1
Browse files Browse the repository at this point in the history
Signed-off-by: sunilpaulmathew <sunil.kde@gmail.com>
  • Loading branch information
sunilpaulmathew committed Sep 19, 2018
1 parent 0d337dd commit 8c207b6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ android {
minSdkVersion 15
targetSdkVersion 27
versionCode 5
versionName "5.0-" + getDate()
versionName "5.1-" + getDate()
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
archivesBaseName = "$applicationId-v$versionName"
Expand Down
4 changes: 4 additions & 0 deletions change-logs.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change-logs

## 31. September 19, 2018
*Release-tag: v5.1*
Changes: SmartPack: Fully re-construct kernel auto-flash (now much more simple & accurate). Live charging status: Add charging source (Cash/AC/USB) information. Misc: add WireGuard version information. Initial support for OnePlus 5 (since it share a common kernel source with 5T). A lot of under-the-hood changes in Battery, CPU & Sound pages.

## 30. September 10, 2018
*Release-tag: v5.0*
Changes: CPU Boost: add control over CPU Input Boost Freq. Overall UI enhancements. SmartPack: Improve auto-flash. appupdater: fetch updates from upstream repo.
Expand Down
11 changes: 6 additions & 5 deletions download/App-update.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"latestVersion": "5.0-20180910",
"latestVersion": "5.1-20180919",
"url": "https://github.com/SmartPack/SmartPack-Kernel-Manager/blob/master/download/com.smartpack.kernelmanager.apk?raw=true",
"releaseNotes": [
"Change-log:",
"- CPU Boost: add control over CPU Input Boost Freq.",
"- Overall UI enhancements.",
"- SmartPack: Improve kernel auto-flash.",
"- appupdater: fetch updates from upstream repo."
"- SmartPack: Fully re-construct kernel auto-flash (now much more simple & accurate).",
"- Live charging status: Add charging source (Cash/AC/USB) information.",
"- Misc: add WireGuard version information.",
"- Initial support for OnePlus 5 (since it share a common kernel source with 5T).",
"- A lot of under-the-hood changes in Battery, CPU & Sound pages."
]
}
Binary file modified download/com.smartpack.kernelmanager.apk
Binary file not shown.

0 comments on commit 8c207b6

Please sign in to comment.