mirror of
https://github.com/chatmail/core.git
synced 2026-05-06 06:46:35 +03:00
@@ -1,5 +1,14 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.26.0
|
||||||
|
|
||||||
|
- change generated key type back to RSA as shipped versions
|
||||||
|
have problems to encrypt to Ed25519 keys
|
||||||
|
|
||||||
|
- update rPGP to encrypt reliably to Ed25519 keys;
|
||||||
|
one of the next versions can finally use Ed25519 keys then
|
||||||
|
|
||||||
|
|
||||||
## 1.25.0
|
## 1.25.0
|
||||||
|
|
||||||
- save traffic by downloading only messages that are really displayed #1236
|
- save traffic by downloading only messages that are really displayed #1236
|
||||||
|
|||||||
6
Cargo.lock
generated
6
Cargo.lock
generated
@@ -627,7 +627,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "deltachat"
|
name = "deltachat"
|
||||||
version = "1.25.0"
|
version = "1.26.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"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)",
|
||||||
"async-native-tls 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"async-native-tls 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -693,9 +693,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "deltachat_ffi"
|
name = "deltachat_ffi"
|
||||||
version = "1.25.0"
|
version = "1.26.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"deltachat 1.25.0",
|
"deltachat 1.26.0",
|
||||||
"failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"human-panic 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"human-panic 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "deltachat"
|
name = "deltachat"
|
||||||
version = "1.25.0"
|
version = "1.26.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"
|
||||||
@@ -12,7 +12,7 @@ lto = true
|
|||||||
deltachat_derive = { path = "./deltachat_derive" }
|
deltachat_derive = { path = "./deltachat_derive" }
|
||||||
|
|
||||||
libc = "0.2.51"
|
libc = "0.2.51"
|
||||||
pgp = { version = "0.4.0", default-features = false }
|
pgp = { version = "0.4.1", default-features = false }
|
||||||
hex = "0.4.0"
|
hex = "0.4.0"
|
||||||
sha2 = "0.8.0"
|
sha2 = "0.8.0"
|
||||||
rand = "0.7.0"
|
rand = "0.7.0"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "deltachat_ffi"
|
name = "deltachat_ffi"
|
||||||
version = "1.25.0"
|
version = "1.26.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