Skip to content

Commit

Permalink
prepare 1.34.4 (#3118)
Browse files Browse the repository at this point in the history
* prepare 1.34.4

* add hint about new emoji picker behaviour to device message
  • Loading branch information
Simon-Laux authored Feb 9, 2023
1 parent 4e457fe commit dff1f51
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 5 deletions.
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

## [Unreleased][unreleased]

### Added

### Changed

### Fixed

### Removed


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

## [1.34.4] - 2023-02-09

### Added
- add context menu option to mark all archived chats as noticed
- add reply privately in mailinglists
Expand Down Expand Up @@ -1890,9 +1903,11 @@ 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.3...HEAD
[unreleased]: https://github.com/deltachat/deltachat-desktop/compare/1.34.4...HEAD

[1.34.4]: https://github.com/deltachat/deltachat-desktop/compare/v1.34.3...v1.34.4

[1.343]: https://github.com/deltachat/deltachat-desktop/compare/v1.34.2...v1.34.3
[1.34.3]: https://github.com/deltachat/deltachat-desktop/compare/v1.34.2...v1.34.3

[1.34.2]: https://github.com/deltachat/deltachat-desktop/compare/v1.34.1...v1.34.2

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.3",
"version": "1.34.4",
"description": "Desktop Application for delta.chat",
"main": "index.js",
"scripts": {
Expand Down
14 changes: 14 additions & 0 deletions src/renderer/deviceMessages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,18 @@ This release also includes some smaller improvements and bug fixes.
Full Changelog: https://github.com/deltachat/deltachat-desktop/blob/master/CHANGELOG.md#1_34_2`
)

BackendRemote.rpc.addDeviceMessage(
accountId,
'changelog-version-1.34.4-version2',
`What's new in 1.34.4?
More stability for sending Messages and support for the new unicode 13 and 14 emojis:
13: 🥲😶‍🌫️😮‍💨😵‍💫🥸❤️‍🔥❤️‍🩹🤌🫀🫁🧔‍♂️🧔‍♀️🥷🤵‍♂️🤵‍♀️👰‍♂️👰‍♀️👩‍🍼👨‍🍼🧑‍🍼🧑‍🎄🫂🐈‍⬛🦬🦣🦫🐻‍❄️🦤🪶🦭🪲🪳🪰🪱🪴🫐🫒🫑🫓🫔🫕🫖🧋🪨🪵🛖🛻🛼🪄🪅🪆🪡🪢🩴🪖🪗🪘🪙🪃🪚🪛🪝🪜🛗🪞🪟🪠🪤🪣🪥🪦🪧⚧️🏳️‍⚧️
14: 🫠🫢🫣🫡🫥🫤🥹🫱🫲🫳🫴🫰🫵🫶🫦🫅🫃🫄🧌🪸🪷🪹🪺🫘🫗🫙🛝🛞🛟🪩🪫🩼🩻🫧🪬🪪🟰
The emoji picker now closes when you choose an emoji. Press shift to choose multiple emojis.
Full Changelog: https://github.com/deltachat/deltachat-desktop/blob/master/CHANGELOG.md#1_34_4`
)
}

0 comments on commit dff1f51

Please sign in to comment.