mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
@@ -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
@@ -89,8 +89,8 @@ android {
|
||||
}
|
||||
|
||||
defaultConfig {
|
||||
versionCode 599
|
||||
versionName "1.14.4"
|
||||
versionCode 600
|
||||
versionName "1.14.5"
|
||||
|
||||
applicationId "com.b44t.messenger"
|
||||
multiDexEnabled true
|
||||
|
||||
Reference in New Issue
Block a user