mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 03:18:06 +00:00
Updated CHANGELOG & version code from release/6.0 branch
This commit is contained in:
parent
c9a3a01733
commit
99a5ed23f6
2 changed files with 22 additions and 3 deletions
19
CHANGELOG.md
19
CHANGELOG.md
|
|
@ -16,6 +16,25 @@ Group changes to describe their impact on the project, as follows:
|
|||
- Added a vu meter for recording volume
|
||||
- Added a setting for user to choose whether to sort contacts by first name or last name
|
||||
|
||||
## [6.0.6] - 2025-05-02
|
||||
|
||||
### Added
|
||||
- Added recover phone account when clicking on "Forgotten password" in the assistant
|
||||
- Improved message when contacts list is empty depending on the currently selected filter and added a button to open the filter popup menu for users that didn't notice the icon on the top right corner of the screen when contacts list is empty and "SIP contacts only" filter is set.
|
||||
- Added "Logs collection sharing server URL" setting in developper area
|
||||
- Added "Disable sending logs to Crashlytics" advanced setting.
|
||||
|
||||
### Changed
|
||||
- Improved VFS message in confirmation dialog
|
||||
- Moved "Print logs in logcat" and "File sharing server URL" settings to developper area
|
||||
|
||||
### Fixed
|
||||
- Fixed crash when opening a password protected PDF
|
||||
- Fixed chat room lookup while in 1-1 call, using SDK method for getting chat room from conference
|
||||
- Fixed newly created contact not being visible in contacts list without reloading it
|
||||
- Fixed missing event icon for group conversations
|
||||
- Another attempts at preventing crashes due to In-Call service not being started as foreground before being stopped
|
||||
|
||||
## [6.0.5] - 2025-04-18
|
||||
|
||||
### Changed
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ if (firebaseCloudMessagingAvailable) {
|
|||
}
|
||||
|
||||
var gitBranch = ByteArrayOutputStream()
|
||||
var gitVersion = "6.0.5"
|
||||
var gitVersion = "6.0.6"
|
||||
|
||||
task("getGitVersion") {
|
||||
val gitVersionStream = ByteArrayOutputStream()
|
||||
|
|
@ -100,8 +100,8 @@ android {
|
|||
applicationId = packageName
|
||||
minSdk = 28
|
||||
targetSdk = 36
|
||||
versionCode = 600005 // 6.00.005
|
||||
versionName = "6.0.5"
|
||||
versionCode = 600006 // 6.00.006
|
||||
versionName = "6.0.6"
|
||||
|
||||
manifestPlaceholders["appAuthRedirectScheme"] = packageName
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue