Skip to content

Commit

Permalink
v3.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Neamar committed Apr 25, 2020
1 parent 68f7d4b commit 3102b83
Show file tree
Hide file tree
Showing 2 changed files with 17 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 29
versionCode 177
versionName "3.13.4"
versionCode 178
versionName "3.13.5"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
15 changes: 15 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/178.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Fix since the last beta version:
* Fix: only display double-tap to lock setting on Android P and higher
* Fix: calendar icon in favorite should still update every day

Changelog since last stable version:
* Feat: Multiple widgets are finally here! Please test them :) If you see any issues, report it at https://github.com/Neamar/KISS/issues
* Feat: Resize widgets
* Feat: Bring back tag menu
* Feat: Double tap to lock screen in minimalist mode
* Fix: Issues with favorites accessibility (re-fixed)
* Fix: Hidden favorites when using internal fav bar
* Feat: Gesture customisation, select which action to do for each gesture
* Feat: improvements to the ranking system (@Saveman71)

Stay safe everyone :)

0 comments on commit 3102b83

Please sign in to comment.