Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update @deltachat/stdio-rpc-server and deltachat/jsonrpc-client to 1.42.1 and minor npm dependency updates #4054

Merged
merged 3 commits into from
Aug 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,16 @@
- Update local help (2024-06-19)
- refactor: safer types #3993
- keep aspect ratio in quoted images #3999
- Update `@deltachat/stdio-rpc-server` and `deltachat/jsonrpc-client` to `1.141.2`
- make ImageCropper use CSS-transforms for UI and canvas API to cut the result #3893
- update stock translations #4051
- show device message only once as unread #4057
- Update `@deltachat/stdio-rpc-server` and `deltachat/jsonrpc-client` to `1.142.1`
- explicitly close the database on account removal to avoid crash on Windows #3959
- fix memory leak in jsonrpc client code (to be specific in yerpc)
- support vcards exported by protonmail
- Display vCard contact name in the message summary
- Case-insensitive search for non-ASCII messages
- make ImageCropper use CSS-transforms for UI and canvas API to cut the result #3893
- update stock translations #4051
- show device message only once as unread #4057
- upgrade `electron` from `30.0.2` to `30.3.1`

### Fixed
- Fix crash on "Settings" click when not on main screen (e.g. no account selected): hide the "settings" button
Expand Down
Loading
Loading