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"