mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Bumped version & updated CHANGELOG
This commit is contained in:
parent
25344b490c
commit
47851c088b
2 changed files with 13 additions and 2 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -10,6 +10,17 @@ 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.12] - 2022-07-29
|
||||
|
||||
### Fixed
|
||||
- Call notification not being removed if service channel is disabled & background mode is enabled
|
||||
- Wrong display name in chat notification sometimes
|
||||
- Removed secure chat button if no LIME server configured or no conference factory URI set
|
||||
- Disable TelecomManager feature when the device doesn't support it
|
||||
|
||||
### Changed
|
||||
- ContactsLoader have been updated, shouldn't crash anymore
|
||||
|
||||
## [4.6.11] - 2022-06-27
|
||||
|
||||
### Fixed
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@ plugins {
|
|||
id 'org.jlleitschuh.gradle.ktlint'
|
||||
}
|
||||
|
||||
def appVersionName = "4.6.11"
|
||||
def appVersionCode = 40611 // 4.06.11
|
||||
def appVersionName = "4.6.12"
|
||||
def appVersionCode = 40612 // 4.06.12
|
||||
|
||||
static def getPackageName() {
|
||||
return "org.linphone"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue