From f0e899bb95295b3b728f85fc82ea245ca717862a Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Tue, 2 Sep 2025 16:53:44 +0200 Subject: [PATCH] Updated CHANGELOG & version code from release/6.0 branch --- CHANGELOG.md | 12 +++++++++++- app/build.gradle.kts | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 703ae3b1f..dd0911540 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,8 @@ Group changes to describe their impact on the project, as follows: - Support right click on some items to open bottom sheet/menu - Added toggle speaker action in active call notification - Increased text size for chat messages that only contains emoji(s) -- Handle read-only CardDAV address books, disable edit/delete menus for contacts in read-only FriendList. +- Handle read-only CardDAV address books, disable edit/delete menus for contacts in read-only FriendList +- Added swipe/pull to refresh on contacts list of a CardDAV addressbook has been configured to force the synchronization - Show information to user when filtering contacts doesn't show them all and user may have to refine it's search - Show Android notification when an account goes to failed registration state (only when background mode is enabled) - New settings: @@ -36,6 +37,15 @@ 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 +## [6.0.17] - 2025-09-02 + +### Changed +- Portuguese translation updated from Weblate (still not complete) + +### Fixed +- Vibrator not stopped when call is terminated sometimes (SDK fix) +- Chat conversation not visible sometimes (SDK fix) + ## [6.0.16] - 2025-08-25 ## Added diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 17291a5ba..4a39a720c 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -100,7 +100,7 @@ android { applicationId = packageName minSdk = 28 targetSdk = 36 - versionCode = 600016 // 6.00.016 + versionCode = 600017 // 6.00.017 versionName = "6.1.0-alpha" manifestPlaceholders["appAuthRedirectScheme"] = packageName