mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 21:36:29 +03:00
@@ -1,5 +1,13 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.33.0
|
||||||
|
|
||||||
|
- let `dc_set_muted()` also mute one-to-one chats #1470
|
||||||
|
|
||||||
|
- fix a but that led to load and traffic if the server does not use sent-folder
|
||||||
|
#1472
|
||||||
|
|
||||||
|
|
||||||
## 1.32.0
|
## 1.32.0
|
||||||
|
|
||||||
- fix endless loop when trying to download messages with bad RFC Message-ID,
|
- fix endless loop when trying to download messages with bad RFC Message-ID,
|
||||||
|
|||||||
6
Cargo.lock
generated
6
Cargo.lock
generated
@@ -629,7 +629,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "deltachat"
|
name = "deltachat"
|
||||||
version = "1.32.0"
|
version = "1.33.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
"anyhow 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"async-imap 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"async-imap 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -695,10 +695,10 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "deltachat_ffi"
|
name = "deltachat_ffi"
|
||||||
version = "1.32.0"
|
version = "1.33.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
"anyhow 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"deltachat 1.32.0",
|
"deltachat 1.33.0",
|
||||||
"human-panic 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"human-panic 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
|
"libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
"num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "deltachat"
|
name = "deltachat"
|
||||||
version = "1.32.0"
|
version = "1.33.0"
|
||||||
authors = ["Delta Chat Developers (ML) <delta@codespeak.net>"]
|
authors = ["Delta Chat Developers (ML) <delta@codespeak.net>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "MPL-2.0"
|
license = "MPL-2.0"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "deltachat_ffi"
|
name = "deltachat_ffi"
|
||||||
version = "1.32.0"
|
version = "1.33.0"
|
||||||
description = "Deltachat FFI"
|
description = "Deltachat FFI"
|
||||||
authors = ["Delta Chat Developers (ML) <delta@codespeak.net>"]
|
authors = ["Delta Chat Developers (ML) <delta@codespeak.net>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|||||||
Reference in New Issue
Block a user