mirror of
https://github.com/chatmail/core.git
synced 2026-04-29 11:26:29 +03:00
prepare 1.64 (#2802)
* update changelog for 1.64 * bump version to 1.64.0
This commit is contained in:
@@ -1,8 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## Unreleased
|
## 1.64.0
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
|
- add 'waiting for being added to the group' only for group-joins,
|
||||||
|
not for setup-contact #2797
|
||||||
- prioritize In-Reply-To: and References: headers over group IDs when assigning
|
- prioritize In-Reply-To: and References: headers over group IDs when assigning
|
||||||
messages to chats to fix incorrect assignment of Delta Chat replies to
|
messages to chats to fix incorrect assignment of Delta Chat replies to
|
||||||
classic email threads #2795
|
classic email threads #2795
|
||||||
|
|||||||
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -1072,7 +1072,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "deltachat"
|
name = "deltachat"
|
||||||
version = "1.63.0"
|
version = "1.64.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ansi_term",
|
"ansi_term",
|
||||||
"anyhow",
|
"anyhow",
|
||||||
@@ -1152,7 +1152,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "deltachat_ffi"
|
name = "deltachat_ffi"
|
||||||
version = "1.63.0"
|
version = "1.64.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"async-std",
|
"async-std",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "deltachat"
|
name = "deltachat"
|
||||||
version = "1.63.0"
|
version = "1.64.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.63.0"
|
version = "1.64.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