From 1183a9e1c23cbf797c466c27c1dfc794d93347c9 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Fri, 21 Nov 2025 10:01:34 +0100 Subject: [PATCH] Updated CHANGELOG & version code from release/6.0 branch --- CHANGELOG.md | 14 +++++++++++++- app/build.gradle.kts | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3a2dafcd..c0c565cb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,8 @@ Group changes to describe their impact on the project, as follows: - Added support for HDMI audio devices ### Changed +- No longer follow TelecomManager audio endpoint during calls, using our own routing policy +- Removing an account will also remove all related data in the local database (auth info, call logs, conversations, meetings, etc...) - Hide SIP address/phone number picker dialog if contact has exactly one SIP address matching both the app default domain & the currently selected account domain - Improved UI on tablets with screen sw600dp and higher, will look more like our desktop app - Now loading media/documents contents in conversation by chunks (instead of all of them at once) @@ -39,9 +41,19 @@ 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 +- All LDAP fields are mandatory now - Permission fragment will only show missing ones +## [6.0.20] - 2025-11-21 + +### Changed +- Added shrink resources to release config in gradle + +### Fixed +- Remove AuthInfo when configuring a CardDAV friend list if synchronization fails +- Added missing toast when starting a group call or meeting if there's an issue +- Fixed crash in RecordingPlayerFragment due to used lateinit property before it's initialized + ## [6.0.19] - 2025-10-16 ### Added diff --git a/app/build.gradle.kts b/app/build.gradle.kts index a6bee3d10..9eea965da 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -100,7 +100,7 @@ android { applicationId = packageName minSdk = 28 targetSdk = 36 - versionCode = 600019 // 6.00.019 + versionCode = 600020 // 6.00.020 versionName = "6.1.0-alpha" manifestPlaceholders["appAuthRedirectScheme"] = packageName