Skip to content

Commit 19e8606

Browse files
authored
Prepare release 2.9.0 (#5367)
1 parent d6c8411 commit 19e8606

File tree

9 files changed

+106
-95
lines changed

9 files changed

+106
-95
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,20 @@
22

33
## [Unreleased][unreleased]
44

5+
### Fixed
6+
57
### Changed
6-
- removed "Add contact manually" when on chatmail account #5358
78

89
### Added
910

11+
<a id="2_9_0"></a>
12+
13+
## [2.9.0] - 2025-07-30
14+
15+
### Changed
16+
- removed "Add contact manually" when on chatmail account #5358
17+
- update `@deltachat/stdio-rpc-server` and `deltachat/jsonrpc-client` to `2.9.0`
18+
1019
### Fixed
1120
- don't show "add contact manually" (by email address) for groups #5336
1221
- Make `Archived Chats` title non selectable
@@ -3609,7 +3618,9 @@ This section is only relevant to contributors.
36093618
**Historical Note 2** We removed the older changelog, you can look at the git history to get it. (version numbers made hallmark crazy)
36103619

36113620

3612-
[unreleased]: https://github.com/deltachat/deltachat-desktop/compare/v2.8.0...HEAD
3621+
[unreleased]: https://github.com/deltachat/deltachat-desktop/compare/v2.9.0...HEAD
3622+
3623+
[2.9.0]: https://github.com/deltachat/deltachat-desktop/compare/v2.8.0...v2.9.0
36133624

36143625
[2.8.0]: https://github.com/deltachat/deltachat-desktop/compare/v2.7.0...v2.8.0
36153626

Cargo.lock

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": "true",
33
"name": "deltachat-desktop",
44
"type": "module",
5-
"version": "2.8.0",
5+
"version": "2.9.0",
66
"scripts": {
77
"preinstall": "node ./bin/check-nodejs-version.js",
88
"check": "pnpm check:types && pnpm check:lint && pnpm check:format && pnpm check:target-versions && pnpm check:log-conventions",

packages/target-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"name": "@deltachat-desktop/target-browser",
44
"type": "module",
5-
"version": "2.8.0",
5+
"version": "2.9.0",
66
"license": "GPL-3.0-or-later",
77
"scripts": {
88
"check:types": "tsc --noEmit && tsc --noEmit -p runtime-browser",

packages/target-electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"type": "module",
44
"name": "@deltachat-desktop/target-electron",
5-
"version": "2.8.0",
5+
"version": "2.9.0",
66
"description": "Desktop Application for delta.chat",
77
"repository": {
88
"type": "git",

packages/target-tauri/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@deltachat-desktop/target-tauri",
33
"private": true,
4-
"version": "2.8.0",
4+
"version": "2.9.0",
55
"type": "module",
66
"license": "GPL-3.0-or-later",
77
"scripts": {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "deltachat-tauri"
3-
version = "2.8.0"
3+
version = "2.9.0"
44
description = "Delta Chat Desktop: Tauri Edition. Secure, cross-platform, decentralized super-app messenger."
55
authors = ["DeltaChat Contributors"]
66
edition = "2021"
@@ -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.8.0", version = "2.8.0" }
34-
deltachat-jsonrpc = { git = "https://github.com/chatmail/core", tag = "v2.8.0", version = "2.8.0" }
33+
deltachat = { git = "https://github.com/chatmail/core", tag = "v2.9.0", version = "2.9.0" }
34+
deltachat-jsonrpc = { git = "https://github.com/chatmail/core", tag = "v2.9.0", version = "2.9.0" }
3535
tauri-plugin-dialog = "2"
3636
tauri-plugin-clipboard-manager = "2.0.2"
3737
log = "0.4.22"

0 commit comments

Comments
 (0)