Skip to content

Commit

Permalink
prepare 1.45.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-Laux committed Jun 7, 2024
1 parent 13c86f7 commit 90403d1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 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_45_5"></a>

## [v1.45.5] - 2024-06-08

### Added
- send contact as VCard from attachment context menu #3830

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

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

[1.45.4]: https://github.com/deltachat/deltachat-desktop/compare/v1.45.3...v1.45.4

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.4",
"version": "1.45.5",
"description": "Desktop Application for delta.chat",
"main": "index.js",
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions src/renderer/deviceMessages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ 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.1', {
text: `Thanks for testing the 1.45.1 testrelease, this is the release candidate for the 1.46.0 release.
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 90403d1

Please sign in to comment.