Skip to content

Commit

Permalink
prepare 1.40.1 (#3374)
Browse files Browse the repository at this point in the history
* prepare 1.40.1

* fix core version in changelog
  • Loading branch information
Simon-Laux authored Sep 1, 2023
1 parent fd2944f commit b7340a2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,24 @@

## [Unreleased][unreleased]

### Added

### Changed

### Fixed

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

## [1.40.1] - 2023-09-01

### Added
- add: "always on top" option to webxdc titlebar menu.
- add: context menu entry to resend webxdc messages
- add: context menu entry to resend self sent messages

### Changed
- remove jitsi as a default Video Chat instance, because they added a sign-in requirement #3366
- update deltachat-node and deltachat/jsonrpc-client to `v1.112.0`
- update deltachat-node and deltachat/jsonrpc-client to `v1.120.0`
- mainly bugfixes, also fixes a memory leak
- Update translations (01.09.2023)
- update UI for sticker selector
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.40.0",
"version": "1.40.1",
"description": "Desktop Application for delta.chat",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit b7340a2

Please sign in to comment.