Updated CHANGELOG & version code from release/6.0 branch

This commit is contained in:
Sylvain Berfini 2025-08-11 11:51:57 +02:00
parent 08c72dbb8c
commit e2dabf5448
2 changed files with 9 additions and 1 deletions

View file

@ -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

View file

@ -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