Merge pull request #1762 from deltachat/prep-1.41

prepare 1.41
This commit is contained in:
Simon Laux
2020-07-28 23:15:30 +02:00
committed by GitHub
4 changed files with 33 additions and 4 deletions

View File

@@ -1,5 +1,34 @@
# Changelog
## 1.41.0
- new apis to initiate video chats #1718 #1735
- new apis `dc_msg_get_ephemeral_timer()`
and `dc_msg_get_ephemeral_timestamp()`
- new api `dc_chatlist_get_summary2()` #1771
- improve IMAP handling #1703 #1704
- improve ephemeral messages #1696 #1705
- mark location-messages as auto-generated #1715
- multi-device avatar-sync #1716 #1717
- improve python bindings #1732 #1733 #1738 #1769
- Allow http scheme for DCACCOUNT urls #1770
- more fixes #1702 #1706 #1707 #1710 #1719 #1721
#1723 #1734 #1740 #1744 #1748 #1760 #1766 #1773 #1765
- refactorings #1712 #1714 #1757
- update toolchains and dependencies #1726 #1736 #1737 #1742 #1743 #1746
## 1.40.0
- introduce ephemeral messages #1540 #1680 #1683 #1684 #1691 #1692

4
Cargo.lock generated
View File

@@ -803,7 +803,7 @@ dependencies = [
[[package]]
name = "deltachat"
version = "1.40.0"
version = "1.41.0"
dependencies = [
"ansi_term 0.12.1",
"anyhow",
@@ -874,7 +874,7 @@ dependencies = [
[[package]]
name = "deltachat_ffi"
version = "1.40.0"
version = "1.41.0"
dependencies = [
"anyhow",
"async-std",

View File

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