diff --git a/app/build.gradle b/app/build.gradle index 06b9b784..15660b7f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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' diff --git a/fastlane/metadata/android/en-US/changelogs/23.0.0.txt b/fastlane/metadata/android/en-US/changelogs/23.0.0.txt new file mode 100644 index 00000000..6eb4622c --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/23.0.0.txt @@ -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