Skip to content

Commit

Permalink
Bump version to 1.0.7, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bengotow committed Oct 28, 2017
1 parent bb2b78a commit 664204d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
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.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",
Expand Down

0 comments on commit 664204d

Please sign in to comment.