Merge pull request #1695 from deltachat/prep-1.40

prepare 1.40
This commit is contained in:
bjoern
2020-07-10 00:27:01 +02:00
committed by GitHub
4 changed files with 17 additions and 4 deletions

View File

@@ -1,5 +1,18 @@
# Changelog
## 1.40.0
- introduce ephemeral messages #1540 #1680 #1683 #1684 #1691 #1692
- `DC_MSG_ID_DAYMARKER` gets timestamp attached #1677 #1685
- improve idle #1690 #1688
- fix message processing issues by sequential processing #1694
- refactorings #1670 #1673
## 1.39.0
- fix handling of `mvbox_watch`, `sentbox_watch`, `inbox_watch` #1654 #1658

4
Cargo.lock generated
View File

@@ -822,7 +822,7 @@ dependencies = [
[[package]]
name = "deltachat"
version = "1.39.0"
version = "1.40.0"
dependencies = [
"ansi_term 0.12.1",
"anyhow",
@@ -894,7 +894,7 @@ dependencies = [
[[package]]
name = "deltachat_ffi"
version = "1.39.0"
version = "1.40.0"
dependencies = [
"anyhow",
"async-std",

View File

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