diff --git a/CHANGELOG.md b/CHANGELOG.md index 53ad4e50f..ccb3a3abe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Mailspring Changelog +### 1.0.10 (12/7/2017) + +Features: + +- A brand new signature editor makes it easy to create beautiful signatures with images and important contact details. + +Performance: + +- SQLite schema changes significantly improve Mailspring's sync performance on very large mailboxes. + +Fixes: + +- A major memory leak on Windows has been fixed which caused Mailspring to slow down your computer, especially when waking from sleep. + +- Mailspring no longer reports that it is still "looking for messages" in some cases after sync has completed. + +- Search now correctly supports the "in:" syntax for all arbitrary folders and labels as well as built-in ones like "in:inbox". + +- Several exceptions thrown in UI edge-cases have been fixed. + + ### 1.0.9 (12/1/2017) Improvements: diff --git a/app/package.json b/app/package.json index 255b92918..2df4d54c1 100644 --- a/app/package.json +++ b/app/package.json @@ -1,7 +1,7 @@ { "name": "mailspring", "productName": "Mailspring", - "version": "1.0.9", + "version": "1.0.10", "commitHash": "COMMIT_INSERTED_DURING_PACKAGING", "description": "The best email app for people and teams at work", "license": "GPL-3.0",