mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 03:18:06 +00:00
Updated CHANGELOG & version code from release/6.0 branch
This commit is contained in:
parent
08c72dbb8c
commit
e2dabf5448
2 changed files with 9 additions and 1 deletions
|
|
@ -37,6 +37,14 @@ Group changes to describe their impact on the project, as follows:
|
|||
- Increased shared media preview size in chat
|
||||
- Un-encrypted conversation warning will be more visible for accounts that support end-to-end encrypted conversations
|
||||
|
||||
## [6.0.15] - 2025-08-11
|
||||
|
||||
### Fixed
|
||||
- Crash due to changes in SDK triggering fatal error if linphone_core_stop() is called from linphone_core_iterate() loop (which was done when scanning QR code)
|
||||
|
||||
### Changed
|
||||
- Prevent leaving assistant after doing a remote provisioning if there is still no account after it (if there was no account before and no account was provided in downloaded config)
|
||||
|
||||
## [6.0.14] - 2025-08-06
|
||||
|
||||
### Fixed
|
||||
|
|
|
|||
|
|
@ -100,7 +100,7 @@ android {
|
|||
applicationId = packageName
|
||||
minSdk = 28
|
||||
targetSdk = 36
|
||||
versionCode = 600014 // 6.00.014
|
||||
versionCode = 600015 // 6.00.015
|
||||
versionName = "6.1.0-alpha"
|
||||
|
||||
manifestPlaceholders["appAuthRedirectScheme"] = packageName
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue