From db04226613060bdcde883690df98c58305fc3446 Mon Sep 17 00:00:00 2001 From: Christian Schneppe Date: Sat, 11 Mar 2017 20:14:37 +0100 Subject: version 1.17.0 + changes --- CHANGELOG.md | 14 ++++++++++++++ build.gradle | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34b138279..7a1fef02e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ ###Changelog +###Version 1.17.0 +* add date bubbles in chat view +* show last used resource in contact details +* make brightness overwrite in image/video viewer configurable +* make video resolution configurable +* do not notify for messages from strangers by default +* blocking a JID closes the corresponding conversation +* show message sender in conversation overview +* Support for the latest MAM namespace +* Icons for attach menu +* send typing notifications in private, non-anonymous MUCs +* change media directory names +* bug fixes + ###Version 1.16.5 * show read marker in whisper messages * bug fixes diff --git a/build.gradle b/build.gradle index af6c5392c..2074ea8e6 100644 --- a/build.gradle +++ b/build.gradle @@ -78,8 +78,8 @@ android { minSdkVersion 14 targetSdkVersion 25 - versionCode 190 - versionName "1.16.5" + versionCode 192 + versionName "1.17.0" archivesBaseName += "-$versionName" applicationId "de.pixart.messenger" -- cgit v1.2.3