Bumped version to 4.6.3

This commit is contained in:
Sylvain Berfini 2022-03-08 16:45:35 +01:00
parent c61bd6a9ba
commit dd33e8e328
2 changed files with 16 additions and 2 deletions

View file

@ -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

View file

@ -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"