Skip to content

Commit

Permalink
prepare 1.36.4 (#3205)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-Laux authored Apr 21, 2023
1 parent f334c34 commit 6d91754
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 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_36_4"></a>

## [1.36.4] - 2023-04-21

### Added
- add received timestamp to html email view

Expand Down Expand Up @@ -1991,7 +1995,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.36.3...HEAD
[unreleased]: https://github.com/deltachat/deltachat-desktop/compare/v1.36.4...HEAD

[1.36.4]: https://github.com/deltachat/deltachat-desktop/compare/v1.36.3...v1.36.4

[1.36.3]: https://github.com/deltachat/deltachat-desktop/compare/v1.36.2...v1.36.3

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.36.3",
"version": "1.36.4",
"description": "Desktop Application for delta.chat",
"main": "index.js",
"scripts": {
Expand Down
10 changes: 10 additions & 0 deletions src/renderer/deviceMessages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,14 @@ Full Changelog: https://github.com/deltachat/deltachat-desktop/blob/master/CHANG
'https://delta.chat/en/2023-03-27-third-independent-security-audit'
)
)

BackendRemote.rpc.addDeviceMessage(
accountId,
'changelog-version-1.36.4-version1',
`What's new in 1.36.4?
✨ We fixed some bugs and improved the html email viewer.
Full Changelog: https://github.com/deltachat/deltachat-desktop/blob/master/CHANGELOG.md#1_36_4`
)
}

0 comments on commit 6d91754

Please sign in to comment.