Updated CHANGELOG & bumped version code to 6.0.17

This commit is contained in:
Sylvain Berfini 2025-09-02 16:10:18 +02:00
parent 1022988400
commit cbe2a9742d
2 changed files with 12 additions and 3 deletions

View file

@ -10,6 +10,15 @@ 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.17] - 2025-09-02
### Changed
- Portuguese translation updated from Weblate (still not complete)
### Fixed
- Vibrator not stopped when call is terminated sometimes (SDK fix)
- Chat conversation not visible sometimes (SDK fix)
## [6.0.16] - 2025-08-25 ## [6.0.16] - 2025-08-25
## Added ## Added

View file

@ -32,7 +32,7 @@ if (firebaseCloudMessagingAvailable) {
} }
var gitBranch = ByteArrayOutputStream() var gitBranch = ByteArrayOutputStream()
var gitVersion = "6.0.16" var gitVersion = "6.0.17"
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 = 600016 // 6.00.016 versionCode = 600017 // 6.00.017
versionName = "6.0.16" versionName = "6.0.17"
manifestPlaceholders["appAuthRedirectScheme"] = packageName manifestPlaceholders["appAuthRedirectScheme"] = packageName