Skip to content

Commit f24f788

Browse files
authored
prepare release 2.25.3 (#5736)
1 parent 8bd2944 commit f24f788

File tree

7 files changed

+15
-7
lines changed

7 files changed

+15
-7
lines changed

CHANGELOG.md

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

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

5+
<a id="2_25_3"></a>
6+
## [2.25.3] - 2025-11-17
7+
8+
### Fixed
9+
10+
- Fix experimental "maps" app not working ([#5735](https://github.com/deltachat/deltachat-desktop/issues/5720))
11+
512
<a id="2_25_2"></a>
613
## [2.25.2] - 2025-11-15
714

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

37963803

3797-
[unreleased]: https://github.com/deltachat/deltachat-desktop/compare/v2.25.2...HEAD
3804+
[unreleased]: https://github.com/deltachat/deltachat-desktop/compare/v2.25.3...HEAD
3805+
[2.25.3]: https://github.com/deltachat/deltachat-desktop/compare/v2.25.2...v2.25.3
37983806
[2.25.2]: https://github.com/deltachat/deltachat-desktop/compare/v2.25.1...v2.25.2
37993807
[2.25.1]: https://github.com/deltachat/deltachat-desktop/compare/2.25.0...v2.25.1
38003808
[2.25.0]: https://github.com/deltachat/deltachat-desktop/compare/v2.22.0...v2.25.0

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.25.2",
5+
"version": "2.25.3",
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.2",
5+
"version": "2.25.3",
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.2",
5+
"version": "2.25.3",
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.2",
4+
"version": "2.25.3",
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.2"
3+
version = "2.25.3"
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)