Skip to content

v1.46.5 2024-08-19

Compare
Choose a tag to compare
@nicodh nicodh released this 19 Aug 13:56
· 32 commits to main since this release
c67dbac

Changelog

Fixed

  • fix blocked composer after secure join #3917

[1.46.4] - 2024-08-16

Changed

  • Update @deltachat/stdio-rpc-server and deltachat/jsonrpc-client to 1.142.7
    • Increase timeout for QR generation to 60s #5882
    • Fix default to strict TLS checks if not configured #5888
    • Update rpgp 0.13.2 to fix "unable to decrypt" errors when sending messages to old Delta Chat clients using Ed25519
    • Do not request ALPN on standard ports and when using STARTTLS
    • for more see Changelog

[1.46.3] - 2024-08-14

Changed

  • Update @deltachat/stdio-rpc-server and deltachat/jsonrpc-client to 1.142.4

Fixed

  • Fix account import in BACKUP2 format #4075

[1.46.2] - 2024-08-05

Added

  • New keyboard shortcuts (experimental setting): Telegram-style Ctrl+Up/Down to select the message to reply to #3965
  • More shortcuts to switch between chats: Ctrl + PageDown, Ctrl + PageUp, Ctrl + Tab, Ctrl + Shift + Tab #3984
  • Better keyboard accessibility: make more elements focusable, add outline them #4005
  • a way to add contact by pasting invite link to the search field #4041
  • add on-screen controls to ImageCropper and the ability to rotate by 90 degrees #3893
  • Added UI for read receipts in message info dialog #4036

Changed

  • reword advanced setting "Disable Background Sync For All Accounts" -> "Only Synchronize the Currently Selected Account" #3960
  • use 'Info' and 'Message Info' consistently #3961
  • consolidate 'Profile' wording #3963
  • consolidate 'Export/Import secret keys' button format #4019
  • name "Search" fields as such #4015
  • Update local help (2024-06-19)
  • refactor: safer types #3993
  • keep aspect ratio in quoted images #3999
  • make ImageCropper use CSS-transforms for UI and canvas API to cut the result #3893
  • update stock translations #4051
  • show device message only once as unread #4057
  • Update @deltachat/stdio-rpc-server and deltachat/jsonrpc-client to 1.142.1
    • explicitly close the database on account removal to avoid crash on Windows #3959
    • fix memory leak in jsonrpc client code (to be specific in yerpc)
    • support vcards exported by protonmail
    • Display vCard contact name in the message summary
    • Case-insensitive search for non-ASCII messages
  • upgrade electron from 30.0.2 to 30.3.1
  • truncate message previews in chat list #4059
  • renderElementPreview calls renderElementPreview for message element children #4059

Fixed

  • Fix crash on "Settings" click when not on main screen (e.g. no account selected): hide the "settings" button
  • code: comply with react hook rules #3955
  • fix mailto dialog #3976
  • "Realtime Webxdc Channels" toggle not reflecting actual setting value #3992
  • even faster load of contact lists in "New Chat" and "New Group" #3927
  • really hide 3dot menu when it is hidden #3998
  • fix react crash when downloading a video message on demand #4000
  • fix bug that showed placeholders while searching in chat forward dialog until you scrolled #4001
  • Fix the problem of Quit menu item on WebXDC apps closes the whole DC app #3995
  • minor performance improvements #3981
  • fix chat list items (e.g. Archive) and contacts not showing up sometimes #4004
  • fix bug notifications not being removed on Mac #4010
  • fix bug "Mark All as Read" does not remove notifications #4002
  • fix update unread badge on when muting / unmuting a chat #4020
  • fix update unread badge on receiving device messages #4020
  • fix target chat was not opened on notification click #3983
  • fix scroll to forwarded message #3834
  • fix CSP bypass in webxdc (not a vulnerability) #4011
  • fix show new incoming messages after clearing chat #4037
  • fix: QR scanning not showing errors on failure #4040
  • fix missing remove button in AddMemberChip #393
  • fix composite emoji in text avatar #4038
  • fix "Password and Account" dialog not indicating invalid credentials, making it seem that you can change password like this #4032
  • fix empty context menu and unneccessary separators in HTML mail view #4053
  • fix HTML email view empty space before email content #4052
  • fix HTML email content not being zoomed #4052
  • fix Icon preview of latest WebXDC displayed when summary is reaction event #4062
  • fix stretched summaryPreviewIcon #4064
  • fix wrong paths in some Window installations #4058
  • fix "Contact info" card layout continuously jumping for contact names of certain length #4068

Downloads