Bumped version code to 6.0.16 & updated CHANGELOG

This commit is contained in:
Sylvain Berfini 2025-08-25 09:27:49 +02:00
parent 53435b4bf8
commit 521d71e8db
2 changed files with 14 additions and 3 deletions

View file

@ -10,6 +10,17 @@ 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.16] - 2025-08-25
## Added
- Access to Help/Troubleshooting pages from Assistant
## Fixed
- Some Core methods being called from UI thread causing either a crash or a deadlock sometimes
- Scrolling issue when doing a search in a conversation with only one result
- Contacts not updated after body less presence notify was received
- VFS issue due to encrypted.pref file being backed up by Android OS
## [6.0.15] - 2025-08-11
### Fixed

View file

@ -32,7 +32,7 @@ if (firebaseCloudMessagingAvailable) {
}
var gitBranch = ByteArrayOutputStream()
var gitVersion = "6.0.15"
var gitVersion = "6.0.16"
task("getGitVersion") {
val gitVersionStream = ByteArrayOutputStream()
@ -100,8 +100,8 @@ android {
applicationId = packageName
minSdk = 28
targetSdk = 35
versionCode = 600015 // 6.00.015
versionName = "6.0.15"
versionCode = 600016 // 6.00.016
versionName = "6.0.16"
manifestPlaceholders["appAuthRedirectScheme"] = packageName