What's new in 1.36?
💻📱 Use Delta Chat on all your devices easily - just follow three simple steps at "Settings / Add Second Device" (experimental)
✉️ Open HTML emails securely in internal sandboxed viewer
✨ Many smaller bug fixes and general improvements
Changelog
[1.36.2] - 2023-04-14
Changed
- Update inApp help (11.4.2023)
- improve confirm abort dialog for setup second device #3173
Fixed
- do not save custom video chat provider if it only contains whitespaces
- fix show error messages when starting a video chat
- don't show video chat in attachment menu when the feature is turned off, this blocked the appstore release
- fix "Always Load Remote Images" should be hidden for contact requests #3180
- always show copy link when right clicking a link in a message #3184
[1.36.1] - 2023-04-09
Fixed
- add
ws
as explicit dependency, this should hotfix the startup crash #3171
[1.36.0] - 2023-04-08
Added
- networked setup multidevice
- open html emails in internal window
Changed
- update electron from
v22.1.0
to versionv22.3.2
- use the new go based transifex cli (old one stopped working)
- Update translations (08.04.2023)
- update deltachat-node and deltachat/jsonrpc-client to
v1.112.6
- only allow webxdc devtools when user enabled it in settings #3157
- move webxdc functions in backend from cffi to jsonrpc #3127
Fixed
- mac: update tray icon menu on hiding/showing #3041
- chat request deletion now asks for confirmation
- fix updating of relative timestamps #3125
- fix account details of old account shown in new second account created via qr code #3154
- fix chat of old account still selected in new account
- fix scroll down when sending video chat invitation
- some webxdc security fixes #3157
- add message metadata to video chat invitiation (encryption and send status and date-time)
Removed
- removed more bloat (unnessary files) from release packages
[1.34.5] - 2023-02-27
Added
- Add possibility for themes to change the emoji font. See docs/THEMES.md for a guide.
Changed
- update deltachat-node and deltachat/jsonrpc-client to
v1.110.0
- update
@deltachat/message_parser_wasm
to0.5.1
(<delimited@emails>
and fix code blocks with emojis)
Fixed
- better error handling when messages fail to load from db in messagelist and gallery
- make emoji mart use the correct emoji font
Removed
- remove unused direct dependency on babel:
@babel/core
,@babel/preset-env
and@babel/preset-react
- remove
hallmark
modules, because we never really used it and it has many dependencies. - remove unused
electron-devtools-installer
- it does not work since our upgrade to electron >=11, so its not used for a long time already
Downloads
https://download.delta.chat/desktop/v1.36.2/
Post Script
If you wonder about missing versions:
- 1.34.5 was not released due to missing flag emojis on windows at that time, unfortunately the emoji mart maintainers did not react yet to my pr: missive/emoji-mart#809
- 1.36.0 was completely broken (crashing on all platforms on startup)