mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-22 14:18:15 +00:00
Bumped version to 4.6.3
This commit is contained in:
parent
c61bd6a9ba
commit
dd33e8e328
2 changed files with 16 additions and 2 deletions
14
CHANGELOG.md
14
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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue