|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +<a id="2_25_0"></a> |
| 6 | +## [2.25.0] - 2025-11-12 |
| 7 | + |
| 8 | +### Added |
| 9 | + |
| 10 | +- Implement drag-and-drop to reorder accounts ([#5590](https://github.com/deltachat/deltachat-desktop/issues/5590)) |
| 11 | +- New broadcast channel behaviour (experimental) ([#5686](https://github.com/deltachat/deltachat-desktop/issues/5686)) |
| 12 | + |
| 13 | +### Changed |
| 14 | + |
| 15 | +- Upgrade core to 2.25 ([#5665](https://github.com/deltachat/deltachat-desktop/issues/5665)) |
| 16 | +- Change message link color to blue ([#5701](https://github.com/deltachat/deltachat-desktop/issues/5701)) |
| 17 | +- Remove "Watch Sent Folder" preference |
| 18 | +- Update classic email login wordings ([#5688](https://github.com/deltachat/deltachat-desktop/issues/5688)) |
| 19 | +- Do not use HTTPS request for default instant onboarding ([#5618](https://github.com/deltachat/deltachat-desktop/issues/5618)) |
| 20 | +- Remove address from Vcard ([#5672](https://github.com/deltachat/deltachat-desktop/issues/5672)) |
| 21 | +- Remove email address from chat header ([#5700](https://github.com/deltachat/deltachat-desktop/issues/5700)) |
| 22 | + |
| 23 | +### Fixed |
| 24 | + |
| 25 | +- Open WebXDC apps faster, improve security (remove RTCPeerConnection exhaustion (FILL500)) ([#5451](https://github.com/deltachat/deltachat-desktop/issues/5451)) |
| 26 | +- Writing a message, draft |
| 27 | + - Some draft races and other bugs when switching between chats |
| 28 | + - Some other rare draft message bugs |
| 29 | + - Draft WebXDC name being 'Unknown App' rarely |
| 30 | + - Potential bug with incorrect WebXDC attachment info |
| 31 | + - Set fixed height for "Reply" quote, make it less jumpy when switching between quotes |
| 32 | + - improve performance while writing a message |
| 33 | + - Debounce instead of throttle to save draft - don't save it too often |
| 34 | + - performance: Make message quoting instant |
| 35 | + - a11y: add "Reply" and "Attachment" landmark to message composer |
| 36 | + - Skip info messages on Ctrl-Up ([#5337](https://github.com/deltachat/deltachat-desktop/issues/5337)) |
| 37 | +- Fix shortcuts on DVORAK layout ([#5667](https://github.com/deltachat/deltachat-desktop/issues/5667)) |
| 38 | +- Links being unclickable if not written in all lowercase ([#5627](https://github.com/deltachat/deltachat-desktop/issues/5627)) |
| 39 | +- Remove `:emoji:` replacement on incoming msgs |
| 40 | +- Some potential bugs in Chat/ContactList |
| 41 | +- Remove "Close" buttons in some dialogs |
| 42 | +- Allow closing more dialogs on outside clicks |
| 43 | +- Rename 'Save' to 'Save Message' ([#5658](https://github.com/deltachat/deltachat-desktop/issues/5658)) |
| 44 | +- Remove one wrong translation |
| 45 | +- Proper "Send Autocrypt msg" dialog button label |
| 46 | +- Handle wrong qr code scans ([#5565](https://github.com/deltachat/deltachat-desktop/issues/5565)) |
| 47 | +- Crash when clicking settings while loading |
| 48 | +- Handle mailto links on chatmail accounts ([#5620](https://github.com/deltachat/deltachat-desktop/issues/5620)) |
| 49 | +- More contrast for button icons ([#5646](https://github.com/deltachat/deltachat-desktop/issues/5646)) |
| 50 | +- No "leave group" for contact requests ([#5693](https://github.com/deltachat/deltachat-desktop/issues/5693)) |
| 51 | +- Fix apps remaining in the chat header after app deletion ([#5692](https://github.com/deltachat/deltachat-desktop/issues/5692)) |
| 52 | +- Improve drag regions on MacOS ([#5671](https://github.com/deltachat/deltachat-desktop/issues/5671)) |
| 53 | +- Improve the look of the "Blocked Contacts" dialog ([#5703](https://github.com/deltachat/deltachat-desktop/issues/5703)), ([#5630](https://github.com/deltachat/deltachat-desktop/issues/5630)) |
| 54 | +- Don't show incorrect member count while joining group ([#5704](https://github.com/deltachat/deltachat-desktop/issues/5704)) |
| 55 | +- Apply primary style to "Create Channel" btn |
| 56 | +- Small UI fixes ([#5633](https://github.com/deltachat/deltachat-desktop/issues/5633)) |
| 57 | + * fix: harmonize button alignment for create group & create channel |
| 58 | + * fix: no danger styling on cancel button in "create account progress" dialog |
| 59 | +- Update chatmail relays link ([#5645](https://github.com/deltachat/deltachat-desktop/issues/5645)) |
| 60 | +- Update "Maps" app ([#5705](https://github.com/deltachat/deltachat-desktop/issues/5705)) |
| 61 | +- Calls: show initial letter img if no avatar |
| 62 | +- Calls: add "P2P" / "non-P2P" text |
| 63 | + |
| 64 | + |
3 | 65 | <a id="2_22_0"></a> |
4 | 66 |
|
5 | 67 | ## [2.22.0] - 2025-10-17 |
@@ -3718,7 +3780,8 @@ This section is only relevant to contributors. |
3718 | 3780 | **Historical Note 2** We removed the older changelog, you can look at the git history to get it. (version numbers made hallmark crazy) |
3719 | 3781 |
|
3720 | 3782 |
|
3721 | | -[unreleased]: https://github.com/deltachat/deltachat-desktop/compare/v2.22.0...HEAD |
| 3783 | +[unreleased]: https://github.com/deltachat/deltachat-desktop/compare/v2.25.0...HEAD |
| 3784 | +[2.25.0]: https://github.com/deltachat/deltachat-desktop/compare/v2.22.0...v2.25.0 |
3722 | 3785 |
|
3723 | 3786 | [2.22.0]: https://github.com/deltachat/deltachat-desktop/compare/v2.20.0...v2.22.0 |
3724 | 3787 |
|
|
0 commit comments