Merge pull request #1583 from deltachat/prep-1.12.3

prepare 1.12.3
This commit is contained in:
bjoern
2020-08-19 11:34:36 +02:00
committed by GitHub
2 changed files with 19 additions and 2 deletions
+17
View File
@@ -1,5 +1,22 @@
# Delta Chat Android Changelog
## v1.12.3
2020-08
* more generous acceptance of entered webrtc-servers names
* allow importing backups in the upcoming .tar format
* remove X-Mailer debug header
* try various server domains on configuration
* improve guessing message types from extension
* make links in error messages clickable
* fix rotation when taking photos with internal camera
* fix and improve sharing and sendto/mailto-handling
* fix oauth2 issues
* fix threading in interaction with non-delta-clients
* fix showing unprotected subjects in encrypted messages
* more fixes, update provider database and dependencies
## v1.12.2
2020-08
+2 -2
View File
@@ -89,8 +89,8 @@ android {
}
defaultConfig {
versionCode 591
versionName "1.12.2"
versionCode 592
versionName "1.12.3"
applicationId "com.b44t.messenger"
multiDexEnabled true