Skip to content

Commit

Permalink
v3.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Neamar committed Apr 15, 2020
1 parent b9b41a5 commit decb7f1
Show file tree
Hide file tree
Showing 2 changed files with 18 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 176
versionName "3.13.3"
versionCode 177
versionName "3.13.4"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
16 changes: 16 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/177.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Fix since the last beta version:
* Fix: fix long click issue on scrolling widgets
* Feat:Double tap to lock screen in minimalist mode
* Feat: improvements to the ranking system (@Saveman71)
* Feat: Gesture customisation, select which action to do for each gesture

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

Stay safe everyone :)

0 comments on commit decb7f1

Please sign in to comment.