Skip to content

Commit 9b028c9

Browse files
authored
chore: prepare release 2.35.0 (#5894)
1 parent bad536a commit 9b028c9

File tree

7 files changed

+38
-7
lines changed

7 files changed

+38
-7
lines changed

CHANGELOG.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,36 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
<a id="2_35_0"></a>
6+
## [2.35.0] - 2025-12-21
7+
8+
### Added
9+
10+
- Prettier About Dialog and introduce Protocol View Dialog (+ added storage usage report to that dialog) ([#5882](https://github.com/deltachat/deltachat-desktop/issues/5882))
11+
12+
### Changes
13+
14+
- Upgrade core to 2.35.0 ([#5886](https://github.com/deltachat/deltachat-desktop/issues/5886))
15+
- sync default transport on multi devices
16+
- improve calls by providing a turn server
17+
- Upgrade electron to v39.x ([#5843](https://github.com/deltachat/deltachat-desktop/issues/5843))
18+
- Support for MacOS v11 ended due to Chrome not being compatible anymore!
19+
- Remove emoji replacement ([#5866](https://github.com/deltachat/deltachat-desktop/issues/5866))
20+
- Show the error message when add relay fails ([#5863](https://github.com/deltachat/deltachat-desktop/issues/5863))
21+
- Disable email address field when editing existing transports. ([#5884](https://github.com/deltachat/deltachat-desktop/issues/5884))
22+
- Split transport label ([#5864](https://github.com/deltachat/deltachat-desktop/issues/5864))
23+
24+
### Fixed
25+
26+
- Add transport for DCLOGIN ([#5846](https://github.com/deltachat/deltachat-desktop/issues/5846))
27+
- CloseHandler should not prevent dialog from closing ([#5825](https://github.com/deltachat/deltachat-desktop/issues/5825))
28+
- Don't play "plop" sound on msg if not focused
29+
- Vertical center navbar buttons ([#5889](https://github.com/deltachat/deltachat-desktop/issues/5889))
30+
31+
### Styling
32+
33+
- Apply "move" cursor on account list drag ([#5857](https://github.com/deltachat/deltachat-desktop/issues/5857))
34+
535
<a id="2_33_0"></a>
636
## [2.33.0] - 2025-12-06
737

@@ -3848,7 +3878,8 @@ This section is only relevant to contributors.
38483878
**Historical Note 2** We removed the older changelog, you can look at the git history to get it. (version numbers made hallmark crazy)
38493879

38503880

3851-
[unreleased]: https://github.com/deltachat/deltachat-desktop/compare/v2.33.0...HEAD
3881+
[unreleased]: https://github.com/deltachat/deltachat-desktop/compare/v2.35.0...HEAD
3882+
[2.35.0]: https://github.com/deltachat/deltachat-desktop/compare/v2.33.0...v2.35.0
38523883
[2.33.0]: https://github.com/deltachat/deltachat-desktop/compare/v2.25.3...v2.33.0
38533884
[2.25.3]: https://github.com/deltachat/deltachat-desktop/compare/v2.25.2...v2.25.3
38543885
[2.25.2]: https://github.com/deltachat/deltachat-desktop/compare/v2.25.1...v2.25.2

Cargo.lock

Lines changed: 1 addition & 1 deletion
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.33.0",
5+
"version": "2.35.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",

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.33.0",
5+
"version": "2.35.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.33.0",
5+
"version": "2.35.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.33.0",
4+
"version": "2.35.0",
55
"type": "module",
66
"license": "GPL-3.0-or-later",
77
"scripts": {

packages/target-tauri/src-tauri/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-tauri"
3-
version = "2.33.0"
3+
version = "2.35.0"
44
description = "Delta Chat Desktop: Tauri Edition. Secure, cross-platform, decentralized super-app messenger."
55
authors = ["DeltaChat Contributors"]
66
edition = "2021"

0 commit comments

Comments
 (0)