diff --git a/CHANGELOG.md b/CHANGELOG.md index 6accff7ad..a3a2dafcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,28 @@ Group changes to describe their impact on the project, as follows: - Increased shared media preview size in chat - Un-encrypted conversation warning will be more visible for accounts that support end-to-end encrypted conversations - Made numpad buttons larger by changing their shape +- All LDAP fields are mandatory now, added toggle to choose wether or not to print LDAP logs +- Permission fragment will only show missing ones + +## [6.0.19] - 2025-10-16 + +### Added +- Spanish and Slovakian translations thanks to Weblate contributors + +### Changed +- SIP addresses domain hidden in Suggestions if it matches the currently selected account SIP identity domain +- Start proximity sensor when an incoming call is answered from the notification (disabling screen when device is near) + +### Fixed +- Black screen when trying to scan a QR Code right after granting CAMERA permission (only happened on some devices) +- Possible crash due to ConcurrentModificationException +- Camera preview in conference that was black sometimes after switching layout +- Possibly wrong screen sharing participant name in conference +- Presence SUBSCRIBE that was only sent for sip.linphone.org accounts +- Keyboard suggestions in participant picker textfield +- Account labelled as Disabled instead of Disconnected when network isn't reachable +- Suggestions generated avatar if username starts with '+' +- Two LDAP fields label where swapped ## [6.0.18] - 2025-09-15 diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 23e6b4f47..d77c8ed36 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -100,7 +100,7 @@ android { applicationId = packageName minSdk = 28 targetSdk = 36 - versionCode = 600018 // 6.00.018 + versionCode = 600019 // 6.00.019 versionName = "6.1.0-alpha" manifestPlaceholders["appAuthRedirectScheme"] = packageName