From dd33e8e328926625772b37baad84451ba945bb15 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Tue, 8 Mar 2022 16:45:35 +0100 Subject: [PATCH] Bumped version to 4.6.3 --- CHANGELOG.md | 14 ++++++++++++++ app/build.gradle | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c75dd213..8e2be463a 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. +## [4.6.3] - 2022-03-08 + +### Added +- Improvements in contacts matching + +### Changed +- "Operation in progress" spinner hidden when contacts display/filter takes less than 200ms + +### Fixed +- Contacts order when multiple address book contacts share the same number / SIP address +- Wrongly formatted phone numbers not displayed anymore +- Incoming call activity not displayed on LineageOS sometimes +- Various crashes related to Telecom Manager exceptions not being caught + ## [4.6.2] - 2022-03-01 ### Added diff --git a/app/build.gradle b/app/build.gradle index f9795467c..68e040d3e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -5,8 +5,8 @@ plugins { id 'org.jlleitschuh.gradle.ktlint' } -def appVersionName = "4.6.2" -def appVersionCode = 40602 // 4.06.02 +def appVersionName = "4.6.3" +def appVersionCode = 40603 // 4.06.03 static def getPackageName() { return "org.linphone"