diff --git a/README.md b/README.md index c1db804a8..4a6170df0 100755 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ ![](banner.png) -[![](https://img.shields.io/badge/SmartPack--Kernel%20Manager-v11.8-green)](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v11.8/com.smartpack.kernelmanager-v11.8-release.apk) +[![](https://img.shields.io/badge/SmartPack--Kernel%20Manager-v11.9-green)](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v11.9/com.smartpack.kernelmanager-v11.9-release.apk) ![](https://img.shields.io/github/downloads/SmartPack/SmartPack-Kernel-Manager/total) -![](https://img.shields.io/github/downloads/SmartPack/SmartPack-Kernel-Manager/v11.8/total) +![](https://img.shields.io/github/downloads/SmartPack/SmartPack-Kernel-Manager/v11.9/total) ![](https://img.shields.io/github/contributors/smartpack/SmartPack-Kernel-Manager) ![](https://img.shields.io/github/license/smartpack/SmartPack-Kernel-Manager) @@ -13,7 +13,7 @@ Welcome to the beta development channel of SmartPack-Kernel Man ## Download [](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v11.8/com.smartpack.kernelmanager-v11.8-release.apk) + height="80">](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v11.9/com.smartpack.kernelmanager-v11.9-release.apk) ## Features * Almost all the features available in Kernel Adiutor. diff --git a/app/build.gradle b/app/build.gradle index 287039bd7..b7f630cf1 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -18,8 +18,8 @@ android { applicationId "com.smartpack.kernelmanager" minSdkVersion 21 targetSdkVersion 29 - versionCode 118 - versionName "11.8" + versionCode 119 + versionName "11.9" multiDexEnabled true vectorDrawables.useSupportLibrary = true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" diff --git a/change-logs.md b/change-logs.md index df6ea3d1f..8794ca7e0 100644 --- a/change-logs.md +++ b/change-logs.md @@ -1,5 +1,9 @@ # Change-logs +## 113. May 29, 2020 +*Release-tag: beta_v11.9*
+Flasher: Added debug mode (capture full log if enabled). LMK: Added fast run control switch. + ## 112. May 19, 2020 *Release-tag: beta_v11.8*
Added support to ThunderPlug CPU hotplug driver. Moved all CPU Boost settings into a new page (link in CPU). Updated Script Manager to show success dialog even if the output is empty. Blocked swipe/drage option for profiles and scripts. Removed circular image view from app (reduced app size). Miscellaneous changes.