Skip to content

Commit c3f8ec9

Browse files
authored
Prepare release 1.60.0 (#5276)
* Prepare release 1.60.0
1 parent 76f941a commit c3f8ec9

File tree

8 files changed

+20
-14
lines changed

8 files changed

+20
-14
lines changed

CHANGELOG.md

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

33
## [Unreleased][unreleased]
44

5+
<a id="1_60_0"></a>
6+
7+
## [1.60.0] - 2025-07-10
8+
59
### Added
610
- Update last used app icons immediately after sending a new app
711

@@ -3532,7 +3536,9 @@ This section is only relevant to contributors.
35323536

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

3535-
[unreleased]: https://github.com/deltachat/deltachat-desktop/compare/v1.59.2...HEAD
3539+
[unreleased]: https://github.com/deltachat/deltachat-desktop/compare/v1.60.0...HEAD
3540+
3541+
[1.60.0]: https://github.com/deltachat/deltachat-desktop/compare/v1.59.2...v1.60.0
35363542

35373543
[1.59.2]: https://github.com/deltachat/deltachat-desktop/compare/v1.59.1...v1.59.2
35383544

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": "1.59.2",
5+
"version": "1.60.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 && pnpm check:log-conventions",

packages/frontend/src/deviceMessages.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ export async function updateDeviceChat(
2727
}
2828
}
2929

30-
await addDeviceMessage('changelog-version-1.58.0', {
31-
text: `What's new in 1.58.0?
30+
await addDeviceMessage('changelog-version-1.60.0', {
31+
text: `What's new in 1.60.0?
3232
33-
🎤 voice messages: finally you can record and send voice messages with DC desktop
34-
👤 profile view dialog redesign
35-
💡 show user names instead of mail address in many places
36-
🌅 improved image rendering
33+
🖼️ open all media view (gallery) in an own dialog
34+
🔔 a sound effect is played when current open chat gets a new message (can be turned off)
35+
🔎 Zoom In/Out with Ctrl +/-
36+
💠 show 3 recently used apps in chat navbar
3737
38-
+ MORE ✨ improvements and 🐜 bug fixes see [Full Changelog](https://github.com/deltachat/deltachat-desktop/blob/main/CHANGELOG.md#1_58_0)`,
38+
+ MORE ✨ improvements and 🐜 bug fixes see [Full Changelog](https://github.com/deltachat/deltachat-desktop/blob/main/CHANGELOG.md#1_60_0)`,
3939
})
4040
}
4141

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