Skip to content

Commit fe10fca

Browse files
committed
chore(release): prepare release 1.52.1
1 parent c0fdab6 commit fe10fca

File tree

6 files changed

+18
-6
lines changed

6 files changed

+18
-6
lines changed

CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased][unreleased]
44

5+
### Added
6+
7+
### Changed
8+
9+
### Fixed
10+
11+
<a id="1_52_1"></a>
12+
13+
## [1.52.1] - 2025-01-27
14+
515
### Added
616
- settings: explain "Read Receipts" and adjust "Enter Key Sends" title #4524
717
- accessibility: focus message when jumping to it in some cases (e.g. when clicking on a quote) #4547
@@ -3113,7 +3123,9 @@ This section is only relevant to contributors.
31133123

31143124
**Historical Note 2** We removed the older changelog, you can look at the git history to get it. (version numbers made hallmark crazy)
31153125

3116-
[unreleased]: https://github.com/deltachat/deltachat-desktop/compare/v1.52.0...HEAD
3126+
[unreleased]: https://github.com/deltachat/deltachat-desktop/compare/v1.52.1...HEAD
3127+
3128+
[1.52.1]: https://github.com/deltachat/deltachat-desktop/compare/v1.52.0...v1.52.1
31173129

31183130
[1.52.0]: https://github.com/deltachat/deltachat-desktop/compare/v1.51.0...v1.52.0
31193131

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": "true",
33
"name": "deltachat-desktop",
44
"type": "module",
5-
"version": "1.52.0",
5+
"version": "1.52.1",
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 && pnpm check:log-conventions",

packages/target-browser/package.json

+1-1
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": "1.52.0",
5+
"version": "1.52.1",
66
"license": "GPL-3.0-or-later",
77
"scripts": {
88
"check:types": "tsc --noEmit && tsc --noEmit -p runtime-browser",

packages/target-electron/package.json

+1-1
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": "1.52.0",
5+
"version": "1.52.1",
66
"description": "Desktop Application for delta.chat",
77
"repository": {
88
"type": "git",

packages/target-tauri/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@deltachat-desktop/target-tauri",
33
"private": true,
4-
"version": "1.52.0",
4+
"version": "1.52.1",
55
"type": "module",
66
"license": "GPL-3.0-or-later",
77
"scripts": {

packages/target-tauri/src-tauri/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "deltachat-tauri"
3-
version = "1.52.0"
3+
version = "1.52.1"
44
description = "Delta Chat Desktop Tauri Edition"
55
authors = ["DeltaChat Contributors"]
66
edition = "2021"

0 commit comments

Comments
 (0)