mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Updated CHANGELOG & bumped version to 6.0.14
This commit is contained in:
parent
a11d8cff3d
commit
f5f60ae4b1
2 changed files with 12 additions and 3 deletions
|
|
@ -10,6 +10,15 @@ 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.
|
||||
|
||||
## [6.0.14] - 2025-08-06
|
||||
|
||||
### Fixed
|
||||
- Fixed ANR due to deadlock caused by method being called from wrong thread
|
||||
- Fixed microphone not always recording audio while app in background or if screen is turned off
|
||||
- Fixed missing favorites in start call / create conversation views
|
||||
- Fixed outgoing call view in full screen
|
||||
- Fixed generated avatar for SIP URIs without username
|
||||
|
||||
## [6.0.13] - 2025-07-31
|
||||
|
||||
### Fixed
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ if (firebaseCloudMessagingAvailable) {
|
|||
}
|
||||
|
||||
var gitBranch = ByteArrayOutputStream()
|
||||
var gitVersion = "6.0.12"
|
||||
var gitVersion = "6.0.14"
|
||||
|
||||
task("getGitVersion") {
|
||||
val gitVersionStream = ByteArrayOutputStream()
|
||||
|
|
@ -100,8 +100,8 @@ android {
|
|||
applicationId = packageName
|
||||
minSdk = 28
|
||||
targetSdk = 35
|
||||
versionCode = 600013 // 6.00.013
|
||||
versionName = "6.0.13"
|
||||
versionCode = 600014 // 6.00.014
|
||||
versionName = "6.0.14"
|
||||
|
||||
manifestPlaceholders["appAuthRedirectScheme"] = packageName
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue