New version 69.0.0

This commit is contained in:
Juha Heinanen
2025-09-03 08:38:32 +03:00
parent 404aab1e04
commit 44e46a7db6
2 changed files with 8 additions and 2 deletions

View File

@ -11,8 +11,8 @@ android {
applicationId = "com.tutpro.baresip"
minSdk = 28
targetSdk = 36
versionCode = 446
versionName = "68.2.0"
versionCode = 447
versionName = "69.0.0"
externalNativeBuild {
cmake {
cFlags += "-DHAVE_INTTYPES_H -lstdc++"

View File

@ -0,0 +1,6 @@
- Change color of call button to yellow when call button has been touched, but call has not been made yet
- Do not activate useless software based echo canceling if hardware based is not available
- Always clear security icon and DTMF field when call is closed
- For registered accounts, check that user part of incoming Request URI matches user part of REGISTER request contact URI
- Upstream audio jitter buffer improvements
- New translations (French)