mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 03:18:06 +00:00
Updated CHANGELOG & bump version code for 6.0.5
This commit is contained in:
parent
ae1330bae1
commit
9de31bba99
2 changed files with 17 additions and 3 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
|
@ -10,6 +10,20 @@ 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.5] - 2025-04-18
|
||||
|
||||
### Changed
|
||||
- When calling a SIP URI that looks like a phone number in the username and an IP in the domain, replace the domain with the one of the currently selected account to workaround issue with PBXs using IPs instead of domains in From header
|
||||
- Improved account creation page UI when push notifications aren't available
|
||||
- Improved called account display on incoming call screen when more than one account configured
|
||||
- Updated telecom package from beta to release candidate
|
||||
|
||||
### Fixed
|
||||
- Fixed transfer call view numpad button starting a new call instead of forwarding the current one
|
||||
- Fixed incoming call not displayed in call history depending on how the From & To headers are formatted (SDK fix)
|
||||
- Fixed crashes related to foreground service not being started
|
||||
- Fixed crash due to lateinit property not being initialized before used
|
||||
|
||||
## [6.0.4] - 2025-04-11
|
||||
|
||||
### Changed
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ if (firebaseCloudMessagingAvailable) {
|
|||
}
|
||||
|
||||
var gitBranch = ByteArrayOutputStream()
|
||||
var gitVersion = "6.0.4"
|
||||
var gitVersion = "6.0.5"
|
||||
|
||||
task("getGitVersion") {
|
||||
val gitVersionStream = ByteArrayOutputStream()
|
||||
|
|
@ -100,8 +100,8 @@ android {
|
|||
applicationId = packageName
|
||||
minSdk = 28
|
||||
targetSdk = 35
|
||||
versionCode = 600004 // 6.00.004
|
||||
versionName = "6.0.4"
|
||||
versionCode = 600005 // 6.00.005
|
||||
versionName = "6.0.5"
|
||||
|
||||
manifestPlaceholders["appAuthRedirectScheme"] = packageName
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue