Merge pull request #1738 from deltachat/prep-1.14.5

prep 1.14.5
This commit is contained in:
bjoern
2020-11-19 17:25:46 +01:00
committed by GitHub
2 changed files with 13 additions and 2 deletions
+11
View File
@@ -1,5 +1,16 @@
# Delta Chat Android Changelog
## v1.14.5
2020-11
* show impact of the "Delete messages from server" option more clearly
* fix: do not fetch from INBOX if "Watch Inbox folder" is disabled
and do not fetch messages arriving before re-enabling
* fix: do not use STARTTLS when PLAIN connection is requested
and do not allow downgrade if STARTTLS is not available
* update translations
## v1.14.4
2020-11
+2 -2
View File
@@ -89,8 +89,8 @@ android {
}
defaultConfig {
versionCode 599
versionName "1.14.4"
versionCode 600
versionName "1.14.5"
applicationId "com.b44t.messenger"
multiDexEnabled true