version bump to 2.19.8 + changelog

This commit is contained in:
Daniel Gultsch 2025-12-27 13:11:19 +01:00
commit 9cbc305d9b
No known key found for this signature in database
GPG key ID: F43D18AD2A0982C2
3 changed files with 9 additions and 2 deletions

View file

@ -1,5 +1,10 @@
# Changelog
### Version 2.19.8
* Fix calls getting stuck at connecting when 'Use Relays' is enabled but server doesn't have any
* Bandwidth optimizations
### Version 2.19.7
* Fix regression (crash on connection) introduced in previous version

View file

@ -113,8 +113,8 @@ android {
defaultConfig {
minSdkVersion 23
targetSdkVersion 36
versionCode 42162
versionName "2.19.7"
versionCode 42163
versionName "2.19.8"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId

View file

@ -0,0 +1,2 @@
* Fix calls getting stuck at connecting when 'Use Relays' is enabled but server doesn't have any
* Bandwidth optimizations