mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 01:54:40 +08:00
bump(version): 0.2.4
- Perf: + Mail actions like starring and changing folders are significantly faster + Messages and drafts load faster in large mailboxes thanks to better indexing and query management + Ingesting changes from the Nylas API no longer floods the database with queries - Features: + Emails with forms and other interactive elements are now supported + Drafts now have a blue focus ring, which makes it easier to see keyboard focus + Contact search now matches email domains + Command-option-F now highlights the search bar - Bug fixes: + Downloading large attachments will no longer crash the app + Window focus / blur state is now correctly reflected in the toolbar + Emails with some specific image tags now render with the correct height + Undoing star/unstar changes to a group of threads now restores previous state correctly + The 'send' animation in the message list is now glitch-free + Thread participant parsing handles more edge cases + Loading "dots" no longer cover the thread list in some scenarios + Rapidly creating and destroying drafts no longer causes React errors
This commit is contained in:
parent
be669de66d
commit
ceaaac962f
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "nylas",
|
||||
"productName": "Nylas",
|
||||
"version": "0.2.3",
|
||||
"version": "0.2.4",
|
||||
"description": "An email OS",
|
||||
"main": "./src/browser/main.js",
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in a new issue