You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notifications will no longer error when the thread is not found.
Phishing now correctly handles scenarios where input is malformed.
QuickReplies now correctly handles errors when scanning templates directory.
Enabled click regions on margins of composer.
In composer, can now Shift-Tab back to the subject correctly.
Allow mailto links to have bodies with \n or \r characters.
Prevent tutorial tips from breaking send later button.
Add preview as recipient toggle back to composer.
No longer display outdated welcome message in the onboarding window.
Design:
All notification bars previously displayed at the top of the main window are
now displayed in the lower left side of the window with an improved design.
Development:
We switched our SQLite bindings from node-sqlite3 to better-sqlite3
which improves query performance by ~28%, and fixes an error which
caused the database to become locked.
Dev mode: No longer store devMode flag in config.json to prevent the
production build from incorrectly running in dev mode.
Rather, run N1 with --dev flag.
All database-related code (ORM) has been transitioned to ES6.