Bump to 1.1.4, update changelog

This commit is contained in:
Ben Gotow 2018-02-13 20:41:01 -08:00
parent 2a0fce14f4
commit 65ddf18416
3 changed files with 21 additions and 3 deletions

View file

@ -1,6 +1,24 @@
# Mailspring Changelog
### 1.1.3
### 1.1.4 (2/14/2018)
Fixes:
* Searching in the `Sent` folder (and other folders assigned mailbox roles) now works reliably.
* Connecting accounts no longer throws `SIGABRT` / `3221225477` errors in scome scenarios. #292
* Connecting accounts no longer fails when the email provider returns non-UTF8 characters in IMAP responses.
* The open tracking pixel now has an `alt` tag that self-identifies it as a tracking pixel, which prevents messages from Mailspring from being flagged as spam by some providers. #668
* Mailspring no longer registers for the Utility and Development application categories and appears in the `mail` package category on Debian systems. #673, #678
* On Linux, the tray assets are larger again (48x48px) in an attempt to make them render properly in more distros.
* In the Taiga theme, the selected item in dropdown menus is visible. #674
### 1.1.3 (2/6/2018)
Improvements:

View file

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

View file

@ -20,7 +20,7 @@
"babel-preset-react": "6.x.x",
"chalk": "1.x.x",
"devtron": "^1.4.0",
"electron": "1.8.2-beta.5",
"electron": "1.8.2",
"electron-installer-dmg": "0.2.x",
"electron-packager": "8.7.x",
"electron-winstaller": "2.x.x",