Skip to content

Commit e80aecb

Browse files
committed
v3.24.1
1 parent c1b7c11 commit e80aecb

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ android {
2121
minSdkVersion 15
2222
compileSdkVersion 35
2323
targetSdkVersion 35
24-
versionCode 217
25-
versionName "3.24.0"
24+
versionCode 218
25+
versionName "3.24.1"
2626
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2727
}
2828
buildTypes {
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
* fix private space shortcuts
2+
* fix widgets not working properly
3+
* fix widget size not always applied properly beginning with android 12
4+
* fix history screen closing by itself on refresh
5+
* fix theme for KISS settings, do not apply advanced theme customisations
6+
* fix call option not showing for phone number
7+
* make internal shortcut id unique to allow multiple shortcuts with same name
8+
* convert keypad letters to digits during phone number normalization
9+
* use updated search algorithm by default
10+
* add setting to define how matches in results are highlighted

0 commit comments

Comments
 (0)