[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
to0.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 + /
orCmd + /
- 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
andENTER + CTRL
in the composer do now the same thing: they send or add a newline depending on theenterKeySends
user preference- update webxdc setUpdateListener api
- Remove dependency tempy
- Update @blueprintjs/core to
4.1.2
- use forked version of
react-qr-reader
(@deltachat/react-qr-reader@4.0.0) - 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
andENTER + CTRL
in the composer do now the same thing: they send or add a newline depending on theenterKeySends
user preference- Metadata text color is now white on sent media messages
Removed
- remove dependency
react-qr-svg