Skip to content

1.36.4

Compare
Choose a tag to compare
@Simon-Laux Simon-Laux released this 22 Apr 15:47
6d91754

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.4] - 2023-04-21

Added

  • add received timestamp to html email view

Changed

  • webxdc message: icon change hover cursor to pointer
  • update deltachat-node and deltachat/jsonrpc-client to v1.112.8

Fixed

  • fix copy qrcode to clipboard

[1.36.3] - 2023-04-17

Changed

  • remember html email window positioning and size.
  • update deltachat-node and deltachat/jsonrpc-client to v1.112.7

Fixed

  • always display html emails in black text on white background by default, fixes white text on white background when the OS was in dark theme mode
  • fix: webxdc loading progress bar finishing at 50% (not 100)

[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 version v22.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 to 0.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.4/

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)
  • 1.36.1 , .2, .3 also had problems that prevented a full rollout, see changelog for more details.