From 1dd2d965547ecd22eb629e4877d97a1d3403517c Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Fri, 16 May 2025 10:30:43 +0200 Subject: [PATCH] Updated CHANGELOG & bumped version to 6.0.7 --- CHANGELOG.md | 20 ++++++++++++++++++++ app/build.gradle.kts | 6 +++--- 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a77f2e29..74884360c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,26 @@ Group changes to describe their impact on the project, as follows: Fixed for any bug fixes. Security to invite users to upgrade in case of vulnerabilities. +## [6.0.7] - 2025-05-16 + +### Added +- CS, NL and RU translations from Weblate + +### Changed +- Improved find contact performances +- Make sure speaker audio device is used for playing the ringtone during early media +- Reworked bottom navigation bar in portrait and unread count indicators +- No longer delete conversations when deleting account (for now); causes user to leave group which is an issue when using multiple devices + +### Fixed +- Fixed no default account after remote provisioning +- Prevent lists from refreshing too many times when using LDAP or remote CardDAV contact directories +- Fixed black miniatures in conference if bundle mode is disabled in account params +- Fixed long press on a chat message containing a SIP URI triggering call +- Disable IMDN bottom sheet for incoming messages in groups instead of showing it empty +- Refresh conversations list after clearing conversation history +- Fixed another race condition issue related to foreground call service + ## [6.0.6] - 2025-05-02 ### Added diff --git a/app/build.gradle.kts b/app/build.gradle.kts index e7aea4139..92233d92a 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -32,7 +32,7 @@ if (firebaseCloudMessagingAvailable) { } var gitBranch = ByteArrayOutputStream() -var gitVersion = "6.0.6" +var gitVersion = "6.0.7" task("getGitVersion") { val gitVersionStream = ByteArrayOutputStream() @@ -100,8 +100,8 @@ android { applicationId = packageName minSdk = 28 targetSdk = 35 - versionCode = 600006 // 6.00.006 - versionName = "6.0.6" + versionCode = 600007 // 6.00.006 + versionName = "6.0.7" manifestPlaceholders["appAuthRedirectScheme"] = packageName