diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fa1d31b0577a7ece38291256ba9e655e4ade45b..85751692434538f2561b55176a04145453d2d230 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 32551a7284277bfe3449c47e6a551618c97a9102..03e96885f30d99150b12ed27f48ce1af3e1a7a55 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