Skip to content

Commit c9615f9

Browse files
committed
chore: prepare release 2.33.0
1 parent 13d2165 commit c9615f9

File tree

6 files changed

+54
-6
lines changed

6 files changed

+54
-6
lines changed

CHANGELOG.md

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

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

5+
<a id="2_33_0"></a>
6+
## [2.33.0] - 2025-12-06
7+
8+
### Added
9+
10+
- Add multitransport ([#5680](https://github.com/deltachat/deltachat-desktop/issues/5680))
11+
- Allow add transport from main scanner ([#5795](https://github.com/deltachat/deltachat-desktop/issues/5795))
12+
- Show warning when disabling multi-device mode ([#5743](https://github.com/deltachat/deltachat-desktop/issues/5743))
13+
- Withdraw and revive channel invitation codes ([#5747](https://github.com/deltachat/deltachat-desktop/issues/5747))
14+
15+
### Changed
16+
17+
- Remove experimental feature auditLog & relatedChats ([#5786](https://github.com/deltachat/deltachat-desktop/issues/5786))
18+
- Reorder advanced settings ([#5830](https://github.com/deltachat/deltachat-desktop/issues/5830))
19+
- Update local help ([#5761](https://github.com/deltachat/deltachat-desktop/issues/5761))
20+
- Move group member count ([#5738](https://github.com/deltachat/deltachat-desktop/issues/5738))
21+
- Add "webxdc network isolation" to RELEASE.md
22+
- Add docs for webxdc implementation ([#5458](https://github.com/deltachat/deltachat-desktop/issues/5458))
23+
- Upgrade to core 2.33.0 ([#5817](https://github.com/deltachat/deltachat-desktop/issues/5817))
24+
- Support multi transport
25+
- Synchronize transports via sync messages.
26+
- Case-insensitive search for non-ASCII chat and contact names
27+
- [breaking] Increase backup version from 3 to 4
28+
29+
### Fixed
30+
31+
- Pass pointer events through footer ([#5768](https://github.com/deltachat/deltachat-desktop/issues/5768))
32+
- Do not minimize the window before hiding it ([#5774](https://github.com/deltachat/deltachat-desktop/issues/5774))
33+
- Readd delete from device ([#5782](https://github.com/deltachat/deltachat-desktop/issues/5782))
34+
- Skip key arrow up if meta key is pressed ([#5780](https://github.com/deltachat/deltachat-desktop/issues/5780))
35+
- Change confirm label ([#5787](https://github.com/deltachat/deltachat-desktop/issues/5787))
36+
- Invert pinch zoom on mac ([#5695](https://github.com/deltachat/deltachat-desktop/issues/5695))
37+
- Avoid "Proxy" dialogs piling up ([#5802](https://github.com/deltachat/deltachat-desktop/issues/5802))
38+
- Blur buttons in dialogs to avoid unexpected enter key behaviour ([#5807](https://github.com/deltachat/deltachat-desktop/issues/5807))
39+
- Reduce image footer width in media only messages ([#5745](https://github.com/deltachat/deltachat-desktop/issues/5745))
40+
- Edit last message when pressing the UP arrow key ([#5713](https://github.com/deltachat/deltachat-desktop/issues/5713))
41+
- Handle ESC key to cancel edit message
42+
- Simplify profile in settings ([#5765](https://github.com/deltachat/deltachat-desktop/issues/5765))
43+
- Remove "Delete from server" setting ([#5784](https://github.com/deltachat/deltachat-desktop/issues/5784))
44+
- Change copy dialog button order ([#5796](https://github.com/deltachat/deltachat-desktop/issues/5796))
45+
- Show correct error message if backup is too new ([#5813](https://github.com/deltachat/deltachat-desktop/issues/5813))
46+
47+
### Performance
48+
49+
- Don't load chats, contacts, gallery twice ([#5727](https://github.com/deltachat/deltachat-desktop/issues/5727))
50+
51+
552
<a id="2_25_3"></a>
653
## [2.25.3] - 2025-11-17
754

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

38033850

3804-
[unreleased]: https://github.com/deltachat/deltachat-desktop/compare/v2.25.3...HEAD
3851+
[unreleased]: https://github.com/deltachat/deltachat-desktop/compare/v2.33.0...HEAD
3852+
[2.33.0]: https://github.com/deltachat/deltachat-desktop/compare/v2.25.3...v2.33.0
38053853
[2.25.3]: https://github.com/deltachat/deltachat-desktop/compare/v2.25.2...v2.25.3
38063854
[2.25.2]: https://github.com/deltachat/deltachat-desktop/compare/v2.25.1...v2.25.2
38073855
[2.25.1]: https://github.com/deltachat/deltachat-desktop/compare/2.25.0...v2.25.1

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.25.3",
5+
"version": "2.33.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.25.3",
5+
"version": "2.33.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.25.3",
5+
"version": "2.33.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.25.3",
4+
"version": "2.33.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.25.3"
3+
version = "2.33.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)