Skip to content

Commit

Permalink
prepare 1.38.0 (#3276)
Browse files Browse the repository at this point in the history
* prepare 1.38.0

* fix formatting
  • Loading branch information
Simon-Laux committed Jun 19, 2023
1 parent ba9a7fa commit 49aefcb
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 11 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_38_0"></a>

## [1.38.0] - 2023-06-19

### Changed
- update deltachat-node and deltachat/jsonrpc-client to `v1.117.0`
- Update translations (17.06.2023)
Expand Down Expand Up @@ -2038,7 +2042,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.37.1...HEAD
[unreleased]: https://github.com/deltachat/deltachat-desktop/compare/v1.38.0...HEAD

[1.38.0]: https://github.com/deltachat/deltachat-desktop/compare/v1.37.1...v1.38.0

[1.37.1]: https://github.com/deltachat/deltachat-desktop/compare/v1.37.0...v1.37.1

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.37.1",
"version": "1.38.0",
"description": "Desktop Application for delta.chat",
"main": "index.js",
"scripts": {
Expand Down
11 changes: 4 additions & 7 deletions src/renderer/deviceMessages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,20 @@ Full Changelog: https://github.com/deltachat/deltachat-desktop/blob/master/CHANG
BackendRemote.rpc.addDeviceMessage(
accountId,
'changelog-version-1.36.0-audit',
tx(
'update_1_36_audit',
'https://delta.chat/en/2023-03-27-third-independent-security-audit'
)
tx('update_1_36_audit', 'https://delta.chat/en/2023-05-22-webxdc-security')
)

BackendRemote.rpc.addDeviceMessage(
accountId,
'changelog-version-1.37.0-version0',
`What's new in 1.37.0?
'changelog-version-1.38.0-version0',
`What's new in 1.38.0?
🖼️ Show thumbnail in chatlist of image, sticker and webxdc messages
🔍 Improved design for message search results
📎 Removed upper limit on attachment size
☕ Wake up from standby now reconnects more reliably
✨ We fixed some bugs and improved stability
Full Changelog: https://github.com/deltachat/deltachat-desktop/blob/master/CHANGELOG.md#1_37_0`
Full Changelog: https://github.com/deltachat/deltachat-desktop/blob/master/CHANGELOG.md#1_38_0`
)
}

0 comments on commit 49aefcb

Please sign in to comment.