From 2ce07b5e8907cf0afc2b7393da67422b15f56bd9 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Mon, 15 Sep 2025 14:22:44 +0200 Subject: [PATCH] Updated CHANGELOG & version code from release/6.0 branch --- CHANGELOG.md | 16 ++++++++++++++++ app/build.gradle.kts | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd0911540..398ac3042 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,22 @@ Group changes to describe their impact on the project, as follows: - Reworked some settings (moved calls related ones from advanced settings to advanced calls settings) - 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 + +## [6.0.18] - 2025-09-15 + +### Added +- Added menu icon next to currently selected account avatar to make the drawer menu easier to understand +- Added missing dialpad floating action button in the call transfer fragment + +### Changed +- Improved bodyless friendlist presence process when it's received + +### Fixed +- Fixed "End-to-end encrypted call" label while in conference, the call may be end-to-end encrypted but only to the conference server, not to all participants +- Fixed missing meeting subject when calling the conference SIP URI if the conference info doesn't exist yet +- Finish CallActivity if no call is found when trying to answer/decline a call from the IncomingCallFragment +- Prevent empty screen when rotating the device and clicking on the empty part next to the list while in landscape and then rotating the device back to portrait ## [6.0.17] - 2025-09-02 diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 4a39a720c..23e6b4f47 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -100,7 +100,7 @@ android { applicationId = packageName minSdk = 28 targetSdk = 36 - versionCode = 600017 // 6.00.017 + versionCode = 600018 // 6.00.018 versionName = "6.1.0-alpha" manifestPlaceholders["appAuthRedirectScheme"] = packageName