mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-04-20 09:58:28 +00:00
Updated CHANGELOG & bumped version to 6.0.8
This commit is contained in:
parent
9f0aef2f8f
commit
f4babdbbb0
2 changed files with 20 additions and 3 deletions
17
CHANGELOG.md
17
CHANGELOG.md
|
|
@ -10,6 +10,23 @@ 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.8] - 2025-05-23
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Ukrainian & simplified Chinese translations from Weblate
|
||||||
|
- Sliding answer/decline button in incoming call fragment if device is locked (will help prevent calls from being unintentionally picked up or hung up while the device is being removed from a pocket)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Show files with square design when more than one (as it is for media files)
|
||||||
|
- Outgoing chat bubbles will now display the sent file size (as it is for received messages)
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Fixed issue with bluetooth hearing aids
|
||||||
|
- Fixed audio call being answered on speakerphone
|
||||||
|
- Fixed events related to joined/left conversation being briefly visible sometimes for 1-1 conversations
|
||||||
|
- Fixed files/media grid in chat bubble using more than 3 columns in landscape
|
||||||
|
- Fixed logs upload server URL setting
|
||||||
|
|
||||||
## [6.0.7] - 2025-05-16
|
## [6.0.7] - 2025-05-16
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@ if (firebaseCloudMessagingAvailable) {
|
||||||
}
|
}
|
||||||
|
|
||||||
var gitBranch = ByteArrayOutputStream()
|
var gitBranch = ByteArrayOutputStream()
|
||||||
var gitVersion = "6.0.7"
|
var gitVersion = "6.0.8"
|
||||||
|
|
||||||
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 = 600007 // 6.00.006
|
versionCode = 600008 // 6.00.008
|
||||||
versionName = "6.0.7"
|
versionName = "6.0.8"
|
||||||
|
|
||||||
manifestPlaceholders["appAuthRedirectScheme"] = packageName
|
manifestPlaceholders["appAuthRedirectScheme"] = packageName
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue