mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-23 23:54:13 +08:00
Bump version to 1.0.10, update changelog
This commit is contained in:
parent
49461d1074
commit
d250d2531e
2 changed files with 22 additions and 1 deletions
21
CHANGELOG.md
21
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:
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue