mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Version bumped to 4.6.7, updated CHANGELOG
This commit is contained in:
parent
fb2ca673ce
commit
6f33f1b2e6
2 changed files with 14 additions and 2 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
|
@ -10,6 +10,18 @@ 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.7] - 2022-05-04
|
||||
|
||||
### Changed
|
||||
- Do not start Core in Application, prevents service notification from appearing by itself
|
||||
- When switching from bluetooth or headset device to earpiece/speaker, also change microphone
|
||||
- Prevent empty chat bubble by sending only space character(s)
|
||||
|
||||
### Fixed
|
||||
- Phone numbers with non-ASCII labels missing from address book
|
||||
- Wrong audio device displayed in call statistics
|
||||
- Various issues from Crashlytics
|
||||
|
||||
## [4.6.6] - 2022-04-26
|
||||
|
||||
### Changed
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@ plugins {
|
|||
id 'org.jlleitschuh.gradle.ktlint'
|
||||
}
|
||||
|
||||
def appVersionName = "4.6.6"
|
||||
def appVersionCode = 40606 // 4.06.06
|
||||
def appVersionName = "4.6.7"
|
||||
def appVersionCode = 40607 // 4.06.07
|
||||
|
||||
static def getPackageName() {
|
||||
return "org.linphone"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue