Skip to content

Commit

Permalink
simon/prepare 1.46.1 (#3953)
Browse files Browse the repository at this point in the history
* fix old device message, add new device message

* change phrasing

* prepare 1.46.1

* rm minor device message
  • Loading branch information
Simon-Laux authored Jun 17, 2024
1 parent 57fd8b5 commit 899f196
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 14 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased][unreleased]

<a id="1_46_1"></a>

## [v1.46.1] - 2024-06-17

### Added
- add option to use sytem ui font in appearance settings #3949
- pretty preview for vcard draft #3948
Expand Down Expand Up @@ -2683,7 +2687,9 @@ This section is only relevant to contributors.

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

[unreleased]: https://github.com/deltachat/deltachat-desktop/compare/v1.46.0...HEAD
[unreleased]: https://github.com/deltachat/deltachat-desktop/compare/v1.46.1...HEAD

[1.46.1]: https://github.com/deltachat/deltachat-desktop/compare/v1.46.0...v1.46.1

[1.45.5]: https://github.com/deltachat/deltachat-desktop/compare/v1.45.5...v1.46.0

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deltachat-desktop",
"version": "1.46.0",
"version": "1.46.1",
"description": "Desktop Application for delta.chat",
"main": "index.js",
"type": "module",
Expand Down
20 changes: 10 additions & 10 deletions src/renderer/deviceMessages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ export async function updateDeviceChats(
await addDeviceMessage('changelog-version-1.46.0-version1', {
text: `What's new in 1.46.0?
🐣 New Onboarding: ⚡️ Sign up to secure fast chatmail servers (https://delta.chat/chatmail) or use classic e-mail servers
💻 Collapse chat list on small screens or window sizes
📋 Accept images from clipboard in QR reader
🖼️✂️ Image cropper for profile image selector
📌 Webxdc windows now remember their last position and size
🚀 Shorter startup times on newer Mac (through native ARM builds)
✨ Many improvements and bug fixes
[Full Changelog](https://github.com/deltachat/deltachat-desktop/blob/main/CHANGELOG.md#1_46_0)`,
🐣 New Onboarding: ⚡️ Sign up to secure fast chatmail servers (https://delta.chat/chatmail) or use classic e-mail servers
💻 Collapse chat list on small screens or window sizes
📋 Accept images from clipboard in QR reader
🖼️✂️ Image cropper for profile image selector
📌 Webxdc windows now remember their last position and size
🚀 Shorter startup times on newer Mac (through native ARM builds)
✨ Many improvements and bug fixes
[Full Changelog](https://github.com/deltachat/deltachat-desktop/blob/main/CHANGELOG.md#1_46_0)`,
})
}

0 comments on commit 899f196

Please sign in to comment.