From 8fce6ab9085c69c882696e4f17535ae05a93d109 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Fri, 13 Jan 2023 09:39:31 +0100 Subject: [PATCH] Bumped version & updated CHANGELOG --- CHANGELOG.md | 14 ++++++++++++++ app/build.gradle | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a3b20f13..a9a29b9d1 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. +## [5.0.3] - 2023-01-13 + +### Added +- Voice message recording/playback will use bluetooth/headset/headphones/hearing aid device if available +- Chat message notifications are now compatible with Android Auto + +### Changed +- In video conference, when in active speaker layout, currently speaking participant miniature will be hidden +- Attach file, voice recording and send message icons are now a bit bigger +- Updated Firebase BoM, gradle & some dependencies + +### Fixed +- ANR happening sometimes during voice message playback + ## [5.0.2] - 2023-01-05 ### Changed diff --git a/app/build.gradle b/app/build.gradle index aa146523f..9dfcfaa0e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -5,8 +5,8 @@ plugins { id 'org.jlleitschuh.gradle.ktlint' } -def appVersionName = "5.0.2" -def appVersionCode = 50002 +def appVersionName = "5.0.3" +def appVersionCode = 50003 static def getPackageName() { return "org.linphone"