Skip to content

Releases: deltachat/deltachat-desktop

1.30.1

07 Jun 16:34
Compare
Choose a tag to compare

[1.30.1] - 2022-06-07

Added

  • Added messageId to MessageDetail dialog
  • added custom titlebar menu for webxdc (on linux and windows)
  • add open keybindings dialog to window titlebar menu
  • exit fullscreen webxdc with escape key

Fixed

  • "New contact" button hidden if contact already exists (#2646)
  • Fix too wide clickable area on forwarded messages @andresmc98 (#2782)
  • Fix button label saying open instead of save in export backup file dialog
  • Fix display/playing of media files that contain invalid url chars in filename (such as #) (#2527)

Changed

  • Updated minimal theme
  • Update translations (07.06.2022)
  • Update deltachat-node to 1.86.0

Download

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

1.30.0

30 May 10:55
Compare
Choose a tag to compare

[1.30.0] - 2022-05-30

Added

  • add check for compatible node while installing dependencies (#2724)

Fixed

  • remove context menu option "open attachment" for webxdc (#2763)

Changed

  • click on webxdc icon starts it too now (#2775)
  • webxdc title is now shown in bold (#2774)
  • remove unessesary deltachat-node files from release package
  • change composer keybindings (shift+enter now always adds a newline and crtl/cmd+enter now always sends regardless of what the enter key is set up to do)
  • update deltachat-node to v1.84.0

[1.29.1] - 2022-05-20

Added

  • Show settings menu item in titlebar menu
  • Sidebar closes on escape key
  • add chat name to webxdc window title
  • support for webxdc document names
  • Access archived chats through sidebar

Fixed

  • Fix crash on migrating accounts from an older version (before 1.21.0)
  • Add a guard against selecting accounts with impossible ids (smaller than 0)
  • Fix stock translations set too late (after I/0 is started) #2735
  • Fix jumping to send video chat invitation
  • Fix jumping to last message if sending multiple attachments through drag&drop
  • prevent webxdc content from setting the window title
  • Fix truncating of names and emails

Changed

  • Update @deltachat/message_parser_wasm to 0.4.0 (fixes a email parsing issue)
  • Update deltachat-node to v1.83.0

[1.29.0] - 2022-05-05

You now need node version >=16 for building desktop

Fixed

  • Fix: exit search when using it to create a dm chat from an email address (new contact)
  • Fix "Send Message" does not always open chat view #2592
  • Fix contact name has color in quote when replying with sticker
  • Fix startup crash when spam clicking on app icon on mac.
  • fix webxdc content not visible in gallery
  • unexpected click behavior in gallery/document view #2626
  • fix prev/next media had seperate list for images and gifs
  • fixed height for webxdc icons in messages
  • Better empty gallery tab messages
  • allow internal webxdc navigation (multiple html files)
  • fix random search result position (#2631)
  • fix: signature field in Edit Profile is not labeled when empty (#2579)
  • Keyboard shortcut preview for "Send on Enter" setting
  • Keyboard shortcut reference dialog (cheatsheet), accessible via Ctrl + / or Cmd + /
  • display video/quicktime videos
  • Fix chatlist item showed wrong timestamp (jan 1 1970) if there was no timestamp
  • Fix bring back get provider info

Added

  • Implement expandable settings
  • jump to message from gallery ("show in chat") #2618
  • add Webxdc tab to gallery
  • handle mailto links in webxdc content in deltachat
  • add images to quotes #2628

Changed

  • Move node-fetch to devDependencies
  • Update emoji-mart to ^3.0.1
  • Update @types/emoji-mart to ^3.0.9
  • Update deltachat-node to v1.79.3
  • ENTER + SHIFT and ENTER + CTRL in the composer do now the same thing: they send or add a newline depending on the enterKeySends user preference
  • update webxdc setUpdateListener api
  • Remove dependency tempy
  • Update @blueprintjs/core to 4.1.2
  • use forked version of react-qr-reader (@deltachat/[email protected])
  • nicer webxdc start button #2723
  • update nodejs to version 16
  • update electron to 18.0.3
  • upgrade electron builder to 23.0.4
  • ENTER + SHIFT and ENTER + CTRL in the composer do now the same thing: they send or add a newline depending on the enterKeySends user preference
  • Metadata text color is now white on sent media messages

Removed

  • remove dependency react-qr-svg

Download

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

v1.29.1 2022-05-20

20 May 10:36
Compare
Choose a tag to compare
v1.29.1 2022-05-20 Pre-release
Pre-release

Added

  • Show settings menu item in titlebar menu
  • Sidebar closes on escape key
  • add chat name to webxdc window title
  • support for webxdc document names
  • Access archived chats through sidebar

Fixed

  • Fix crash on migrating accounts from an older version (before 1.21.0)
  • Add a guard against selecting accounts with impossible ids (smaller than 0)
  • Fix stock translations set too late (after I/0 is started) #2735
  • Fix jumping to send video chat invitation
  • Fix jumping to last message if sending multiple attachments through drag&drop
  • prevent webxdc content from setting the window title
  • Fix truncating of names and emails

Changed

  • Update @deltachat/message_parser_wasm to 0.4.0 (fixes a email parsing issue)
  • Update deltachat-node to v1.83.0

1.29.0 - 2022-05-05

12 May 11:53
2c70a70
Compare
Choose a tag to compare
1.29.0 - 2022-05-05 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-29-x-release/2091

You now need node version >=16 for building desktop

Fixed

  • Fix: exit search when using it to create a dm chat from an email address (new contact)
  • Fix "Send Message" does not always open chat view #2592
  • Fix contact name has color in quote when replying with sticker
  • Fix startup crash when spam clicking on app icon on mac.
  • fix webxdc content not visible in gallery
  • unexpected click behavior in gallery/document view #2626
  • fix prev/next media had seperate list for images and gifs
  • fixed height for webxdc icons in messages
  • Better empty gallery tab messages
  • allow internal webxdc navigation (multiple html files)
  • fix random search result position (#2631)
  • fix: signature field in Edit Profile is not labeled when empty (#2579)
  • Keyboard shortcut preview for "Send on Enter" setting
  • Keyboard shortcut reference dialog (cheatsheet), accessible via Ctrl + / or Cmd + /
  • display video/quicktime videos
  • Fix chatlist item showed wrong timestamp (jan 1 1970) if there was no timestamp
  • Fix bring back get provider info

Added

  • Implement expandable settings
  • jump to message from gallery ("show in chat") #2618
  • add Webxdc tab to gallery
  • handle mailto links in webxdc content in deltachat
  • add images to quotes #2628

Changed

  • Move node-fetch to devDependencies
  • Update emoji-mart to ^3.0.1
  • Update @types/emoji-mart to ^3.0.9
  • Update deltachat-node to v1.79.3
  • ENTER + SHIFT and ENTER + CTRL in the composer do now the same thing: they send or add a newline depending on the enterKeySends user preference
  • update webxdc setUpdateListener api
  • Remove dependency tempy
  • Update @blueprintjs/core to 4.1.2
  • use forked version of react-qr-reader (@deltachat/[email protected])
  • nicer webxdc start button #2723
  • update nodejs to version 16
  • update electron to 18.0.3
  • upgrade electron builder to 23.0.4
  • ENTER + SHIFT and ENTER + CTRL in the composer do now the same thing: they send or add a newline depending on the enterKeySends user preference
  • Metadata text color is now white on sent media messages

Removed

  • remove dependency react-qr-svg

Downloads under: https://download.delta.chat/desktop/v1.29.0

1.28.2

07 Apr 11:38
Compare
Choose a tag to compare

This release mainly fixes windows issues.

Changed

  • Update electron to 14.2.9
  • Enable unread badge counter on windows

Fixed

  • fix Layout issues in Settings window
  • Fix chat background on windows
  • fix tray icon unread indicator on windows

Downloads under: https://download.delta.chat/desktop/v1.28.2

v1.28.1

05 Apr 15:01
Compare
Choose a tag to compare

Changed

  • Update translations (25.03.2022)
  • Update react-string-replace to 1.0.0

Fixed

  • remove wrong line (about send on enter) from changelog in device msg
  • webxdc allow blob: uri scheme

v1.28.0

25 Mar 13:12
Compare
Choose a tag to compare

[1.28.0] - 2022-03-25

Changed

  • Set default of enterKeySends to false again
  • remove webxdc clear domstorage settings for now until we know what we want (see #2638)
  • increase composer draft saving debounce timeout to one second

Fixed

  • Fix messages not appearing with download on demand

[1.27.2] - 2022-03-15

Added

  • webxdc content now has access to persistent DOMStorage

Fixed

  • Fix missing key login_socks5_login
  • Fix creating contacts from email address in message
  • Fix two different about dialogs on macOS #2280
  • Fix error in calculatePageKey
  • Fix special messages not getting fetched on incoming messages
  • Fix react adjacent warning in info message
  • Fix open deltachat from uri doesn't detect the uri on macOS #2257
  • show qr code content if decoding failed
  • fix openpgp4frp uri opening on macOS
  • Fix loading more messages if we only less messages to fill the window size
  • Fix chatlist jumps to top after archiving
  • Reduce startup lag while fetching messages (fix debouncing of onChatListItemChanged)
  • Fix webxdc audio playback
  • Fix qr scanning on account screen

Changed

  • exclude more unused files from installation package
  • Improved videochat instance dialog

Fixed

  • fix: log messageg-parser errors and display plain text message as fallback (instead of crashing)

[1.27.1] - 2022-03-10

Changed

  • Update electron to v14.2.6

Fixed

  • click on offline toast now opens the connectivity view
  • fix error object logging and make "core could not be loaded" error dialog more useful

[1.27.0] - 2022-03-04

Added

  • It's now possible to add new group members by their email addresses
  • Experimental support for webxdc
  • Implement jump to message (quotes, search, webxdc info messages)
  • Logging for unhandled frontend errors
  • Copying image now possible from gallery and chat view
  • Add image zoom for full screen views

Changed

  • Update @deltachat/message_parser_wasm to 0.3.0 (fixes some link parsing issues)
  • Update deltachat-node to v1.76.0
  • Update electron to 13.6.8
  • Update translations (3.3.2022)
  • Make disabled "delete profile image" button more readable in dark themes @ejgonzalez17 #2478
  • Update inApp help (3.1.2022)
  • Making the minimal theme even more zen
  • Drastically improve performance of MessageList
  • Switch from tape to mocha for unit tests
  • Don't update Timestamps if they are older then one week
  • Removed options to watch inbox and Deltachat folder from advanced settings
  • Added option to only watch Deltachat folder to advanced settings
  • Update error-stack-parser to 2.0.7
  • Sending messages on pressing enter is now activated per default
  • added Command ⌘ + Enter as alias for Ctrl + Enter to send message when Press Enter to Send is deactivated
  • Disabled fetching account provider info as it causes the ui to be blocked
  • migrate backend to strict typescript

Fixed

  • fix opening logfolder and logfile in appx
  • Fix overflow in long links inside quotes @naomiceron #2467
  • Show error if writing an attachment fails @IrvinLara9 #2479
  • Fix connectivity view title @IrvinLara9 #2480
  • Do not double log core events
  • Fix Bulgarian language name (uppercase first letter)
  • Fix signature text styling @ejgonzalez17
  • Fix missing image formats @ejgonzalez17
  • momentjs isn't localized on first startup
  • Fix connectivity status hiding composer @trujillo9616
  • Fix overflow in Confirmation Dialog @Abhijnan-Bajpai
  • Fix the profile picture removal @cavesdev #2472
  • Fix the horizontal scroll in autocrypt dialogs @cavesdev #2277
  • Add logging in by pressing enter in AccountSetupScreen
  • Fix blob width for html messages
  • Fix usage of wrong translation key chat_no_contact_requests
  • Fullscreen view for group avatar and own avatar in settings
  • Fix messagelist sometimes not loading more messages
  • Fix rockettheme font color for highlighted settings options
  • Fix device messages showing unneccessary elements
  • Fix background image url being absolute -> make it portable #2562

Downloads

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

v1.27.2

15 Mar 22:30
Compare
Choose a tag to compare
v1.27.2 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-27-x-release/2042

Added

  • webxdc content now has access to persistent DOMStorage

Fixed

  • Fix missing key login_socks5_login
  • Fix creating contacts from email address in message
  • Fix two different about dialogs on macOS #2280
  • Fix error in calculatePageKey
  • Fix special messages not getting fetched on incoming messages
  • Fix react adjacent warning in info message
  • Fix open deltachat from uri doesn't detect the uri on macOS #2257
  • show qr code content if decoding failed
  • fix openpgp4frp uri opening on macOS
  • Fix loading more messages if we only less messages to fill the window size
  • Fix chatlist jumps to top after archiving
  • Reduce startup lag while fetching messages (fix debouncing of onChatListItemChanged)
  • Fix webxdc audio playback
  • Fix qr scanning on account screen

Downloads: https://download.delta.chat/desktop/v1.27.2/

v1.27.1

10 Mar 17:37
Compare
Choose a tag to compare
v1.27.1 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-27-x-release/2042

Changed

  • Update electron to v14.2.6

Fixed

  • click on offline toast now opens the connectivity view
  • fix error object logging and make "core could not be loaded" error dialog more useful

Downloads: https://download.delta.chat/desktop/v1.27.1/

1.27.0 - 2022-03-04

08 Mar 18:16
Compare
Choose a tag to compare
1.27.0 - 2022-03-04 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-27-x-release/2042

Added

  • It's now possible to add new group members by their email addresses
  • Experimental support for webxdc
  • Implement jump to message (quotes, search, webxdc info messages)
  • Logging for unhandled frontend errors
  • Copying image now possible from gallery and chat view
  • Add image zoom for full screen views

Changed

  • Update @deltachat/message_parser_wasm to 0.3.0 (fixes some link parsing issues)
  • Update deltachat-node to v1.76.0
  • Update electron to 13.6.8
  • Update translations (3.3.2022)
  • Make disabled "delete profile image" button more readable in dark themes @ejgonzalez17 #2478
  • Update inApp help (3.1.2022)
  • Making the minimal theme even more zen
  • Drastically improve performance of MessageList
  • Switch from tape to mocha for unit tests
  • Don't update Timestamps if they are older then one week
  • Removed options to watch inbox and Deltachat folder from advanced settings
  • Added option to only watch Deltachat folder to advanced settings
  • Update error-stack-parser to 2.0.7
  • Sending messages on pressing enter is now activated per default
  • added Command ⌘ + Enter as alias for Ctrl + Enter to send message when Press Enter to Send is deactivated
  • Disabled fetching account provider info as it causes the ui to be blocked
  • migrate backend to strict typescript

Fixed

  • fix opening logfolder and logfile in appx
  • Fix overflow in long links inside quotes @naomiceron #2467
  • Show error if writing an attachment fails @IrvinLara9 #2479
  • Fix connectivity view title @IrvinLara9 #2480
  • Do not double log core events
  • Fix Bulgarian language name (uppercase first letter)
  • Fix signature text styling @ejgonzalez17
  • Fix missing image formats @ejgonzalez17
  • momentjs isn't localized on first startup
  • Fix connectivity status hiding composer @trujillo9616
  • Fix overflow in Confirmation Dialog @Abhijnan-Bajpai
  • Fix the profile picture removal @cavesdev #2472
  • Fix the horizontal scroll in autocrypt dialogs @cavesdev #2277
  • Add logging in by pressing enter in AccountSetupScreen
  • Fix blob width for html messages
  • Fix usage of wrong translation key chat_no_contact_requests
  • Fullscreen view for group avatar and own avatar in settings
  • Fix messagelist sometimes not loading more messages
  • Fix rockettheme font color for highlighted settings options
  • Fix device messages showing unneccessary elements
  • Fix background image url being absolute -> make it portable #2562

Downloads: https://download.delta.chat/desktop/v1.27.0/