Skip to content

Commit

Permalink
v3.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Neamar committed Feb 24, 2020
1 parent 3c845ac commit 596429b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ android {
applicationId 'fr.neamar.kiss'
minSdkVersion 15
targetSdkVersion 28
versionCode 170
versionName "3.12.0"
versionCode 171
versionName "3.12.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
13 changes: 13 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/171.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
* Perf: memory usage reduced (less images stored in memory, less services)
* Perf: speed increased when history gets really long
* Perf: no CPU drain from previous widgets. (you'll need to reconfigure your widget)
* Feat: Added option for larger favorites
* Feat: Added menu option to view app on Store
* Feat: Google and DuckDuckGo searches now get custom icons
* Fix: App scrollbar is now properly themed
* Fix: Favorites properly display ripple effect on touch
* Fix: Improved animation when searching with more than a single web provider
* Fix: Scroll is not reset when adding a tag
* Fix: Scroll is not reset when excluding an app
* Fix: Scroll is not reset when updating an app
* Fix: tag favorites work again

0 comments on commit 596429b

Please sign in to comment.