Added
- open all media view (gallery) in an own dialog #5141 #5074
- show last apps in chat navbar
- show a notification when receiving a message in any chat except the currently open one, instead of only showing notifications for other accounts
- add a sound effect that plays when a message gets received in the currently open chat (can be turned off)
- add flatpak support for tauri
- add drag and drop to tauri
- Update last used app icons immediately after sending a new app
- Zoom In/Out with Ctrl +/- #890
Changed
- update
@deltachat/stdio-rpc-server
anddeltachat/jsonrpc-client
to1.159.5
- Don't change webxdc self-addr when saving and loading draft
- development:
- upgrade to react 19.x
- upgrade typescript 5.8.3
- upgrade eslint 9.x and prettier 3.5.x
- Update message-parser to v0.14.1
- Allow multiple
#
characters in links (fixes matrix links) - Parse scheme-less links for some TLDs (links without
https://
-prefix)
- Allow multiple
- infinite loading for gallery #4868
- adjust distance between info messages to match Delta Chat for Android #5244
- tauri: macOS: webxdc: Remove the nowhere-proxy to support pre-14 macOS. #5202
- reword 'Save As' to 'Export Attachment' to have a clearer cut to 'Save' #5245
- use rpc.getWebxdcInfo instead of message.webxdcInfo #5227
- upgrade electron from 34 to 37 #5229
- update translations (07-07-2025)
- development: introduce new condition to publish build previews
Fixed
- crash when a member gets added to a group and "View Group" dialog is open #5111
- show appropriate state in AddMemberDialog #5114
- tauri: fix: ignore
dcnotification:
deep-link when the app is already running - define max height for video in drafts #5128
- avoid overriding changes when adding/removing group members #5132
- improve performance a little
- show all shared chats at once in contact profile #4982
- tauri: hardening: ensure that random sites can't send a message if the user allows the website to open Delta Chat on Windows
- fix notifications not working sometimes, introduced in 1.59.1
- fix dropping files from outside not working on Windows, introduced in 1.59.1
- fix "Copy Selected Text" item never appearing in message context menu
- fix
runtime.isDroppedFileFromOutside
is not working as indended #5165, #5197 - accessibility: fix incorrect "Gallery" button "tab" role, introduced in 1.59.0
- tauri: fix drag and drop on macOS #5165
- translate "Emoji" and "Sticker" in emoji & sticker picker
- tauri: fix webxdc apps not receiving
visibilitychange
,beforeunload
andpagehide
when the window gets closed (except on macOS) #5065 - tauri: save zoom level between webxdc app launches #5163
- tauri: fix "Connectivity" dialog being unreadable on dark theme
- tauri: prevent moving around of the whole app with the touchpad gestures on windows #5182
- fix horizontal scroll in message list #5162
- always set "unread" count to 0 when "jump to bottom" is clicked #5204
- fix the last info message not getting marked as read when you scroll to it #5244
- tauri: remember webxdc app windows' position and size between app re-launches
- tauri: remember HTML email viewer window position / size for all HTML messages together, instead of separately for each individual message #5171
- tauri: fix fullscreen media view zoom, pan, pinch not working quite right #5200
- tauri: fix fullscreen avatar for selfavatar #5240
- fix: showing 0 instead ? as size for empty files #5253
- show avatar for deleted saved messages #5221
- increase contrast between background and unread badge in dark theme #5273