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

Upgrade core to 1.53.0 #4451

Merged
merged 2 commits into from
Jan 5, 2025
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: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@

## Changed
- dev: upgrade react to v18 and react pinch pan zoom to v3
- Update `@deltachat/stdio-rpc-server` and `deltachat/jsonrpc-client` to `1.153.0`
nicodh marked this conversation as resolved.
Show resolved Hide resolved
- rpc-client: Add INCOMING_REACTION to const.EventType
- Add IncomingWebxdcNotify.chat_id
- Update shadowsocks crate to 1.22.0 to avoid panic when parsing some QR codes
- Never change Viewtype::Sticker to Image if file has non-image extension
- Change BccSelf default to 0 for chatmail
- Don't treat location-only and sync messages as bot ones
- Update shadowsocks crate to 1.22.0 to avoid panic when parsing some QR codes.
- Prefer to encrypt if E2eeEnabled even if peers have EncryptPreference::NoPreference.
- Allow empty `To` field for self-sent messages.

## Fixed

Expand Down
Loading
Loading