mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-23 15:46:28 +08:00
Update Changelog
This commit is contained in:
parent
e6fe78cf61
commit
7d59c67234
1 changed files with 10 additions and 1 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,9 +1,11 @@
|
|||
# Mailspring Changelog
|
||||
|
||||
### 1.0.9 (11/29/2017)
|
||||
### 1.0.9 (12/1/2017)
|
||||
|
||||
Improvements:
|
||||
|
||||
- Sync progress reporting and status messages have been improved.
|
||||
|
||||
- Mailspring only attempts to passively fetch message contents once for each message, so bad messages no longer cause the app to "hang" in an "Syncing your Mailbox" state.
|
||||
|
||||
- A new setting allows you to choose the default spellcheck language. (Thanks @oserban!)
|
||||
|
@ -20,10 +22,17 @@ Improvements:
|
|||
|
||||
- Many small email rendering issues have been resolved thanks to a new message sanitizer.
|
||||
|
||||
- Creating and immediately sending a draft with tracking enabled no longer fails in rare cases.
|
||||
|
||||
- Undo send no longer causes other open composer windows to close when a message is sent.
|
||||
|
||||
Development:
|
||||
|
||||
- Improved error collection will make it much easier to track down and fix remaining sync issues.
|
||||
|
||||
- Password management errors are now considered fatal, since they break the app during onboarding.
|
||||
|
||||
- The analytics package has been removed - we were not using the collected metrics.
|
||||
|
||||
### 1.0.8 (11/10/2017)
|
||||
|
||||
|
|
Loading…
Reference in a new issue