Updated CHANGELOG & version code from release/6.0 branch

This commit is contained in:
Sylvain Berfini 2025-07-11 14:39:34 +02:00
parent 62180140b7
commit 4ae046a166
2 changed files with 13 additions and 1 deletions

View file

@ -28,6 +28,18 @@ Group changes to describe their impact on the project, as follows:
- Improved UI on tablets with screen sw600dp and higher, will look more like our desktop app
- Reworked some settings (moved calls related ones from advanced settings to advanced calls settings)
## [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

View file

@ -100,7 +100,7 @@ android {
applicationId = packageName
minSdk = 28
targetSdk = 36
versionCode = 600010 // 6.00.010
versionCode = 600011 // 6.00.011
versionName = "6.1.0-alpha"
manifestPlaceholders["appAuthRedirectScheme"] = packageName