aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2017-04-21 20:43:15 +0200
committerChristian Schneppe <christian@pix-art.de>2017-04-21 20:43:15 +0200
commit226394510fd639eb870d3971aa88a401ae040f74 (patch)
treead143abcc72d7936cce2fb75c1dc0e7883138d78
parent0d1344dac5c373a4fe779eadf741676a8fe81e6b (diff)
version 1.18.0 + changes
-rw-r--r--CHANGELOG.md10
-rw-r--r--build.gradle4
2 files changed, 12 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a81ec72b0..ae818df33 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,15 @@
### Changelog
+#### Version 1.18.0
+* enable OTR and OpenPGP again
+* fix bug with updater on devices < SDK 21
+* Show colored contact names for their presence status (via settings)
+* treat URL as file if URL is in oob or contains key
+* added support for Android Auto
+* fixed HTTP Download over Tor
+* work around for nimbuzz.com MUCs
+* bug fixes
+
#### Version 1.17.1
* grey out offline contacts in StartConversation
* change emoji library which supports newer emojis
diff --git a/build.gradle b/build.gradle
index 1fd154680..612291251 100644
--- a/build.gradle
+++ b/build.gradle
@@ -79,8 +79,8 @@ android {
minSdkVersion 15
targetSdkVersion 25
- versionCode 193
- versionName "1.17.1"
+ versionCode 195
+ versionName "1.18.0"
archivesBaseName += "-$versionName"
applicationId "de.pixart.messenger"