New version 23.0.0

This commit is contained in:
Juha Heinanen
2020-11-17 08:35:10 +02:00
parent d7156898a3
commit aa2ccbaade
2 changed files with 9 additions and 2 deletions

View File

@ -8,8 +8,8 @@ android {
applicationId = 'com.tutpro.baresip'
minSdkVersion 21
targetSdkVersion 29
versionCode = 139
versionName = '22.1.0'
versionCode = 140
versionName = '23.0.0'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H'

View File

@ -0,0 +1,7 @@
- Added visibility toggle to Account's Authentication and STUN/TURN Passwords
- Prefer VPN interface (if any) when choosing from available network interfaces
- Added note to About text about interface preference order
- Improved configuration of Account's Media NAT Traversal
- Default to Google's STUN server also when Media NAT Traversal protocol is ICE
- Increased maximum lengths of Account's Authentication and STUN/TURN Usernames and Display Name to 64 characters
- Added/updated FR, NO, and FI string translations