prepare 1.59 (#2614)

* update changelog for 1.59.0

* bump version to 1.59.0
This commit is contained in:
bjoern
2021-08-20 18:20:06 +02:00
committed by GitHub
parent 6ffaa38b37
commit d0bfb555dd
4 changed files with 24 additions and 4 deletions

View File

@@ -1,5 +1,25 @@
# Changelog
## 1.59.0
### Added
- add quota information to `dc_get_connectivity_html()`
### Changes
- refactorings #2592 #2570 #2581
- add 'device chat about' to now existing status #2613
- update provider database #2608
### Fixes
- provider database supports socket=PLAIN and dotless domains now #2604 #2608
- add migrated accounts to events emitter #2607
- fix forwarding quote-only mails #2600
- do not set WantsMdn param for outgoing messages #2603
- set timestamps for system messages #2593
- do not treat gmail labels as folders #2587
- avoid timing problems in `dc_maybe_network_lost()` #2551
- only set smtp to "connected" if the last message was actually sent #2541
## 1.58.0

4
Cargo.lock generated
View File

@@ -1120,7 +1120,7 @@ dependencies = [
[[package]]
name = "deltachat"
version = "1.58.0"
version = "1.59.0"
dependencies = [
"ansi_term",
"anyhow",
@@ -1199,7 +1199,7 @@ dependencies = [
[[package]]
name = "deltachat_ffi"
version = "1.58.0"
version = "1.59.0"
dependencies = [
"anyhow",
"async-std",

View File

@@ -1,6 +1,6 @@
[package]
name = "deltachat"
version = "1.58.0"
version = "1.59.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.58.0"
version = "1.59.0"
description = "Deltachat FFI"
authors = ["Delta Chat Developers (ML) <delta@codespeak.net>"]
edition = "2018"