Skip to content

Commit 5bb0b86

Browse files
committed
chore(release): prepare for 2.41.0
1 parent ed2b0e8 commit 5bb0b86

12 files changed

Lines changed: 32 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [2.41.0] - 2026-02-06
4+
5+
### Features / Changes
6+
7+
- Do not require `ShowEmails` to be set to `All` for adding second relay.
8+
- Use different strings for audio and video calls.
9+
10+
### Fixes
11+
12+
- Don't set download state to Failure if message is available on another Session's transport ([#7684](https://github.com/chatmail/core/pull/7684)).
13+
- Make use of call stock strings.
14+
15+
### Miscellaneous Tasks
16+
17+
- cargo: Bump `time` from 0.3.37 to 0.3.47.
18+
319
## [2.40.0] - 2026-02-04
420

521
### Features / Changes
@@ -7696,3 +7712,4 @@ https://github.com/chatmail/core/pulls?q=is%3Apr+is%3Aclosed
76967712
[2.38.0]: https://github.com/chatmail/core/compare/v2.37.0..v2.38.0
76977713
[2.39.0]: https://github.com/chatmail/core/compare/v2.38.0..v2.39.0
76987714
[2.40.0]: https://github.com/chatmail/core/compare/v2.39.0..v2.40.0
7715+
[2.41.0]: https://github.com/chatmail/core/compare/v2.40.0..v2.41.0

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "deltachat"
3-
version = "2.40.0"
3+
version = "2.41.0"
44
edition = "2024"
55
license = "MPL-2.0"
66
rust-version = "1.88"

deltachat-ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "deltachat_ffi"
3-
version = "2.40.0"
3+
version = "2.41.0"
44
description = "Deltachat FFI"
55
edition = "2018"
66
readme = "README.md"

deltachat-jsonrpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "deltachat-jsonrpc"
3-
version = "2.40.0"
3+
version = "2.41.0"
44
description = "DeltaChat JSON-RPC API"
55
edition = "2021"
66
license = "MPL-2.0"

deltachat-jsonrpc/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@
5454
},
5555
"type": "module",
5656
"types": "dist/deltachat.d.ts",
57-
"version": "2.40.0"
57+
"version": "2.41.0"
5858
}

deltachat-repl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "deltachat-repl"
3-
version = "2.40.0"
3+
version = "2.41.0"
44
license = "MPL-2.0"
55
edition = "2021"
66
repository = "https://github.com/chatmail/core"

deltachat-rpc-client/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "deltachat-rpc-client"
7-
version = "2.40.0"
7+
version = "2.41.0"
88
license = "MPL-2.0"
99
description = "Python client for Delta Chat core JSON-RPC interface"
1010
classifiers = [

deltachat-rpc-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "deltachat-rpc-server"
3-
version = "2.40.0"
3+
version = "2.41.0"
44
description = "DeltaChat JSON-RPC server"
55
edition = "2021"
66
readme = "README.md"

deltachat-rpc-server/npm-package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
},
1616
"type": "module",
1717
"types": "index.d.ts",
18-
"version": "2.40.0"
18+
"version": "2.41.0"
1919
}

0 commit comments

Comments
 (0)