Updated CHANGELOG & version code from release/6.0 branch

This commit is contained in:
Sylvain Berfini 2025-08-06 17:21:11 +02:00
parent dee932da42
commit e8d3c8750a
2 changed files with 10 additions and 1 deletions

View file

@ -36,6 +36,15 @@ Group changes to describe their impact on the project, as follows:
- Increased shared media preview size in chat
- Un-encrypted conversation warning will be more visible for accounts that support end-to-end encrypted conversations
## [6.0.14] - 2025-08-06
### Fixed
- Fixed ANR due to deadlock caused by method being called from wrong thread
- Fixed microphone not always recording audio while app in background or if screen is turned off
- Fixed missing favorites in start call / create conversation views
- Fixed outgoing call view in full screen
- Fixed generated avatar for SIP URIs without username
## [6.0.13] - 2025-07-31
### Fixed

View file

@ -100,7 +100,7 @@ android {
applicationId = packageName
minSdk = 28
targetSdk = 36
versionCode = 600013 // 6.00.013
versionCode = 600014 // 6.00.014
versionName = "6.1.0-alpha"
manifestPlaceholders["appAuthRedirectScheme"] = packageName