version bump to 2.5.8 + changelog
This commit is contained in:
parent
24d1fc2bb5
commit
dfa6cebe99
|
@ -1,5 +1,10 @@
|
|||
# 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
|
||||
* fixed crash when scanning QR codes on Android 6 and lower
|
||||
* when sharing a message from and to Conversations insert it as quote
|
||||
|
|
|
@ -83,8 +83,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 28
|
||||
versionCode 337
|
||||
versionName "2.5.7"
|
||||
versionCode 338
|
||||
versionName "2.5.8"
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "eu.siacs.conversations"
|
||||
resValue "string", "applicationId", applicationId
|
||||
|
|
Loading…
Reference in New Issue