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.7
This commit is contained in:
parent
6045646213
commit
1dd2d96554
2 changed files with 23 additions and 3 deletions
20
CHANGELOG.md
20
CHANGELOG.md
|
|
@ -10,6 +10,26 @@ Group changes to describe their impact on the project, as follows:
|
||||||
Fixed for any bug fixes.
|
Fixed for any bug fixes.
|
||||||
Security to invite users to upgrade in case of vulnerabilities.
|
Security to invite users to upgrade in case of vulnerabilities.
|
||||||
|
|
||||||
|
## [6.0.7] - 2025-05-16
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- CS, NL and RU translations from Weblate
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Improved find contact performances
|
||||||
|
- Make sure speaker audio device is used for playing the ringtone during early media
|
||||||
|
- Reworked bottom navigation bar in portrait and unread count indicators
|
||||||
|
- No longer delete conversations when deleting account (for now); causes user to leave group which is an issue when using multiple devices
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Fixed no default account after remote provisioning
|
||||||
|
- Prevent lists from refreshing too many times when using LDAP or remote CardDAV contact directories
|
||||||
|
- Fixed black miniatures in conference if bundle mode is disabled in account params
|
||||||
|
- Fixed long press on a chat message containing a SIP URI triggering call
|
||||||
|
- Disable IMDN bottom sheet for incoming messages in groups instead of showing it empty
|
||||||
|
- Refresh conversations list after clearing conversation history
|
||||||
|
- Fixed another race condition issue related to foreground call service
|
||||||
|
|
||||||
## [6.0.6] - 2025-05-02
|
## [6.0.6] - 2025-05-02
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@ if (firebaseCloudMessagingAvailable) {
|
||||||
}
|
}
|
||||||
|
|
||||||
var gitBranch = ByteArrayOutputStream()
|
var gitBranch = ByteArrayOutputStream()
|
||||||
var gitVersion = "6.0.6"
|
var gitVersion = "6.0.7"
|
||||||
|
|
||||||
task("getGitVersion") {
|
task("getGitVersion") {
|
||||||
val gitVersionStream = ByteArrayOutputStream()
|
val gitVersionStream = ByteArrayOutputStream()
|
||||||
|
|
@ -100,8 +100,8 @@ android {
|
||||||
applicationId = packageName
|
applicationId = packageName
|
||||||
minSdk = 28
|
minSdk = 28
|
||||||
targetSdk = 35
|
targetSdk = 35
|
||||||
versionCode = 600006 // 6.00.006
|
versionCode = 600007 // 6.00.006
|
||||||
versionName = "6.0.6"
|
versionName = "6.0.7"
|
||||||
|
|
||||||
manifestPlaceholders["appAuthRedirectScheme"] = packageName
|
manifestPlaceholders["appAuthRedirectScheme"] = packageName
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue