Merge pull request #1848 from deltachat/prep-1.45

prepare 1.45
This commit is contained in:
bjoern
2020-08-18 22:02:20 +02:00
committed by GitHub
4 changed files with 36 additions and 4 deletions

View File

@@ -1,5 +1,37 @@
# Changelog
## 1.45.0
- add `dc_accounts_t` account manager object and related api functions #1784
- add capability to import backups as .tar files,
which will become the default in a subsequent release #1749
- try various server domains on configuration #1780 #1838
- recognize .tgs files as stickers #1826
- remove X-Mailer debug header #1819
- improve guessing message types from extension #1818
- fix showing unprotected subjects in encrypted messages #1822
- fix threading in interaction with non-delta-clients #1843
- fix handling if encryption degrades #1829
- fix webrtc-servers names set by the user #1831
- update provider database #1828
- update async-imap to fix Oauth2 #1837
- optimize jpeg assets with trimage #1840
- add tests and documentations #1809 #1820
## 1.44.0
- fix peerstate issues #1800 #1805

4
Cargo.lock generated
View File

@@ -804,7 +804,7 @@ dependencies = [
[[package]]
name = "deltachat"
version = "1.44.0"
version = "1.45.0"
dependencies = [
"ansi_term 0.12.1",
"anyhow",
@@ -879,7 +879,7 @@ dependencies = [
[[package]]
name = "deltachat_ffi"
version = "1.44.0"
version = "1.45.0"
dependencies = [
"anyhow",
"async-std",

View File

@@ -1,6 +1,6 @@
[package]
name = "deltachat"
version = "1.44.0"
version = "1.45.0"
authors = ["Delta Chat Developers (ML) <delta@codespeak.net>"]
edition = "2018"
license = "MPL-2.0"

View File

@@ -1,6 +1,6 @@
[package]
name = "deltachat_ffi"
version = "1.44.0"
version = "1.45.0"
description = "Deltachat FFI"
authors = ["Delta Chat Developers (ML) <delta@codespeak.net>"]
edition = "2018"