From 7f91d89fcffe29f5c7c998d6bde4b0ae9dea03be Mon Sep 17 00:00:00 2001 From: Bastien Le Querrec Date: Thu, 5 Oct 2017 20:40:13 +0200 Subject: [PATCH] Bump version to v0.15.8 --- CHANGELOG.md | 10 ++++++++++ build.gradle | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fa1d31b0..857516924 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Silence Changelog +### [0.15.8] - 2017-10-05 +- Updated emojis to Android O +- Improved build reproducibility +- Fixed crash on malformed messages +- Enabled incognito keyboard mode by default +- Removed cleartext password that may leak +- Enabled Czech and Portuguese (Brazil) languages +- Updated translations + ### [0.15.7] - 2017-04-21 - Fixed crash on malformed encrypted messages - Updated translations @@ -216,6 +225,7 @@ - Changed app name - Removed non-free libraries + [0.15.8]: https://github.com/SilenceIM/Silence/compare/v0.15.7...v0.15.8 [0.15.7]: https://github.com/SilenceIM/Silence/compare/v0.15.6...v0.15.7 [0.15.6]: https://github.com/SilenceIM/Silence/compare/v0.15.5...v0.15.6 [0.15.5]: https://github.com/SilenceIM/Silence/compare/v0.15.4...v0.15.5 diff --git a/build.gradle b/build.gradle index 32551a728..03e96885f 100644 --- a/build.gradle +++ b/build.gradle @@ -141,8 +141,8 @@ android { useLibrary 'org.apache.http.legacy' defaultConfig { - versionCode 136 - versionName "0.15.7" + versionCode 137 + versionName "0.15.8" minSdkVersion 9 targetSdkVersion 22 -- GitLab