Bump version to 1.0.7, update changelog

This commit is contained in:
Ben Gotow 2017-10-27 17:40:28 -07:00
parent bb2b78a974
commit 664204d89f
2 changed files with 26 additions and 1 deletions

View file

@ -1,5 +1,30 @@
# Mailspring Changelog
### 1.0.7 (10/28/2017)
Features:
Fixes:
- The `Starred` and `Unread` views now correctly show threads with many starred/unread messages. (#100)
- The folder and label shortcuts are now separate and work properly for Gmail accounts. (#259 - thanks @casuallancelot)
- Mailspring no longer segfaults when it's unable to connect to your SMTP server during onboarding,
and error messages no longer "destroy" the layout of the window.
- Mailspring no longer uses all memory on the computer in a rare scenario where your mail provider return an infinite range of message IDs. (#91)
- Mailspring can now be put in a verbose logging mode using `AppEnv.mailsyncBridge.toggleVerboseLogging()`, in which all IMAP and SMTP traffic is logged.
- You can now dismiss the "Please pay for Mailspring Pro!" prompt in the bottom left when more than four accounts are syncing. (Thanks @mattlyons0)
- On Linux, Mailspring no longer launches with the onboarding window in between monitors on dual-display setups. (Thanks @dbhowell)
- The contact search index now includes the first names of contacts, so you can find them more easily when typing in address fields. (#227)
- The default template no longer references Nylas incorrectly. (Thanks @Galaxias)
### 1.0.6 (10/19/2017)
Features:

View file

@ -1,7 +1,7 @@
{
"name": "mailspring",
"productName": "Mailspring",
"version": "1.0.6",
"version": "1.0.7",
"commitHash": "COMMIT_INSERTED_DURING_PACKAGING",
"description": "The best email app for people and teams at work",
"license": "GPL-3.0",