Skip to content

Commit 3102b83

Browse files
committed
v3.13.5
1 parent 68f7d4b commit 3102b83

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ android {
1919
applicationId 'fr.neamar.kiss'
2020
minSdkVersion 15
2121
targetSdkVersion 29
22-
versionCode 177
23-
versionName "3.13.4"
22+
versionCode 178
23+
versionName "3.13.5"
2424
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2525
}
2626
buildTypes {
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Fix since the last beta version:
2+
* Fix: only display double-tap to lock setting on Android P and higher
3+
* Fix: calendar icon in favorite should still update every day
4+
5+
Changelog since last stable version:
6+
* Feat: Multiple widgets are finally here! Please test them :) If you see any issues, report it at https://github.com/Neamar/KISS/issues
7+
* Feat: Resize widgets
8+
* Feat: Bring back tag menu
9+
* Feat: Double tap to lock screen in minimalist mode
10+
* Fix: Issues with favorites accessibility (re-fixed)
11+
* Fix: Hidden favorites when using internal fav bar
12+
* Feat: Gesture customisation, select which action to do for each gesture
13+
* Feat: improvements to the ranking system (@Saveman71)
14+
15+
Stay safe everyone :)

0 commit comments

Comments
 (0)