Skip to content

Releases: deltachat/deltachat-desktop

1.34.4

13 Feb 11:50
dff1f51
Compare
Choose a tag to compare

[1.34.4] - 2023-02-09

Added

  • add context menu option to mark all archived chats as noticed
  • add reply privately in mailinglists

Changed

  • Update translations (07.02.2023)
  • restrict web permissions #2548
  • update google noto color emoji font to unicode 15
  • update emoji-mart to version 5.5.2 (adds @emoji-mart/[email protected] & @emoji-mart/[email protected])
  • emoji picker now closes automatically when selecting an emoji, press shift to select multiple emojis
  • escape key closes the emoji picker
  • removed dependency on emoji-regex
  • context menu size is updated dynamically, so there shouldn't be any word-wrapping
  • remove dependency on glob-watcher
  • update deltachat-node and deltachat/jsonrpc-client to v1.107.1

Fixed

  • improve jumbomoji logic (that emoji only messages appear bigger), now works even with new emojis that are not in delta chat yet.
  • css: fix hover overflow on context menu corners
  • context menu items are correctly updated when application language changes

[1.34.3] - 2023-01-30

Added

  • new dialog to change profile name/photo pops up after logging with a QR-Code
  • add progressbar to webxdc loading

Changed

  • upgrade electron to version 22
    • to make this work, we also moved some electron api invocations from preload script to main process
  • update deltachat-node and deltachat/jsonrpc-client to v1.107.0

Fixed

  • still show the rest of the chat, even if loading first batch of messages failed

