Skip to content

Latest commit

 

History

History
1761 lines (1253 loc) · 86.3 KB

CHANGELOG.md

File metadata and controls

1761 lines (1253 loc) · 86.3 KB

Changelog

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/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 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

1.28.2 - 2022-04-22

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

1.28.1 - 2022-04-05

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

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
  • fix: log messageg-parser errors and display plain text message as fallback (instead of crashing)

Changed

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

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

1.26.0 - 2021-12-15

Added

  • Add an attachment menu

Fixed

  • fix sending POI

Changed

  • Update translations (16.12.2021)

1.25.2 - 2021-12-11

Added

  • PageUp and PageDown 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 version 8.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 use npm run build or download 1.25.1 instead

We jumped to 1.25 for the version (should in theory be 1.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 version 8.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

1.22.2 - 2021-09-23

Fixed

  • fix copy image to clipboard compatibility on windows (see #2323)
  • fix whitescreen crash on startup

1.22.1 - 2021-09-22

Removed

  • remove nsis logging again because it breaks the release build

1.22.0 - 2021-09-22

Removed

  • Windows installer: don't allow user to choose the installation path. (because user could install to data path and loose data on uninstallation, see #2356)

Added

  • Windows installer: enable logging for installer

Fixed

  • fix unreadable POI message in map in dark themes
  • fix map crash on maps in DM chats
  • fix account removal on windows

1.21.1 - 2021-09-18

Added

  • add switch to toggle simultaneous account syncing off
  • Implement settings for socks5 proxy

Changed

  • hide unfinished themes with the prefix dev_ from the theme selection, unless --devmode is active.
  • hide rocket theme

Fixed

  • fix flashing up account list on startup
  • fix update/load core translation strings
  • fix yggmail emailaddress text overflow in qrcode dialog & settings

1.21.0 - 2021-09-08

Added

  • Windows installer: Allow user to choose the installation path.
  • Copy-paste images into chat
  • make chatlist item height changeable by themes.
  • "rocket chat"-like experimental theme
  • Implement new contact request ui/ux
  • Implement new connectivity view

Changed

  • Update translations (06.09.2021)
  • Upgrade electron-builder to 22.12.0
  • Upgrade deltachat-node to v1.60.0
  • Upgrade esbuild to 0.12.15
  • Update testcafe to 1.15.0
  • Upgrade react and react-dom to 17.0.2
  • refresh theme if there is an update event by electron
  • Update to electron 13.1.6
  • Update some dependencies (classnames, emoji-regex, mime-types, use-debounce) and remove unused ones (immutability-helper, @blueprintjs/select, wolfy87-eventemitter, @types/classnames, @types/css, @types/sass, depcheck, pngjs)
  • use core method to validate email addresses, this will make tld email addresses possible
  • upgrade minimum nodejs to version 14
  • remove dependencies that are now not needed anymore (fs-extra)
  • Upgrade error-stack-parser to 2.0.6
  • Make sass and @types/debounce development dependencies
  • cleanup backend / main process (remove unused functions / variables)
  • Remove dependency array-differ
  • replace react-virtualized with react-window
  • show user-visible error in fullscreen media view if mimetype isn't set or not supported
  • migrate to core account system

Fixed

  • rename --debug flag to --devmode (in order to fix #2315)
  • fix duplicated contacts in search
  • fix going into archived view starts at bottom

[1.20.3] - 2021-06-30

Fixed

  • Chat Background fixes (fix black border on bee background, fix preview of background in settings and color picker now is set to the current color when its opened)
  • allow brackets in links (see #2238)

Changed

  • Update translations (30.06.2021)
  • Update deltachat-node to v1.56.0

1.20.2 - 2021-06-04

Added

  • Add env option VERSION_INFO_GIT_REF to manualy set the git-ref on the version info, so that you can set it manually if needed. (interesting for packagers only)

Fixed

  • Fix "Forwarded by $author" in message and add support for overwritten sender name to it.
  • Fix cursor type on hovering over sticker
  • Fix links in status (profile view)

Changed

  • Adjust sticker styling (quote styling).

Removed

  • remove unused dependency spectron, which also removes chromedriver dependency.

1.20.1 - 2021-05-28

Fixed

  • fix empty settings after importing backup
  • fix archiving/unarchiving chat deselection issues (see #2262)
  • clear userfeedback on account switch / logout (see #2261)
  • fix link color in quotes
  • disable OK button in dialog to add new members to a group if noone is selected

Changed

  • update translations (28.05.2021)

1.20.0 - 2021-03-22

Changed

  • use new decideOnContactRequest api

Added

  • add option to open message HTML in browser
  • encryption info for groups
  • Add status text to profile view
  • allow sending of ".webp" stickers
  • allow starting a video chat in groups
  • add local help for zh_CN and fr
  • add missing Czech translation #2218
  • add Mailinglist support
  • add support for overwritten sender name (also sometimes referred to as impersonation)
  • add experimental audit log to chats (view where only info/system messages are shown such as member added/removed)
  • add --minimized CLI option to start DeltaChat minimized as a tray icon. This is useful for setting DeltaChat as a startup application that starts up with your computer.
  • add support for handling mailto: links.

Fixed

  • Fix source-mapped stack trace on crash screen in bundled production builds
  • Don't delete Contact request messages, that are blocked - answered with never. #2225
  • hide show encryption info for saved messages (resulted in error)
  • Make text of elements like timestamps, chat list summaries etc. non selectable
  • remove "file://" scheme from filenames before calling dc_msg_set_file for stickers
  • initialize name field in contact profile dialog with previously manually set name and use authname as a placeholder
  • show context menu also for video chat messages
  • Fix a bug where the settings crashed
  • Fix a startup crash that sometimes appeared when you had multiple accounts setup.

Changed

  • update translations (22.05.2021)
  • Update deltachat-node to v1.55.0
  • Remove double-click to quote → this allows users to properly use double and triple click to select stuff again

1.15.5 - 2021-03-27

Added

  • add Menu item on macOS to show the main window

1.15.4 - 2021-03-24

Fixed

  • Fix dragging out file attachments #2177
  • own location and path in maps is not visible in single chats
  • Fix crash in settings-profile if account object is empty
  • make notifications more reliable and allow multiple ones at a time

Changed

  • Switch back to file scheme #2171 fixes audio and video seeking issues
  • adjust warning/hint color of before-login-hint
  • increase DAYS_UNTIL_UPDATE_SUGGESTION to 120 days
  • improve notifications (show chat name and avatar)

1.15.3 - 2021-03-18

Fixed

  • Fix qrcode unscanable in darktheme #2163
  • choose better default locations for file open dialogs #2133

Changed

  • Disable fontligatures completely
  • Rename message context menu entry "Copy" to "Copy Text" #2294

1.15.2 - 2021-03-03

Fixed

  • Fix disable contact name edit field on device message
  • Fix right click on image mesage opens both context menus #2122
  • Fix Attachment sometimes not being displayed (#2144)
  • Fix possible backup corruption (pause io while doing a backup) (#2148)
  • Fix some react warnings (#2152)
  • Fix crash in settings
  • Fix enabling/disabling notifications

Changed

  • update translations (02.03.2021)
  • change "Download attachment" to "Export attachment"

Added

  • translations for Khmer, Kurdish, Sardu, Slovak and Norwegian

1.15.1 - 2021-02-13

Fixed

  • Package Problems

Changed

  • Update electron-builder to 22.9.1
  • Update electron-notarize to 1.0.0

1.15.0 - 2021-02-11

Added

  • open message info when clicking on the error status icon of a message
  • add deltachat desktop version & build info to the logfiles
  • Add warn dialog for urls containing punycode
  • add a minimalistic theme featuring an irc like message view
  • add a context menu for electron (adds copy/paste options to composer #1997, #2047)
  • Add copy button to qrcode text/url result dialog
  • Add a confirmation dialog when starting a new videochat

Changed

  • always show timestamp and padlock/nopadlock on messages (previously padlock and timestamp were hidden on error)
  • update translations (10.02.2021)
  • add Farsi translation
  • Try to always focus composer textarea
  • Store relative instead of absolute path to last Account #2028
  • replace parcel bunder with esbuild bundler (faster bundle speed)
  • turn "theme not found" error from the --theme cli option from process exit into normal init fail with a user readable error message in an dialog.
  • loghandler: warn on non-writable stream
  • move error toast to top in order to free the view onto the message input field.
  • overhaul ui of email settings
  • overhaul ui of switching between media/message list and map
  • overhaul ui of "context" menu button
  • ui: integrate map dialog into the main screen
  • Upgrade electron to version 11
  • use only esbuild for frontend builds (skip typescript build & validation, typescript can now be checked with npm run test or npm run check-types)
  • ui: make videochat invite messages look like on android
  • ui: overhaul send message button
  • ux: indicate who forwarded the message in groups

Removed

  • Remove intergrated BasicWebRTC, because it was broken and we currently lack the resources to fix and maintain it
  • Disable React Devtools as they are broken in the newer electron versions
  • remove terser minification, the minfication of esbuild is sufficient and faster

Fixed

  • correctly display RTL text inside of the message input field (see #2036)
  • performance: only mark messages read on the currently fetched page instead of all when selecting a chat
  • show right default background for theme in background preview in settings
  • handle invalid theme metadata better (don't display no themes anymore when one has invalid metadata)
  • Fix copy of labeled links
  • Fix hard to alter text in the middle of "Video chat instance" input field (see #2016)
  • Add missing options (at once, one minute...) for autodelete from server
  • Update failed messages also in messagelist
  • Fix crash on upgrading from v1.12 or earlier

1.14.1 - 2020-12-15

Added

  • Add Press F5 to call dcMaybeNetwork

Changed

  • Show linebreaks in quotes
  • trust all labeled links from device chat
  • Adjust order of buttons at labeled link dialog
  • Change order and ux of context menus, especially for messages
  • Increase padding of draft/reply area
  • All import of .tar backup
  • open profile view instead of chat on click on contact
  • Switch to showing archived chats when selecting an archived chat in the chat search and emptying the search
  • Switch to archived/normal view accordingly when selecting an archived/unarchived chat
  • Update Translations
  • call maybe_network on window focus
  • Overhaul ui of chat background settings

Fixed

  • Fix "copy link" context menu option for labeled links
  • Fix exception when opening second instance of deltachat and tray icon is disabled
  • Fix showing/focusing deltachat on second instance
  • Hide reply context menu option in device chat
  • Fix messages sometimes overflowing
  • Fix resizing of quote after fetching author
  • Fix state update on unmounted components in Timestamp and LoginScreen
  • Fix non emojis getting displayed big (see #1989)
  • Fix selecting a chat focus composer input (see #1986)
  • Fix processing qr code again while another is still getting processed
  • Fix reconnecting logic on suspend/resume or disconnecting/connecting to a network
  • Fix using first letter of email address on avatars if there is no username or profile image set
  • Fix styling of disabled "remove profile image" button
  • Fix bug in tray menu showing hide when the window was visible or vice-versa
  • Hopefully fixed rare bug of draft area not getting cleared
  • Fix copy text selection from context menu
  • Fix Contact Requests (ui was not properly updating)

1.14.0 - 2020-11-24

Added

  • Upgrade Emoji Picker(Emoji 12.1) and emojifont(Unicode 13.1) for new emoji support 🦾
  • Add Keyboard navigation between accounts in account selection screen
  • Add the account name to the account deletion-confirmation dialog
  • Add a hover tool-tip with account path and size when hovering over the email address of an account (this is useful when importing a backup of an account you already have and can't distinguish which is the old account and which is the imported one)
  • Add context menu to gallery
  • Option for packagers to disable asar (NO_ASAR=true npm run pack:generate_config).
  • Added context menu for info messages
  • Add simple support for displaying quotes (no attachment preview nor jump to message yet)
  • Show sending indicator for outgoing info messages #1867
  • Implement tray icon (huge thanks to @pepea28 for contributing & pushing this)
  • Add info log message that lists all unconfigured accounts, so you don't need to find them yourself to delete them. (see #1952)
  • Add draft/staging area
    • add a description to the files you send
    • reply to other messages
  • Re-add pasting in of qrcode data

Changed

  • Change "More info" translation to "Message Details"
  • Through the emoji mart update, frequent emojis are now not sorted immediately, fixes #1177
  • gallery media display type is chosen via viewType now and if the mime type is not displayable by the browser an error is shown
  • minor gallery style adjustments
  • Own Context Menu Implementation that makes development easier
  • Update translations
  • Update deltachat-node to v1.50.0
  • Update inAppHelp
  • hasLocation indicator on messages is now always shown even when the experimental Location streaming feature is not turned on
  • localize some unlocalized strings in settings ("select" and "remove" buttons beneath the profile image)
  • Overhauled look and feel of the profile editing section in settings
  • Overhauled look and feel of about dialog

Removed

  • removed inline message buttons (3dot menu button and download button)

Fixed

  • Fixed missing application icon for linux
  • Fixed unselecting current chat after deleting another chat
  • Fix hover color on emoji picker for light theme
  • Fix missing translations in emoji picker
  • Fix broken enlargen group image #1924
  • Fix opening of multiple setting windows via keybinding
  • Fix two issues with the labeled link (see #1893)
  • Fix refresh of "empty chat" info meassage on chat changes
  • Fix removing incompleted account (see #1952)
  • Fix that drag n' drop selection message text resulted in an "send following dropped files" dialog
  • Fix adding of multiple members to a group via add member with searches in between (see #1964)

1.13.1 - 2020-10-06

Changed

  • order media in gallery after sortTimestamp, newer ones up

Fixed

  • Fix a bug where we render an empty message list
  • Hide invalid options in menu (example: send video invitation in device chat)

1.13.0 - 2020-10-01

Fixed

  • Fix search shows placeholders
  • Fix ok button not being a primary button in EncryptionInfo dialog
  • Fix handling of QrReader errors with own logger instead of console.error

1.13.0-rc4 - 2020-10-01

Added

  • Added indicator icon if disappearing messages are enabled in a chat/group

Changed

  • Update deltachat-node to v1.45.0
  • run npm audit fix
  • Overhaul colors of login hint
  • Change "remove account" translation to "delete account"
  • Disappearing messages are now enabled by default and not experimental anymore

Fixed

  • Fix network errors not shown on failed login
  • Fix crash on settings after first login
  • Make sure login screen doesn't flash on slow devices
  • Fix logging of react crashes.
  • Fix confusing error message on wrong autocrypt setup message code
  • Fix automatically login to last remembered account
  • Fix scanning qr code and general improvement of the whole process
  • Fix avatar initials of the text avatars, of people with no displayname, inside of the messagelist
  • Fix refreshing message list when disappearing message timed out

1.13.0-rc1 - 2020-08-13

Changed

  • Improve UX of changing/updating group & contact names, add buttons in those dialogs to the dialog footer
  • Overhaul QR Code dialog and condense scan/show qr code into one dialog
  • Implement welcome screen & overhaul login flow & account overview
  • Update deltachat-node to v1.44.0

Fixed

  • Fix sluggish ui while typing in email address in login form
  • Fix url parsing in labeled link confirmation dialog

1.12.0 - 2020-07-31

Changed

  • Updated deltachat-node to v1.42.1

1.10.4 - 2020-07-30

Added

  • Implement experimental WebRTC support for 1to1 video chats & audio calls

1.10.3 - 2020-07-30

Fixed

  • Fix labeled links (fix the regex, make it dumber)

1.10.2 - 2020-07-30

Fixed

  • Fix messagelist being empty when starting chat with contact request
  • Fix messagelist not having a scrollbar sometimes
  • Fix settings dialog not closable with escape key
  • Fix "New contact" in search results

1.10.1 - 2020-07-29

Added

  • add hint below ephemeral messages options, that explains the feature

Fixed

  • translate the term "error" in configure dialog
  • fix "Invalid date" in message details on searchresult

Removed

  • disable keycombination for Scroll active chat (alt + left arrow because this keyboard shortcut is already used by mac to move over words in input fields)

Updated

  • deltachat-node to 1.41.0
  • core version 1.41

1.10.0 - 2020-07-16

Added

  • :colon-emoji: support for skin tones (👍:skin-tone-6:)
  • :colon-emoji:'s are now replaced with the unicode emoji they represent on send
  • add explaination if there are no contact requests
  • add support for markdown links [label](url) (with a open confirmation dialog to prevent phishing)
  • implement disappearing messages as an experimental feature

Fixed

  • fix using the system language if no language is selected
  • fix a bug where the user would end up with multiple contexts after reloading from a frontend crash
  • fix Chat-view does not scroll down on incoming message #1783

Changed

  • when opening the emoji picker its search bar gets now focused and when closing it the composer gets focused

Technical

  • removed styled-components
  • increase the version numbering to 1.10 to sync up with ios & android versioning and to avoid troubles with the ancient tags that still linger in the git history.

Updated

  • updated google-noto color emoji font
  • deltachat-node to 1.40.0
  • core version 1.40

1.4.3 - 2020-06-30

Added

  • localize full timestamps (when hovering above the short ones) (issue #1732)

Fixed

  • fix startup with last used language (issue #1765)
  • fix language update did not apply instantly (issue #1637)
  • fix ChatListItem timestamp bug (issue #1720)

Changed

Technical

  • window.translate is now window.static_translate
  • also introduced <i18nContext.Consumer> & useTranslationFunction() which trigger a rerender when the language changes

1.4.2 - 2020-06-26

Added

  • Burner accounts with QR code
  • Theming (some Dark themes and the possibibilty to add even custom ones)
  • Mute Chats
  • Add Search for Contacts and Messages
  • Add autodelete settings
  • add git rev to the version in the about dialog
  • Oportunistic reminder to update after 90days
  • Add a crash-screen that appears instead of the white-screen on a react crash.
  • Add enlarge group image
  • Add chat image to navbar

Fixed

  • Pointer cursor on hovering over document item
  • update Readme a bit
  • Fix whitescreen crash on opening the EncryptionInfoDialog
  • Fix drop send multiple files at once (#1622)
  • Fix window bounds are not saved correctly #1705
  • Fix export backup progress bar missing
  • Fix dc_get_msg called with special msg_id=0 warnings printed to console
  • Fix window position on first start (#1711)
  • Fix error message on login starting with ',' #1702
  • Fix offline toast displayed before login #1729
  • Fix "Authentication failed" notification does not disappear even after successfull login #1594
  • Fix login button staying disabled on error #1661
  • Fix use system language until the user chooses their language #1712
  • Fix selecting a non existing chat after restarting DeltaChat

Changed

  • Tweak settings design a bit
  • Adjust chatlistitem hover colors
  • Improve human-readability of logfiles
  • display the offline status as permanent toast instead of the error message
  • open an electron error dialog on uncaught Excerptions
  • Tweak Login styling
  • move qr code description up
  • Tweak: Less cursor type switching
  • Improve styling of Fullscreen-Attachment buttons
  • move the verified icon over the group avatar
  • now it is possible to have multiple accounts with the same email address (you can import a backup next to the active account)
  • change account path again - now the account folder name isn't tied to the email address anymore.
  • Update to deltachat-node v1.39.0 (async core)
  • Add open attachment to message context menu and increase clickable area (click to open attachment)
  • Overhauled login/update credentials flow & ui/ux to provide a more stable and clear experience
  • Importing a backup now automatically loads the imported account
  • Save account path instead of account addr for remembering the last selected account
  • We don't scroll down on incoming messages anymore
  • Solved the macOS appstore issue and the macOS notarizing issue.
  • Exclude some unused resources from being bundled with the release.

Technical

This section is only relevant to contributors.

  • Convert everything in the source folder to typescript
  • move more styles from styled-components to scss
  • Refactor Dialog system to make things easier for developers and fix stacking multiple instances of the same dialog
  • split settings dialog into multiple files
  • convert requires to imports
  • Refactor Keybindings
  • Split Build script into smaller build scripts.
  • replace node-sass with sass to remove the native dependency
  • introduce runtime.ts as a place to collect electron specific functions (will replace renderer/ipc.ts)
  • 1.4.0 and 1.4.1 don't have a tag/release as they were test versions only distributed on the Microsoft App Store

Updates

  • update Translations
  • update Help

1.3.4 - 2020-05-18

Fixed

  • Fix crash on login when entering invalid email
  • Fix not being able to login because of old core
  • Fix scanning qr code
  • Fix error toast only showing the event name and not the error message

Changed

  • Upgrade deltachat-node to v1.33.0

1.3.3 - 2020-05-12

Fixed

  • Fix encryption dialog causing white screen

Changed

  • Account Path: old accounts are now migrated to the new account system.

If you experience startup problems make sure you don't have two account folders of the same account.\ This could happen if you duplicated an account folder for backup purposes, for example. If you did not modify the account folders please open an issue on github.

1.3.2 - 2020-05-11

Fixed

  • Fix not being able to delete the first character when renaming a contact

Changed

  • Mirror picture when scanning a QR code
  • Update deltachat-node to v1.32.0

1.3.1 - 2020-05-05

Fixed

  • Fix showing the correct menu on Mac
  • Fix showing the titlebar on Mac
  • Fix qr scanning on Mac

1.3.0 - 2020-04-30

Added

  • add Import/Scan QR code which enables you to verify contacts and to join verifed groups from desktop (#1550)
  • add pinned chats #1537
  • add big view of profile image (closes #1356)
  • add option to change a contacts displayname (#1502)
  • add some Mac keybindings (related to #1451)
    • add cmd + , as shortcut to open the settings
    • focus the message composer
    • mac specific hide window (solves #634)
  • add primitive & experimental contact import (you can import a json array of contacts in the devconsole)
  • add archive label to archived chats #1537
  • add support for opening openpgp4fpr uris with deltachat-desktop

Changed

  • --debug enables now --log-debug & --log-to-console
  • The forward message dialog now shows saved messages as first option.

Performance Improvements

  • remove lag when scolling the settings (add thumbnails for chat backgrounds in settings screen)

Bugfixes

  • Info events are now always logged (not only when --log-debug is enabled)
  • fix that emojis get displayed right in the popups
  • fix composer whitescreen when having a zoomlevel
  • Some styling fixes:
    • remove unneccessary border on chatlist
    • changer caret color of sarch input to the same color as the placeholder
    • make dialog height overlap navbar/composer for fixed dialogs
    • Fix fake-contact-item label #1529
  • fixes help won't open on mac (open help in seperate electron window)
  • fix hover color for selected chats and make it a lot more slight

Technical

This section is only relevant to contributors.

  • Convert project files to typescript (75% complete)
  • Move more styled components to scss and cleanup some unsused classes
  • add top-evil script (shows places that need work)

Updated

  • Update translations & languages shown in menu, change prefix of npm translation scripts
  • Update Core to deltachat-core-rust @ 979d7c5 (deltachat-node v1.29.1)

1.2.0 - 2020-03-30

Changed

  • Update deltachat-node/deltachat-core-rust to v1.28.0
  • Some typescript convertions @Simon-Laux

Fixed

1.1.1 - 2020-03-14

Changed

  • Update deltachat-node/deltachat-core-rust to v1.27.0
    • This fixes a bug of undecryptable messages

1.1.0 - 2020-03-10

Added

  • Add copy qr code manually
  • Add zoom factor option in order to adjust font size. (It's found under View->Zoom Factor)

Changed

  • Development related:
    • new code formatter (prettier insted of standardjs)
    • convert some more code to typescript
  • update deltachat node 1.26.0

Fixed

  • fix focus composer textarea when chat id changes
  • fix group name editable
  • fix avatar shrink bug on too long names (profile view)
  • fix emoji name/initial avatars in message list
  • fix a css bug that destroyed the app layout in media view (eadd487)
  • fix copy to selection button shown even when nothing was selected.

Removed

  • removed some unused dependencies

Known Bugs

  • inApp help is broken on MacOS Help

1.0.0 - 2020-02-22

Known Bugs

Added

  • open help via F1
  • button to open DM chat in profile view
  • info messages are now selecteable
  • provider info
  • info message in empty chats
  • --multiple-instances flag to allow multiple deltachat instances

Changed

  • Upgrade deltachat-node to v1.25.0
  • upgrade electron builder to 22.3.2
  • upgrade electron to 6.1.7
  • Open Help in browser
  • improved build process
  • Chat scrolling improvements
  • replace webpack with parcel
  • convert more
  • Restyle main menu
  • Media view doesn't go into fullscreen anymore.

Fixed

  • Small styling fixes
  • Fix qr images getting scrollable
  • Duplicate language entries in Language selection menu
  • Fix Message state was not updated in ChatView
  • Fix images so they don't cause horizontal scrolling anymore.

Removed

  • remove version from titlebar

0.999.1 - 2020-02-02

Fixed

  • Fix crash on help in distributed packages

0.999.0 - 2020-02-02

Added

  • Fullscreen view for media files
  • Select last openend chat after starting app
  • Implement In-App Help
  • Implement BCC-Self setting
  • Add TypeScript support
  • Add/Move to TestCafe as testing framework
  • Add windows icons

Changed

  • Improve chatlist performance
  • Removed welcome screen and image
  • Rewrite account folder logic
  • Improve styling of media gallery
  • Show Verified Icon in Navbar
  • Disable search when showing archived chats
  • Update deltachat-node to v1.0.0-beta23.1

Fixed

  • Fix importing keys
  • Various login & account setting fixes
  • Fix unread counter
  • Fix clicking on notifications and focusing app
  • Map dialog styling
  • Fix qr images overflowing on small screens
  • Fix missing avatars in groups
  • Fix sometimes not loading all messages
  • Fix destination of DeltaChatData folder if run as portable app
  • Delete old logs
  • Fix showing spinner more noticable
  • Fix video attachment play button

0.901.0 - 2019-12-20

Changed

Removed

  • markdown removed (will come back in the future)

Fixed

  • Fix the desktop side of the bug where when a user changed their name the new name wasn't displayed see #1228 for more info on that bug.

  • Fix MessageList not updating/scrolling down on incoming message #1229 @Jikstra

  • Fix subtitle missing in device-chat #1225@Simon-Laux

  • Fix CHAT_MODIFIED state update #1247 @nicodh

  • Fix POI only visible after reloading map #1351 @nicodh

  • Avoid update draft loop #1248 @nicodh

  • Make sure all layers are removed before updates #1259 @nicodh

  • Fix bug: chat was still selected active after switching accounts #1260 @nicodh

  • Don't fetch chat twice #1262 @nicodh

  • Update deltachat-node to 1.0.0-beta.21

0.900.0 - 2019-12-12

Changed

Added

Removed

Fixed

Refactorings

Mentions

  • @adbenitez fixed some types

  • Thanks to our translators

  • Update deltachat-node to 1.0.0-beta.15

0.840.0 - 2019-11-05

Changed

Fixed

Added

0.201.0 - 2019-09-27

Added

  • A few default chat background images to choose from @Simon-Laux

Fixed

  • fixed new Language Strings and fixed a11y strings

0.200.0 - 2019-09-26

Added

Changed

Fixed

0.104.0 - 2019-06-09

Added

Changed

Fixed

0.103.0 - 2019-05-22

Added

Changed

Fixed

0.102.0 - 2019-03-12

Added

Changed

Fixed

Removed

0.101.0 - 2019-02-27

Changed

Added

Removed

Fixed

  • Show leading digits in Autocrypt Setup (#651) (@ralphtheninja)
  • Change chown to chmod in README.md (#655) /(@naltun)
  • Remove/Hide scrollbar in groupname & and fix emoji in avatar (#661) (@Simon-Laux)
  • Do not send empty messages (i.e. only spaces) (#670) (@nicodh)
  • Fix layout breaking when pasting long multiline messages to composer
  • Focus the composer position on the current selection/cursor (#677) (@jikstra)

0.100.0 - 2019-01-27

Changed

Added

Fixed

  • Fix message duplication (#613) (@Simon-Laux)
  • Appdata updates and cleanup (@har9862)
  • For some reasons emoji-mart doesn't pull in a required dependency, we need to require it manually (@jikstra)

0.99.0 - 2019-01-20

Changed

Added

Removed

Fixed

0.98.2 - 2019-01-11

Changed

Added

Removed

Fixed

0.98.1 - 2019-01-06

Changed

  • Use google noto emojis and remove image emojis (@Simon-Laux)
  • Tweak functionality in edit group page (@Simon-Laux)

0.98.0 - 2019-01-05

Changed

Added

  • Add settings for configuring mvbox and sentbox threads (@jikstra)
  • Add divider between chat list and chat view (@Simon-Laux)
  • Write output of dc.getInfo() to console (@ralphtheninja)

Removed

Fixed

0.97.0 - 2018-12-24

Changed

0.96.0 - 2018-12-11

Added

  • Improve experience for inputting Autocrypt setup codes (@karissa)
  • Media view for chats (@karissa)
  • See encryption info for contacts in a chat (@karissa)
  • List contact requests (@karissa)
  • File->Quit in the menu to quit the application (@ralphtheninja)
  • Drag a file out of the chat window to the filesystem to copy it locally (@Simon-Laux)
  • Settings option for sending read receipts (@karissa)
  • Settings option for preferring encryption (@karissa)
  • Forget account button in the Login screen (@karissa)
  • Update account settings while logged in (@karissa)

Fixed

  • Make button hover state a pointer cursor (@karissa)
  • Read and delivered checkmarks are now green (@Jikstra )
  • Display filename and size for downloadable files in messages (@Simon-Laux)
  • Richer file messages, including displaying webm videos (@ralphtheninja)
  • Ask user before leaving group (@ralphtheninja)
  • Mark messages read properly (@karissa)
  • Small bug with exporting backups (@Jikstra)

Changed

0.90.1 - 2018-12-11

Changed

Added

Fixed

Historical Note We decided to change the versionining scheme to be more in line with the android app.

Historical Note 2 We removed the older changelog, you can look at the git history to get it. (version numbers made hallmark crazy)