Skip to content

Commit

Permalink
Release tag: v6.9
Browse files Browse the repository at this point in the history
Signed-off-by: sunilpaulmathew <sunil.kde@gmail.com>
  • Loading branch information
sunilpaulmathew committed Dec 4, 2018
1 parent 51d4ea6 commit c0e09d3
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 6
versionName "6.8-" + getDate()
versionName "6.9-" + getDate()
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "androidx.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

## 44. December 04, 2018
*Release-tag: v6.9*
Changes: Virtual Memory: Add RAM & Swap info. Virtual Memory: Switch to card view (visual enhancements). Sound: Faux & Boeflfa Headphone: Remove buggy per-channel gain. Sound: Overall changes including a bunch of internal improvements. Misc changes.

## 43. November 29, 2018
*Release-tag: v6.8*
Changes: CPU Input Boost: Bunch of internal changes. CPU Input Boost Duration: switch to Input type. SmartPack: implement the latest kernel version notification (update check). SmartPack: overall (internal) improvements.
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": "6.8-20181129",
"latestVersion": "6.9-20181204",
"url": "https://github.com/SmartPack/SmartPack-Kernel-Manager/blob/master/download/com.smartpack.kernelmanager.apk?raw=true",
"releaseNotes": [
"Change-log:",
"- CPU Input Boost: Bunch of internal changes.",
"- CPU Input Boost Duration: switch to Input type.",
"- SmartPack: implement the latest kernel version notification (update check).",
"- SmartPack: overall (internal) improvements"
"- Virtual Memory: Add RAM & Swap info.",
"- Virtual Memory: Switch to card view (visual enhancements).",
"- Sound: Faux & Boeflfa Headphone: Remove buggy per-channel gain.",
"- Sound: Overall changes including a bunch of internal improvements.",
"- Misc changes."
]
}
Binary file modified download/com.smartpack.kernelmanager.apk
Binary file not shown.

0 comments on commit c0e09d3

Please sign in to comment.