[1.26.0] - 2021-12-16
Fixed
- fix sending POI
Changed
- Update translations (16.12.2021)
[1.25.2] - 2021-12-11
Added
PageUp
andPageDown
keys can now be used to scroll in the MessageList- Keeping
Alt + ArrowUp/ArrowDown
pressed now keeps selecting the next chat until the key is released - Download on Demand
Changed
- update
filesize
dependency to version8.0.6
- update deltachat-node to v1.70.0
[1.25.1] - 2021-11-30
Fixed
- fixed production builds (
npm run build4production
)
[1.25.0] - 2021-11-29
The Downloads of this version are broken because they were done with
npm run build4production
which was broken in this release, please either usenpm run build
or download1.25.1
instead
We jumped to
1.25
for the version (should in theory be1.23
), to be get sync with android and iOS numbering again.
Added
- Clicking on member in group dialog shows the profile of member
- Implement previous/next buttons for the gallery's media view (the left and right arrow keys can also be used for navigation)
- add update unread counts on account screen on incoming messages
- Clickable bot command suggestions, email addresses and hashtags in messages
- Clickable links in messages on the map
- Tray icon now shows a blue circle over the logo in case of unread messages (only linux + win)
- reload profile image on
DC_EVENT_SELFAVATAR_CHANGED
in settings
Changed
- Upgrade deltachat-node to
v1.68.0
- Bring back the back and close button in dialogs, move actions that need an ok/cancel button into it's own dialogs
- show contacts that are already in group in add member dialog, but disabled
- show chips for members to add
- update to typescript
4.4.4
and update eslint to version8.2.0
(also updated the eslint plugins to their new versions) - use our new rust (wasm) based message (text) parser instead of
simple-markdown
for making links (and so on) clickable - remove dependencies that are now not needed anymore (
punycode
,simple-markdown
) - dont load quoted messages asynchronously
- Fetch more messages if as close as 200px to top of MessageList
- Join group via qr-code is now async (group already opens, no wait time)
- show only the relevant copy action in the context menu (selection, link, email or text depending on where the context menu was invoked)
- Use Qrcode svg from core
- Update translations (29.11.2021)
Fixed
- don't show logo twice in notifications (because macOS already shows applogo)
- disable editing of left/readonly groups
- fix member list being incomplete in chat requests
- Fix messagelist not being at the correct position after fetching more messages
- Fix group names/contact names & contact email addresses not being selectable
- Fix scanning QRCode again while the Dialog is still open
- selecting chat now closes all notifications about it again
- fix quotes without message text are empty (#2434)
- Fix react warning in about dialog (#2428)
- Fix bug where wrong message is shown in chatlist item
Changed
- use strict typescript for ui code