Skip to content

Commit

Permalink
prepare 1.46.0 (#3928)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-Laux authored Jun 10, 2024
1 parent 1199dbe commit d16eb56
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 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_0"></a>

## [v1.46.0] - 2024-06-10

### Changed
- Update translations (2024-06-09) #3925

Expand Down Expand Up @@ -2658,7 +2662,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.45.5...HEAD
[unreleased]: https://github.com/deltachat/deltachat-desktop/compare/v1.46.0...HEAD

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

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

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.45.5",
"version": "1.46.0",
"description": "Desktop Application for delta.chat",
"main": "index.js",
"type": "module",
Expand Down
7 changes: 1 addition & 6 deletions src/renderer/deviceMessages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export async function updateDeviceChats(
}
}

await addDeviceMessage('changelog-version-1.46.0-version0', {
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
Expand All @@ -38,9 +38,4 @@ export async function updateDeviceChats(
[Full Changelog](https://github.com/deltachat/deltachat-desktop/blob/main/CHANGELOG.md#1_46_0)`,
})

await addDeviceMessage('changelog-version-1.45.5', {
text: `Thanks for testing the 1.45.5 testrelease, this is the release candidate for the 1.46.0 release.
Please report issues that you found on https://support.delta.chat/t/help-testing-the-upcoming-v1-45-x-release/3089`,
})
}

0 comments on commit d16eb56

Please sign in to comment.