New version 88.0.1

This commit is contained in:
Juha Heinanen
2026-07-23 07:04:47 +03:00
parent 4f608ccbf4
commit 0ad94c6e0e
2 changed files with 8 additions and 2 deletions

View File

@ -13,8 +13,8 @@ configure<ApplicationExtension> {
applicationId = "com.tutpro.baresip" applicationId = "com.tutpro.baresip"
minSdk = 28 minSdk = 28
targetSdk = 36 targetSdk = 36
versionCode = 533 versionCode = 534
versionName = "88.0.0" versionName = "88.0.1"
@Suppress("UnstableApiUsage") @Suppress("UnstableApiUsage")
externalNativeBuild { externalNativeBuild {
cmake { cmake {

View File

@ -0,0 +1,6 @@
- Improved contact mode selection in contacts screen menu
- Improved contacts screen search and new contact layout
- Match search string to contacts' TEL URIs also on main and chats screens
- Allow contact with name only
- Improved contact's edit layout
- Always show new incoming chat message last in the message list