bump version

This commit is contained in:
B. Petersen 2020-01-21 23:29:49 +01:00
parent bd814dcddd
commit 369f1c4fac
No known key found for this signature in database
GPG key ID: 3B88E92DEA8E9AFC
3 changed files with 27 additions and 4 deletions

View file

@ -1,5 +1,28 @@
# Delta Chat Android Changelog
## v1.1.0
2020-12-21
* integrate the help to the app
so that it is also available when the device is offline
* rework qr-code scanning: there is now one activity with two tabs
* reduce traffic by combining read receipts and some other tweaks
* improve background-fetch on Android 9
* fix deleting messages from server
* fix saving drafts
* other fixes
* add Korean, Serbian, Tamil, Telugu and Bokmål translations,
update other translations
The changes have been done by Alexander Krotov, Allan Nordhøy, Angelo Fuchs,
Andrei Guliaikin, Asiel Díaz Benítez, Besnik, Björn Petersen, ButterflyOfFire,
Calbasi, cyBerta, Dmitry Bogatov, dorheim, Emil Lefherz, Enrico B.,
Ferhad Necef, Florian Bruhin, Floris Bruynooghe, Friedel Ziegelmayer,
Heimen Stoffels, Hocuri, Holger Krekel, Jikstra, Lin Miaoski, Moo, Nico de Haen,
Ole Carlsen, Osoitz, Ozancan Karataş, Pablo, Pedro Portela, polo lancien,
Racer1, Simon Laux, solokot, Waldemar Stoczkowski, Xosé M. Lamas, Zkdc
## v1.0.3
2019-12-22
@ -58,7 +81,7 @@ An overview over the changes since v0.510:
* minimum requirement is Android 4.3 Jelly Bean
* tons of bug fixes
The changes of this verison and the last beta versions have been done by
The changes of this version and the last beta versions have been done by
Alexander Krotov, Allan Nordhøy, Ampli-fier, Andrei Guliaikin,
Asiel Díaz Benítez, Besnik, Björn Petersen, ButterflyOfFire, Calbasi, cyBerta,
Daniel Boehrsi, Dmitry Bogatov, dorheim, Emil Lefherz, Enrico B., Ferhad Necef,

View file

@ -78,4 +78,4 @@ The user interface classes are based on the Signal messenger.
Licensed GPLv3+, see the LICENSE file for details.
Copyright © 2017-2019 Delta Chat contributors.
Copyright © 2020 Delta Chat contributors.

View file

@ -89,8 +89,8 @@ android {
}
defaultConfig {
versionCode 571
versionName "1.0.3"
versionCode 572
versionName "1.1.0"
applicationId "com.b44t.messenger"
multiDexEnabled true