Skip to content

Commit d920ded

Browse files
committed
Updated CHANGELOG & bumped version code to 6.0.19
1 parent 6e34969 commit d920ded

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,26 @@ Group changes to describe their impact on the project, as follows:
1010
Fixed for any bug fixes.
1111
Security to invite users to upgrade in case of vulnerabilities.
1212

13+
## [6.0.19] - 2025-10-16
14+
15+
### Added
16+
- Spanish and Slovakian translations thanks to Weblate contributors
17+
18+
### Changed
19+
- SIP addresses domain hidden in Suggestions if it matches the currently selected account SIP identity domain
20+
- Start proximity sensor when an incoming call is answered from the notification (disabling screen when device is near)
21+
22+
### Fixed
23+
- Black screen when trying to scan a QR Code right after granting CAMERA permission (only happened on some devices)
24+
- Possible crash due to ConcurrentModificationException
25+
- Camera preview in conference that was black sometimes after switching layout
26+
- Possibly wrong screen sharing participant name in conference
27+
- Presence SUBSCRIBE that was only sent for sip.linphone.org accounts
28+
- Keyboard suggestions in participant picker textfield
29+
- Account labelled as Disabled instead of Disconnected when network isn't reachable
30+
- Suggestions generated avatar if username starts with '+'
31+
- Two LDAP fields label where swapped
32+
1333
## [6.0.18] - 2025-09-15
1434

1535
### Added

app/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ if (firebaseCloudMessagingAvailable) {
3232
}
3333

3434
var gitBranch = ByteArrayOutputStream()
35-
var gitVersion = "6.0.18"
35+
var gitVersion = "6.0.19"
3636

3737
task("getGitVersion") {
3838
val gitVersionStream = ByteArrayOutputStream()
@@ -100,8 +100,8 @@ android {
100100
applicationId = packageName
101101
minSdk = 28
102102
targetSdk = 35
103-
versionCode = 600018 // 6.00.018
104-
versionName = "6.0.18"
103+
versionCode = 600019 // 6.00.019
104+
versionName = "6.0.19"
105105

106106
manifestPlaceholders["appAuthRedirectScheme"] = packageName
107107

0 commit comments

Comments
 (0)