|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
| 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 | + |
5 | 52 | <a id="2_25_3"></a> |
6 | 53 | ## [2.25.3] - 2025-11-17 |
7 | 54 |
|
@@ -3801,7 +3848,8 @@ This section is only relevant to contributors. |
3801 | 3848 | **Historical Note 2** We removed the older changelog, you can look at the git history to get it. (version numbers made hallmark crazy) |
3802 | 3849 |
|
3803 | 3850 |
|
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 |
3805 | 3853 | [2.25.3]: https://github.com/deltachat/deltachat-desktop/compare/v2.25.2...v2.25.3 |
3806 | 3854 | [2.25.2]: https://github.com/deltachat/deltachat-desktop/compare/v2.25.1...v2.25.2 |
3807 | 3855 | [2.25.1]: https://github.com/deltachat/deltachat-desktop/compare/2.25.0...v2.25.1 |
|
0 commit comments