From 230ee3ed0a55eb2346676f48462066a7db571d4a Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Mon, 28 Jul 2025 16:13:38 +0200 Subject: [PATCH] Updated CHANGELOG & bumped version to 6.0.13 --- CHANGELOG.md | 14 ++++++++++++++ app/build.gradle.kts | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfec236c7..5767bf63b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,20 @@ 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.13] - 2025-07-31 + +### Fixed +- Missing favourites if contacts list size exceeds magic search max results setting +- Muted call on some devices due to Telecom Manager quickly muting/unmuting call +- Full screen without video during outgoing early media call if video has been declined by remote end +- Removed duplicated week label if "no meeting today" is the first entry for current week +- Prevent crash during file export if no app on the device can handle it +- Prevent crash that could happen with chat message notification if sender name (or group chat room subject) is empty + +### Changed +- Back gesture / navigation button will close the numpad bottom sheet if it's open instead of leaving the page directly +- Updated bell and bell_slash icons + ## [6.0.12] - 2025-07-18 ### Fixed diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 8169fdf87..0dc4cb424 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -100,8 +100,8 @@ android { applicationId = packageName minSdk = 28 targetSdk = 35 - versionCode = 600012 // 6.00.012 - versionName = "6.0.12" + versionCode = 600013 // 6.00.013 + versionName = "6.0.13" manifestPlaceholders["appAuthRedirectScheme"] = packageName