Skip to content

Commit 8e55087

Browse files
authored
Update core to 2.12.0 (#5439)
1 parent e9117c5 commit 8e55087

File tree

5 files changed

+112
-95
lines changed

5 files changed

+112
-95
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
### Added
66
- support multiple selection (multiselect) in the list of chats, activated with Ctrl + Click, Shift + Click #5297
77

8+
### Changed
9+
- update `@deltachat/stdio-rpc-server` and `deltachat/jsonrpc-client` to `2.12.0`
10+
811
### Fixed
912
- fix "Recent 3 apps" in the chat header showing apps from another chat sometimes #5265
1013
- accessibility: improve screen-reader accessibility of the general structure of the app by using landmarks #5067

Cargo.lock

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

packages/target-tauri/src-tauri/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ tauri = { version = "2", features = [
3030
serde = { version = "1", features = ["derive"] }
3131
serde_json = "1"
3232
tokio = "1.43.1"
33-
deltachat = { git = "https://github.com/chatmail/core", tag = "v2.11.0", version = "2.11.0" }
34-
deltachat-jsonrpc = { git = "https://github.com/chatmail/core", tag = "v2.11.0", version = "2.11.0" }
33+
deltachat = { git = "https://github.com/chatmail/core", tag = "v2.12.0", version = "2.12.0" }
34+
deltachat-jsonrpc = { git = "https://github.com/chatmail/core", tag = "v2.12.0", version = "2.12.0" }
3535
tauri-plugin-dialog = "2"
3636
tauri-plugin-clipboard-manager = "2.0.2"
3737
log = "0.4.22"

0 commit comments

Comments
 (0)