Skip to content

Commit d2fc843

Browse files
nicodhWofWca
andauthored
Prepare release 2.25.0 (#5710)
chore: adjust CHANGELOG for 2.25.0 --------- Co-authored-by: WofWca <[email protected]>
1 parent 3196ebe commit d2fc843

File tree

7 files changed

+74
-9
lines changed

7 files changed

+74
-9
lines changed

CHANGELOG.md

Lines changed: 64 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,67 @@
11
# Changelog
22

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+
365
<a id="2_22_0"></a>
466

567
## [2.22.0] - 2025-10-17
@@ -3718,7 +3780,8 @@ This section is only relevant to contributors.
37183780
**Historical Note 2** We removed the older changelog, you can look at the git history to get it. (version numbers made hallmark crazy)
37193781

37203782

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
37223785

37233786
[2.22.0]: https://github.com/deltachat/deltachat-desktop/compare/v2.20.0...v2.22.0
37243787

cliff.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# parse the commits based on https://www.conventionalcommits.org
66
conventional_commits = true
77
# filter out the commits that are not conventional
8-
filter_unconventional = true
8+
filter_unconventional = false
99
# process each line of a commit as an individual commit
1010
split_commits = false
1111
# regex for preprocessing the commit messages
@@ -14,8 +14,10 @@ commit_preprocessors = [
1414
]
1515
# regex for parsing and grouping commits
1616
commit_parsers = [
17-
{ message = "^feat", group = "Features / Changes"},
18-
{ message = "^fix", group = "Fixes"},
17+
{ message = "^feat", group = "Added"},
18+
{ message = "^update", group = "Changes"},
19+
{ message = "^fix", group = "Fixed"},
20+
{ message = "^remove", group = "Removed"},
1921
{ message = "^refactor", group = "Refactor"},
2022
{ message = "^perf", group = "Performance"},
2123
{ message = "^test", group = "Tests"},

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