Skip to content

Commit

Permalink
prepare 1.34.1 (#3031)
Browse files Browse the repository at this point in the history
* prepare 1.34.1

* update translations

nothing was updated except for the date in changelog it turned out.
  • Loading branch information
Simon-Laux authored Dec 22, 2022
1 parent 05841f8 commit 855e991
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 5 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased][unreleased]

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

## [1.34.1] - 2022-12-22

### Added

### Changed
Expand All @@ -11,7 +15,7 @@
- move all verified icons to the end chat/contact name (previously some were still on the avatar image)
- set `ITSAppUsesNonExemptEncryption` to `false` for mac
- update deltachat-node and deltachat/jsonrpc-client to `v1.104.0`
- Update translations (18.12.2022)
- Update translations (22.12.2022)

### Fixed
- fix "message not found in cache" bug #3039
Expand Down Expand Up @@ -1820,7 +1824,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/1.34.0...HEAD
[unreleased]: https://github.com/deltachat/deltachat-desktop/compare/1.34.1...HEAD

[1.34.1]: https://github.com/deltachat/deltachat-desktop/compare/v1.34.0...v1.34.1

[1.34.0]: https://github.com/deltachat/deltachat-desktop/compare/v1.33.2...v1.34.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.34.0",
"version": "1.34.1",
"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 @@ -18,4 +18,14 @@ export function updateDeviceChats(accountId: number) {
Full Changelog: https://github.com/deltachat/deltachat-desktop/blob/master/CHANGELOG.md#1_34_0`
)

BackendRemote.rpc.addDeviceMessage(
accountId,
'changelog-version-1.34.1-version0',
`What's new in 1.34.1?
Some smaller bug fixes and improvements.
Full Changelog: https://github.com/deltachat/deltachat-desktop/blob/master/CHANGELOG.md#1_34_1`
)
}

0 comments on commit 855e991

Please sign in to comment.