aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md7
-rw-r--r--build.gradle4
2 files changed, 8 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cd051f343..b1dac643f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,8 @@
* replace YouTube links with Invidious links (PAM)
* rework profile view (PAM)
* introduce app intro and some help screens (PAM)
+* fixed minor security issues
+* share XMPP uri from channel search by long pressing a result
* bug fixes
#### Version 2.2.9
@@ -19,8 +21,11 @@
* fixes for Jingle file transfer
* fixed some rare crashes
* when sharing a message from and to messenger insert it as quote
-* find orphaned files and show them in the chat again instead of showing them deleted
+* find orphaned files and show them in the chat again instead of showing them deleted (PAM)
* introduce file uploads/downloads with queue (PAM)
+* fixed connection issues over Tor
+* P2P file transfer (Jingle) now offers direct candidates
+* support XEP-0396: Jingle Encrypted Transports - OMEMO
* bug fixes
#### Version 2.2.7
diff --git a/build.gradle b/build.gradle
index caa16d2b5..950436cc4 100644
--- a/build.gradle
+++ b/build.gradle
@@ -104,8 +104,8 @@ android {
minSdkVersion 16
targetSdkVersion 29
- versionCode 270
- versionName "2.2.10 beta (2019-09-23)"
+ versionCode 271
+ versionName "2.2.10 beta (2019-09-24)"
archivesBaseName += "-$versionName"
applicationId "de.pixart.messenger"