Skip to content

Commit

Permalink
Bump version to 1.0.10, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bengotow committed Dec 7, 2017
1 parent 49461d1 commit d250d25
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit d250d25

Please sign in to comment.