Compare commits

...

2 Commits

Author SHA1 Message Date
B. Petersen
d5332bdcf2 bump version to 1.35.0 2020-06-10 17:54:10 +02:00
B. Petersen
1b13e03b6b update changelog 2020-06-10 17:52:52 +02:00
4 changed files with 27 additions and 4 deletions

View File

@@ -1,5 +1,28 @@
# Changelog
## 1.35.0
- enable strict-tls from a new provider-db setting #1587
- new subject 'Message from USER' for one-to-one chats #1395
- recode images #1563
- improve reconnect handling #1549 #1580
- improve importing addresses #1544
- improve configure and folder detection #1539 #1548
- improve test suite #1559 #1564 #1580 #1581 #1582 #1584 #1588:
- fix ad-hoc groups #1566
- preventions against being marked as spam #1575
- refactorings #1542 #1569
## 1.34.0
- new api for io, thread and event handling #1356,

4
Cargo.lock generated
View File

@@ -754,7 +754,7 @@ dependencies = [
[[package]]
name = "deltachat"
version = "1.34.0"
version = "1.35.0"
dependencies = [
"ansi_term 0.12.1",
"anyhow",
@@ -825,7 +825,7 @@ dependencies = [
[[package]]
name = "deltachat_ffi"
version = "1.34.0"
version = "1.35.0"
dependencies = [
"anyhow",
"async-std",

View File

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