version bump to 2.5.8 + changelog

This commit is contained in:
Daniel Gultsch 2019-09-10 13:08:09 +02:00
parent 24d1fc2bb5
commit dfa6cebe99
2 changed files with 7 additions and 2 deletions

View file

@ -1,5 +1,10 @@
# Changelog # Changelog
## Version 2.5.8
* fixed connection issues over Tor
* P2P file transfer (Jingle) now offers direct candidates
* Support XEP-0396: Jingle Encrypted Transports - OMEMO
### Version 2.5.7 ### Version 2.5.7
* fixed crash when scanning QR codes on Android 6 and lower * fixed crash when scanning QR codes on Android 6 and lower
* when sharing a message from and to Conversations insert it as quote * when sharing a message from and to Conversations insert it as quote

View file

@ -83,8 +83,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 28 targetSdkVersion 28
versionCode 337 versionCode 338
versionName "2.5.7" versionName "2.5.8"
archivesBaseName += "-$versionName" archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations" applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId resValue "string", "applicationId", applicationId