aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2019-09-08 09:39:57 +0200
committerChristian Schneppe <christian@pix-art.de>2019-09-08 09:39:57 +0200
commit5606b32db7ad5a6ae196766f96befc77d4e7785b (patch)
tree5edd7db408f7d31c3d47187ef182a32eb3562ee8
parent7aaca90e41f8bee704e37defec28de167caa5a09 (diff)
version 2.2.9 + changes
-rw-r--r--CHANGELOG.md11
-rw-r--r--build.gradle4
2 files changed, 13 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 80dec81c1..b2ff0a827 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,16 @@
### Changelog
+#### Version 2.2.9
+* stability improvements for group chats and channels
+* allow backups to be restored from anywhere
+* make short vibrate in open chat configurable and respect silent mode (PAM)
+* 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
+* introduce file uploads/downloads with queue (PAM)
+* bug fixes
+
#### Version 2.2.8
* stability improvements for group chats and channels
* allow backups to be restored from anywhere
diff --git a/build.gradle b/build.gradle
index 3e99e26bd..1a6d78aa9 100644
--- a/build.gradle
+++ b/build.gradle
@@ -101,8 +101,8 @@ android {
minSdkVersion 16
targetSdkVersion 28
- versionCode 268
- versionName "2.2.8)"
+ versionCode 269
+ versionName "2.2.9"
archivesBaseName += "-$versionName"
applicationId "de.pixart.messenger"