mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-10 17:48:50 +08:00
Bump to 1.1.4, update changelog
This commit is contained in:
parent
2a0fce14f4
commit
65ddf18416
3 changed files with 21 additions and 3 deletions
20
CHANGELOG.md
20
CHANGELOG.md
|
@ -1,6 +1,24 @@
|
||||||
# Mailspring Changelog
|
# 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:
|
Improvements:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "mailspring",
|
"name": "mailspring",
|
||||||
"productName": "Mailspring",
|
"productName": "Mailspring",
|
||||||
"version": "1.1.3",
|
"version": "1.1.4",
|
||||||
"commitHash": "COMMIT_INSERTED_DURING_PACKAGING",
|
"commitHash": "COMMIT_INSERTED_DURING_PACKAGING",
|
||||||
"description": "The best email app for people and teams at work",
|
"description": "The best email app for people and teams at work",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
"babel-preset-react": "6.x.x",
|
"babel-preset-react": "6.x.x",
|
||||||
"chalk": "1.x.x",
|
"chalk": "1.x.x",
|
||||||
"devtron": "^1.4.0",
|
"devtron": "^1.4.0",
|
||||||
"electron": "1.8.2-beta.5",
|
"electron": "1.8.2",
|
||||||
"electron-installer-dmg": "0.2.x",
|
"electron-installer-dmg": "0.2.x",
|
||||||
"electron-packager": "8.7.x",
|
"electron-packager": "8.7.x",
|
||||||
"electron-winstaller": "2.x.x",
|
"electron-winstaller": "2.x.x",
|
||||||
|
|
Loading…
Reference in a new issue