mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +00:00
Updated CHANGELOG & bumped version to 6.0.11
This commit is contained in:
parent
85e037fbac
commit
ffc64dfc25
2 changed files with 15 additions and 3 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.
|
||||
|
||||
## [6.0.11] - 2025-07-11
|
||||
|
||||
### Added
|
||||
- Added toggle in LDAP configuration to allow to quickly enable/disable it
|
||||
|
||||
### Changed
|
||||
- Reduced maximum number of contacts displayed in contacts list, new call/conversation, meeting participant selection etc...
|
||||
- Updated translations
|
||||
|
||||
### Fixed
|
||||
- Calls top bar wrong notification label when going from two calls to one.
|
||||
|
||||
## [6.0.10] - 2025-06-27
|
||||
|
||||
### Added
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ if (firebaseCloudMessagingAvailable) {
|
|||
}
|
||||
|
||||
var gitBranch = ByteArrayOutputStream()
|
||||
var gitVersion = "6.0.10"
|
||||
var gitVersion = "6.0.11"
|
||||
|
||||
task("getGitVersion") {
|
||||
val gitVersionStream = ByteArrayOutputStream()
|
||||
|
|
@ -100,8 +100,8 @@ android {
|
|||
applicationId = packageName
|
||||
minSdk = 28
|
||||
targetSdk = 35
|
||||
versionCode = 600010 // 6.00.010
|
||||
versionName = "6.0.10"
|
||||
versionCode = 600011 // 6.00.011
|
||||
versionName = "6.0.11"
|
||||
|
||||
manifestPlaceholders["appAuthRedirectScheme"] = packageName
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue