~singpolyma/cheogram-android

0b4d12782b2f744859cb2ed2c3e2f844d53f866e — Daniel Gultsch 3 years ago ce1b707
version bump to 2.9.0
2 files changed, 9 insertions(+), 2 deletions(-)

M CHANGELOG.md
M build.gradle
M CHANGELOG.md => CHANGELOG.md +7 -0
@@ 1,5 1,12 @@
# Changelog

### Version 2.9.0

* Search individual conversations
* Notify user if message delivery fails
* Remember display names (nicks) from Quicksy users across restarts
* Add button to start Orbot (Tor) from notification if necessary

### Version 2.8.10

* Handle GPX files

M build.gradle => build.gradle +2 -2
@@ 95,8 95,8 @@ android {
    defaultConfig {
        minSdkVersion 16
        targetSdkVersion 28
        versionCode 397
        versionName "2.8.10"
        versionCode 398
        versionName "2.9.0"
        archivesBaseName += "-$versionName"
        applicationId "eu.siacs.conversations"
        resValue "string", "applicationId", applicationId