Removed

  • Removed port numbers from advanced settings placeholders.
    Delta Chat core may try multiple ports during autoconfiguration,
    load configuration from the server or from the provider database,
    so displayed placeholder was sometimes incorrect.
    Now a simple string "Default" is displayed instead.
    (#3094)

Download

https://download.delta.chat/desktop/v1.34.4/

1.34.2

13 Jan 14:54
cd7532c
Compare
Choose a tag to compare

What's new in 1.34.2?

1.34.2 is an improvement on top of 1.34.1, most notable change is that we fixed two critical IMAP connection issues, that resulted in problems receiving messages. Besides that here is what changed in 1.34.x:

⚡️ Smooth rendering. Much snappier scrolling. The new version is easy on your patience and is the result of a refactoring that took ore than a year (for our tech-savvy friends: we are now using JSON-RPC under the hood and threw away lots of old, annoying code :)
🧹 Clear chat history
🔍 Search for messages in chat
⏬ jump down button
🤗 Friendlier contact lists: ordered by last seen and contacts seen within 10 minutes are marked by a dot 🟢
🎛️ Tray icon is now enabled by default
🔔 when receiving multiple notifications at once, they will be grouped into one single notification
😀 right click to add sticker to the sticker selector
✨ Many smaller bug fixes and general improvements

Changelog since last release

[1.34.2] - 2023-01-12

Added

  • show count of the archived chats with unread messages

Changed

  • forward message dialog now has a title and a confirmation dialog and chat preview before forwarding
  • update deltachat-node and deltachat/jsonrpc-client to v1.106.0
  • change style of "Archived Chats" chatlist item

Fixed

  • fix default welcome screen height so all buttons fit scrollbar is hidden
  • fix unblock contact did not update the chatlist

[1.34.1] - 2022-12-22

Changed

  • show jump down button earlier when scrolling up
  • make font-style of info messages consistent with iOS and Android #3034
  • Bump decode-uri-component from 0.2.0 to 0.2.2.
  • move all verified icons to the end chat/contact name (previously some were still on the avatar image)
  • set ITSAppUsesNonExemptEncryption to false for mac
  • update deltachat-node and deltachat/jsonrpc-client to v1.104.0
  • Update translations (22.12.2022)

Fixed

  • fix "message not found in cache" bug #3039
  • fix webxdc: allow self and blob: in connect-src in CSP
  • indentation in update device message
  • fix "no messages" blinking up for a second when loading a chat
  • hide unread count on jump down button if you are at the bottom, fixes #3033
  • fix removing group avatar image #3038
  • fix chat title in navbar did not update correctly when it should change (disappearing messages & recently seen indicator) #3046
  • Control overflow of so text does not escape the code block nor message bubble, for the experimental message markdown mode.

[1.34.0] - 2022-11-27

Changed

  • update deltachat-node and deltachat/jsonrpc-client to v1.102.0

Fixed

  • fix jump to message from gallery
  • webxdc: allow data: in connect-src in CSP

[1.33.2] - 2022-11-16 - Testrelease

This is a testrelease, learn more at https://support.delta.chat/t/help-testing-the-upcoming-1-33-x-release/2278

Added

  • Add experimental option to enable markdown rendering in messages

Changed

  • add ability for experimental testing webxdc apps to have full internet access #3005
  • update deltachat-node and deltachat/jsonrpc-client to v1.101.0
    • fixes 100% cpu usage bug
  • Update translations (16.11.2022)

Fixed

  • fix dclogin scheme in desktop file
  • don't log jsonrpc requests to logfile #3015

[1.33.1] - 2022-11-09 - Testrelease

This is a testrelease, learn more at https://support.delta.chat/t/help-testing-the-upcoming-1-33-x-release/2278

Added

  • add webxdc's icon to webxdc info messages
  • show webxdc icon in chat audit log
  • add option to jump to message in chat audit log
  • add option to jump to webxdc message in chat audit log

Changed

  • Update translations (19.10.2022)
  • Tray icon is now by default enabled. Settings got moved to Settings->Advanced
  • instantly react to changing chat background color
  • made frontend code more independent from electron
  • reduce notifications when many messages are received at once.
  • update deltachat-node and deltachat/jsonrpc-client to v1.100.0
  • jump down button: show different icon (one arrow), when jumping to message in jump to message list
  • chat audit log also show menu on click
  • add context menu option to save a sticker to the own sticker menu

Fixed

  • prevent double context menu on macOS
  • fix setting color chat background color #2659
  • Fix that results of search in chat are not ordered by newest first
  • Fix messagelist overscrolling #2956
  • Fix messagelist not jumping to correct message #2953
  • fix chat audit log #2967
  • fix that results of search in chat are not ordered by newest first
  • Fix chat name/avatar in navbar take full width
  • don't show dash in mailinlist title if there is no mailinglist address #2965
  • fix scan account creation (burner-account/dcaccount: and dclogin:) from MainScreen
  • fix contact requests button to run block function and show right label (Group: delete, DM: block) #2877
  • Fix notifications when showNotificationContent was disabled
  • fix unread count on scroll down button
  • make recently seen dot in navbar disappear automatically #2926
  • only webxdc info messages jump to parent message on click now
  • fix scroll down when sending message
  • fix jump to info-message
  • don't show "copy text" menu entry for stickers
  • fix text and author color in quote in sticker replies

[1.33.0] - 2022-10-16

Added

  • show mailing list address in chat subtile
  • clear webxdc browser data on webxdc instance deletion
  • add donate link in settings
  • add button to clear chat history (delete all messages of a chat)
  • add recently seen indicator
  • add jump down button
  • add "search for messages in chat"
  • show webxdc icon in quote

Changed

  • migrated core communication to jsonrpc api
  • migrate event handling to jsonrpc api
  • Update translations (22.09.2022)
  • click on selected chat in chatlist now goes to bottom or first unread message
  • remember last path in "save as" dialog
  • allow using dclogin: and dcaccount: from logged in account, without logging out first
  • register in os as handler for the dcaccount: and dclogin: scheme
  • remove loading stage from sending autocrypt setup message
  • make contact last seen always display relative time
  • hide ephemeral timer menu options for mailing lists #2920
  • reposition ConnectivityToast
  • only show core events in frontend dev console if deltachat was started with --log-debug or --devmode
  • always show sticker tab now and add a button to quickly open the sticker folder.
  • update deltachat-node and deltachat/jsonrpc-client to v1.97.0

Fixed

  • allow scanning of certain qr code types on welcome screen (account, url and text)
  • fix selecting chat after forwarding to it
  • fixed bug where unread badge on app icon was not updated immediately
  • fix notifications are not removed from notification center
  • fix quote linebreaks #2870
  • fix low resolution of copy qrcode image #2907
  • fix group join qr code when creating a new group
  • message search: show "1000+ messages", because 1000 as result means the result was truncated most of the time
  • fix contact name is not updated in view profile #2945

Download

1.34.1

22 Dec 19:27
855e991
Compare
Choose a tag to compare

What's new in 1.34.1?

1.34.1 is a improvement on top of 1.34.0, fixing a few of its bugs, besides the new bugfixes:

⚡️ Smooth rendering. Much snappier scrolling. The new version is easy on your patience and is the result of a refactoring that took ore than a year (for our tech-savvy friends: we are now using JSON-RPC under the hood and threw away lots of old, annoying code :)
🧹 Clear chat history
🔍 Search for messages in chat
⏬ jump down button
🤗 Friendlier contact lists: ordered by last seen and contacts seen within 10 minutes are marked by a dot 🟢
🎛️ Tray icon is now enabled by default
🔔 when receiving multiple notifications at once, they will be grouped into one single notification
😀 right click to add sticker to the sticker selector
✨ Many smaller bug fixes and general improvements

Changelog since last release

[1.34.1] - 2022-12-22

Changed

  • show jump down button earlier when scrolling up
  • make font-style of info messages consistent with iOS and Android #3034
  • Bump decode-uri-component from 0.2.0 to 0.2.2.
  • move all verified icons to the end chat/contact name (previously some were still on the avatar image)
  • set ITSAppUsesNonExemptEncryption to false for mac
  • update deltachat-node and deltachat/jsonrpc-client to v1.104.0
  • Update translations (22.12.2022)

Fixed

  • fix "message not found in cache" bug #3039
  • fix webxdc: allow self and blob: in connect-src in CSP
  • indentation in update device message
  • fix "no messages" blinking up for a second when loading a chat
  • hide unread count on jump down button if you are at the bottom, fixes #3033
  • fix removing group avatar image #3038
  • fix chat title in navbar did not update correctly when it should change (disappearing messages & recently seen indicator) #3046
  • Control overflow of so text does not escape the code block nor message bubble, for the experimental message markdown mode.

[1.34.0] - 2022-11-27

Changed

  • update deltachat-node and deltachat/jsonrpc-client to v1.102.0

Fixed

  • fix jump to message from gallery
  • webxdc: allow data: in connect-src in CSP

[1.33.2] - 2022-11-16 - Testrelease

This is a testrelease, learn more at https://support.delta.chat/t/help-testing-the-upcoming-1-33-x-release/2278

Added

  • Add experimental option to enable markdown rendering in messages

Changed

  • add ability for experimental testing webxdc apps to have full internet access #3005
  • update deltachat-node and deltachat/jsonrpc-client to v1.101.0
    • fixes 100% cpu usage bug
  • Update translations (16.11.2022)

Fixed

  • fix dclogin scheme in desktop file
  • don't log jsonrpc requests to logfile #3015

[1.33.1] - 2022-11-09 - Testrelease

This is a testrelease, learn more at https://support.delta.chat/t/help-testing-the-upcoming-1-33-x-release/2278

Added

  • add webxdc's icon to webxdc info messages
  • show webxdc icon in chat audit log
  • add option to jump to message in chat audit log
  • add option to jump to webxdc message in chat audit log

Changed

  • Update translations (19.10.2022)
  • Tray icon is now by default enabled. Settings got moved to Settings->Advanced
  • instantly react to changing chat background color
  • made frontend code more independent from electron
  • reduce notifications when many messages are received at once.
  • update deltachat-node and deltachat/jsonrpc-client to v1.100.0
  • jump down button: show different icon (one arrow), when jumping to message in jump to message list
  • chat audit log also show menu on click
  • add context menu option to save a sticker to the own sticker menu

Fixed

  • prevent double context menu on macOS
  • fix setting color chat background color #2659
  • Fix that results of search in chat are not ordered by newest first
  • Fix messagelist overscrolling #2956
  • Fix messagelist not jumping to correct message #2953
  • fix chat audit log #2967
  • fix that results of search in chat are not ordered by newest first
  • Fix chat name/avatar in navbar take full width
  • don't show dash in mailinlist title if there is no mailinglist address #2965
  • fix scan account creation (burner-account/dcaccount: and dclogin:) from MainScreen
  • fix contact requests button to run block function and show right label (Group: delete, DM: block) #2877
  • Fix notifications when showNotificationContent was disabled
  • fix unread count on scroll down button
  • make recently seen dot in navbar disappear automatically #2926
  • only webxdc info messages jump to parent message on click now
  • fix scroll down when sending message
  • fix jump to info-message
  • don't show "copy text" menu entry for stickers
  • fix text and author color in quote in sticker replies

[1.33.0] - 2022-10-16

Added

  • show mailing list address in chat subtile
  • clear webxdc browser data on webxdc instance deletion
  • add donate link in settings
  • add button to clear chat history (delete all messages of a chat)
  • add recently seen indicator
  • add jump down button
  • add "search for messages in chat"
  • show webxdc icon in quote

Changed

  • migrated core communication to jsonrpc api
  • migrate event handling to jsonrpc api
  • Update translations (22.09.2022)
  • click on selected chat in chatlist now goes to bottom or first unread message
  • remember last path in "save as" dialog
  • allow using dclogin: and dcaccount: from logged in account, without logging out first
  • register in os as handler for the dcaccount: and dclogin: scheme
  • remove loading stage from sending autocrypt setup message
  • make contact last seen always display relative time
  • hide ephemeral timer menu options for mailing lists #2920
  • reposition ConnectivityToast
  • only show core events in frontend dev console if deltachat was started with --log-debug or --devmode
  • always show sticker tab now and add a button to quickly open the sticker folder.
  • update deltachat-node and deltachat/jsonrpc-client to v1.97.0

Fixed

  • allow scanning of certain qr code types on welcome screen (account, url and text)
  • fix selecting chat after forwarding to it
  • fixed bug where unread badge on app icon was not updated immediately
  • fix notifications are not removed from notification center
  • fix quote linebreaks #2870
  • fix low resolution of copy qrcode image #2907
  • fix group join qr code when creating a new group
  • message search: show "1000+ messages", because 1000 as result means the result was truncated most of the time
  • fix contact name is not updated in view profile #2945

Download

1.34.0

27 Nov 20:45
Compare
Choose a tag to compare

What's new in 1.34.0?

⚡️ Smooth rendering. Much snappier scrolling. The new version is easy on your patience and is the result of a refactoring that took ore than a year (for our tech-savvy friends: we are now using JSON-RPC under the hood and threw away lots of old, annoying code :)
🧹 Clear chat history
🔍 Search for messages in chat
⏬ jump down button
🤗 Friendlier contact lists: ordered by last seen and contacts seen within 10 minutes are marked by a dot 🟢
🎛️ Tray icon is now enabled by default
🔔 when receiving multiple notifications at once, they will be grouped into one single notification
😀 right click to add sticker to the sticker selector
✨ Many smaller bug fixes and general improvements

Changelog since last release

[1.34.0] - 2022-11-27

Changed

  • update deltachat-node and deltachat/jsonrpc-client to v1.102.0

Fixed

  • fix jump to message from gallery
  • webxdc: allow data: in connect-src in CSP

[1.33.2] - 2022-11-16 - Testrelease

This is a testrelease, learn more at https://support.delta.chat/t/help-testing-the-upcoming-1-33-x-release/2278

Added

  • Add experimental option to enable markdown rendering in messages

Changed

  • add ability for experimental testing webxdc apps to have full internet access #3005
  • update deltachat-node and deltachat/jsonrpc-client to v1.101.0
    • fixes 100% cpu usage bug
  • Update translations (16.11.2022)

Fixed

  • fix dclogin scheme in desktop file
  • don't log jsonrpc requests to logfile #3015

[1.33.1] - 2022-11-09 - Testrelease

This is a testrelease, learn more at https://support.delta.chat/t/help-testing-the-upcoming-1-33-x-release/2278

Added

  • add webxdc's icon to webxdc info messages
  • show webxdc icon in chat audit log
  • add option to jump to message in chat audit log
  • add option to jump to webxdc message in chat audit log

Changed

  • Update translations (19.10.2022)
  • Tray icon is now by default enabled. Settings got moved to Settings->Advanced
  • instantly react to changing chat background color
  • made frontend code more independent from electron
  • reduce notifications when many messages are received at once.
  • update deltachat-node and deltachat/jsonrpc-client to v1.100.0
  • jump down button: show different icon (one arrow), when jumping to message in jump to message list
  • chat audit log also show menu on click
  • add context menu option to save a sticker to the own sticker menu

Fixed

  • prevent double context menu on macOS
  • fix setting color chat background color #2659
  • Fix that results of search in chat are not ordered by newest first
  • Fix messagelist overscrolling #2956
  • Fix messagelist not jumping to correct message #2953
  • fix chat audit log #2967
  • fix that results of search in chat are not ordered by newest first
  • Fix chat name/avatar in navbar take full width
  • don't show dash in mailinlist title if there is no mailinglist address #2965
  • fix scan account creation (burner-account/dcaccount: and dclogin:) from MainScreen
  • fix contact requests button to run block function and show right label (Group: delete, DM: block) #2877
  • Fix notifications when showNotificationContent was disabled
  • fix unread count on scroll down button
  • make recently seen dot in navbar disappear automatically #2926
  • only webxdc info messages jump to parent message on click now
  • fix scroll down when sending message
  • fix jump to info-message
  • don't show "copy text" menu entry for stickers
  • fix text and author color in quote in sticker replies

[1.33.0] - 2022-10-16

Added

  • show mailing list address in chat subtile
  • clear webxdc browser data on webxdc instance deletion
  • add donate link in settings
  • add button to clear chat history (delete all messages of a chat)
  • add recently seen indicator
  • add jump down button
  • add "search for messages in chat"
  • show webxdc icon in quote

Changed

  • migrated core communication to jsonrpc api
  • migrate event handling to jsonrpc api
  • Update translations (22.09.2022)
  • click on selected chat in chatlist now goes to bottom or first unread message
  • remember last path in "save as" dialog
  • allow using dclogin: and dcaccount: from logged in account, without logging out first
  • register in os as handler for the dcaccount: and dclogin: scheme
  • remove loading stage from sending autocrypt setup message
  • make contact last seen always display relative time
  • hide ephemeral timer menu options for mailing lists #2920
  • reposition ConnectivityToast
  • only show core events in frontend dev console if deltachat was started with --log-debug or --devmode
  • always show sticker tab now and add a button to quickly open the sticker folder.
  • update deltachat-node and deltachat/jsonrpc-client to v1.97.0

Fixed

  • allow scanning of certain qr code types on welcome screen (account, url and text)
  • fix selecting chat after forwarding to it
  • fixed bug where unread badge on app icon was not updated immediately
  • fix notifications are not removed from notification center
  • fix quote linebreaks #2870
  • fix low resolution of copy qrcode image #2907
  • fix group join qr code when creating a new group
  • message search: show "1000+ messages", because 1000 as result means the result was truncated most of the time
  • fix contact name is not updated in view profile #2945

Download

[1.33.2] - 2022-11-16 - Testrelease

16 Nov 22:39
Compare
Choose a tag to compare
Pre-release

This release candidate is currently in the testing phase, to learn more read https://support.delta.chat/t/help-testing-the-upcoming-1-33-x-release/2278

Added

  • Add experimental option to enable markdown rendering in messages

Changed

  • add ability for experimental testing webxdc apps to have full internet access #3005
  • update deltachat-node and deltachat/jsonrpc-client to v1.101.0
    • fixes 100% cpu usage bug
  • Update translations (16.11.2022)

Fixed

  • fix dclogin scheme in desktop file
  • don't log jsonrpc requests to logfile #3015

Dowload

https://download.delta.chat/desktop/v1.33.2/

[1.33.1] - 2022-11-09 - Testrelease

12 Nov 14:27
5908f35
Compare
Choose a tag to compare
Pre-release

[1.33.1] - 2022-11-09 - Testrelease

This release candidate is currently in the testing phase, to learn more read https://support.delta.chat/t/help-testing-the-upcoming-1-33-x-release/2278

Added

  • add webxdc's icon to webxdc info messages
  • show webxdc icon in chat audit log
  • add option to jump to message in chat audit log
  • add option to jump to webxdc message in chat audit log

Changed

  • Update translations (19.10.2022)
  • Tray icon is now by default enabled. Settings got moved to Settings->Advanced
  • instantly react to changing chat background color
  • made frontend code more independent from electron
  • reduce notifications when many messages are received at once.
  • update deltachat-node and deltachat/jsonrpc-client to v1.100.0
  • jump down button: show different icon (one arrow), when jumping to message in jump to message list
  • chat audit log also show menu on click
  • add context menu option to save a sticker to the own sticker menu

Fixed

  • prevent double context menu on macOS
  • fix setting color chat background color #2659
  • Fix that results of search in chat are not ordered by newest first
  • Fix messagelist overscrolling #2956
  • Fix messagelist not jumping to correct message #2953
  • fix chat audit log #2967
  • fix that results of search in chat are not ordered by newest first
  • Fix chat name/avatar in navbar take full width
  • don't show dash in mailinlist title if there is no mailinglist address #2965
  • fix scan account creation (burner-account/dcaccount: and dclogin:) from MainScreen
  • fix contact requests button to run block function and show right label (Group: delete, DM: block) #2877
  • Fix notifications when showNotificationContent was disabled
  • fix unread count on scroll down button
  • make recently seen dot in navbar disappear automatically #2926
  • only webxdc info messages jump to parent message on click now
  • fix scroll down when sending message
  • fix jump to info-message
  • don't show "copy text" menu entry for stickers
  • fix text and author color in quote in sticker replies

Download

https://download.delta.chat/desktop/v1.33.0/

Important: please backup your current setup (or most important accounts)
before upgrading in order to be safe when trying test-releases. You can
find this option under Settings > Chats and Media > Backup.

Testrelease 1.33.0

21 Oct 10:32
8a5ca01
Compare
Choose a tag to compare
Testrelease 1.33.0 Pre-release
Pre-release

This release candidate is currently in the testing phase, to learn more read https://support.delta.chat/t/help-testing-the-upcoming-1-33-x-release/2278

[1.33.0] - 2022-10-16

Added

  • show mailing list address in chat subtile
  • clear webxdc browser data on webxdc instance deletion
  • add donate link in settings
  • add button to clear chat history (delete all messages of a chat)
  • add recently seen indicator
  • add jump down button
  • add "search for messages in chat"
  • show webxdc icon in quote

Changed

  • migrated core communication to jsonrpc api
  • migrate event handling to jsonrpc api
  • Update translations (22.09.2022)
  • click on selected chat in chatlist now goes to bottom or first unread message
  • remember last path in "save as" dialog
  • allow using dclogin: and dcaccount: from logged in account, without logging out first
  • register in os as handler for the dcaccount: and dclogin: scheme
  • remove loading stage from sending autocrypt setup message
  • make contact last seen always display relative time
  • hide ephemeral timer menu options for mailing lists #2920
  • reposition ConnectivityToast
  • only show core events in frontend dev console if deltachat was started with --log-debug or --devmode
  • always show sticker tab now and add a button to quickly open the sticker folder.
  • update deltachat-node and deltachat/jsonrpc-client to v1.97.0

Fixed

  • allow scanning of certain qr code types on welcome screen (account, url and text)
  • fix selecting chat after forwarding to it
  • fixed bug where unread badge on app icon was not updated immediately
  • fix notifications are not removed from notification center
  • fix quote linebreaks #2870
  • fix low resolution of copy qrcode image #2907
  • fix group join qr code when creating a new group
  • message search: show "1000+ messages", because 1000 as result means the result was truncated most of the time
  • fix contact name is not updated in view profile #2945

Download

https://download.delta.chat/desktop/v1.33.0/

Important: please backup your current setup (or most important accounts)
before upgrading in order to be safe when trying test-releases. You can
find this option under Settings > Chats and Media > Backup.

1.32.1

01 Sep 17:38
Compare
Choose a tag to compare

[1.32.1] - 2022-08-18

Changed

  • updated deltachat-node to v1.93.0 to fix flatpak and nix build issues

Fixed

  • fix indentation in --help

[1.32.0] - 2022-08-09

Changed

  • open mailto links in messages always in deltachat #2835
  • update esbuild to 0.14.51
  • disable broadcast lists by default, because they are experimental
  • updated deltachat-node to v1.91.0
  • Update translations (09.08.2022)

Added

  • Broadcast lists as experimental feature
  • add connectivity status in sidebar/hamburger menu #2819

Fixed

  • fix escape key let sidebar flimmer shortly upon startup bug
  • fix double open settings crash #2824
  • fix display of quoted forwarded messages
  • add warning that broadcast lists are unencrypted
  • remove 1px white bottom border on image message

Download

Download: https://download.delta.chat/desktop/v1.32.1/

1.32.0

09 Aug 14:16
Compare
Choose a tag to compare

[1.32.0] - 2022-08-09

Changed

  • open mailto links in messages always in deltachat #2835
  • update esbuild to 0.14.51
  • disable broadcast lists by default, because they are experimental
  • updated deltachat-node to v1.91.0
  • Update translations (09.08.2022)

Added

  • Broadcast lists as experimental feature
  • add connectivity status in sidebar/hamburger menu #2819

Fixed

  • fix escape key let sidebar flimmer shortly upon startup bug
  • fix double open settings crash #2824
  • fix display of quoted forwarded messages
  • add warning that broadcast lists are unencrypted
  • remove 1px white bottom border on image message

[1.31.0] - 2022-07-17

Added

  • Floating action button in chatlist to start a new chat

Fixed

  • use addr if displayname is not set for webxdc selfName #2803
  • prevent whitescreen on invalid last account id

Changed

  • rename the gallery tab "documents" to "files" #2829
  • Less round buttons, more similar to android and better spacing #2813
  • Updated deltachat-node to v1.90.0
  • Update translations (17.07.2022)
  • add aeap confirmation dialog and make email address changeable

Download

Download: https://download.delta.chat/desktop/v1.32.0/

1.31.0

17 Jul 19:20
Compare
Choose a tag to compare
1.31.0 Pre-release
Pre-release

This release candidate is currently in the testing phase, to learn more read [todo link]

[1.31.0] - 2022-07-17

Added

  • Floating action button in chatlist to start a new chat

Fixed

  • use addr if displayname is not set for webxdc selfName #2803
  • prevent whitescreen on invalid last account id

Changed

  • rename the gallery tab "documents" to "files" #2829
  • Less round buttons, more similar to android and better spacing #2813
  • Updated deltachat-node to v1.90.0
  • Update translations (17.07.2022)
  • add aeap confirmation dialog and make email address changable

Download

https://download.delta.chat/desktop/v1.31.0/