File tree 6 files changed +18
-6
lines changed
6 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased] [ unreleased ]
4
4
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
+
5
15
### Added
6
16
- settings: explain "Read Receipts" and adjust "Enter Key Sends" title #4524
7
17
- 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.
3113
3123
3114
3124
** Historical Note 2** We removed the older changelog, you can look at the git history to get it. (version numbers made hallmark crazy)
3115
3125
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
3117
3129
3118
3130
[ 1.52.0 ] : https://github.com/deltachat/deltachat-desktop/compare/v1.51.0...v1.52.0
3119
3131
Original file line number Diff line number Diff line change 2
2
"private" : " true" ,
3
3
"name" : " deltachat-desktop" ,
4
4
"type" : " module" ,
5
- "version" : " 1.52.0 " ,
5
+ "version" : " 1.52.1 " ,
6
6
"scripts" : {
7
7
"preinstall" : " node ./bin/check-nodejs-version.js" ,
8
8
"check" : " pnpm check:types && pnpm check:lint && pnpm check:format && pnpm check:target-versions && pnpm check:log-conventions" ,
Original file line number Diff line number Diff line change 2
2
"private" : true ,
3
3
"name" : " @deltachat-desktop/target-browser" ,
4
4
"type" : " module" ,
5
- "version" : " 1.52.0 " ,
5
+ "version" : " 1.52.1 " ,
6
6
"license" : " GPL-3.0-or-later" ,
7
7
"scripts" : {
8
8
"check:types" : " tsc --noEmit && tsc --noEmit -p runtime-browser" ,
Original file line number Diff line number Diff line change 2
2
"private" : true ,
3
3
"type" : " module" ,
4
4
"name" : " @deltachat-desktop/target-electron" ,
5
- "version" : " 1.52.0 " ,
5
+ "version" : " 1.52.1 " ,
6
6
"description" : " Desktop Application for delta.chat" ,
7
7
"repository" : {
8
8
"type" : " git" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @deltachat-desktop/target-tauri" ,
3
3
"private" : true ,
4
- "version" : " 1.52.0 " ,
4
+ "version" : " 1.52.1 " ,
5
5
"type" : " module" ,
6
6
"license" : " GPL-3.0-or-later" ,
7
7
"scripts" : {
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " deltachat-tauri"
3
- version = " 1.52.0 "
3
+ version = " 1.52.1 "
4
4
description = " Delta Chat Desktop Tauri Edition"
5
5
authors = [" DeltaChat Contributors" ]
6
6
edition = " 2021"
You can’t perform that action at this time.
0 commit comments