diff --git a/CHANGELOG.md b/CHANGELOG.md index ebce01a8c..eff876cc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Mailspring Changelog +## 1.14.0 + +This version of Mailspring includes several improvements: + +- Mailspring now connects to Outlook accounts using OAuth. + +- The `autoconfig` database used to identify your IMAP and SMTP settings automatically has been upgraded to reflect changes in provider settings. + +- On Windows and Linux, previewing attachments is more robust and works with a wider variety of files. These attachments also have rendered previews in the message view. + +- Mailspring allows you to add Medium, GitHub and YouTube links to email signatures created in the app. (#2484) Thanks @sudeephazra! + +- Subject lines no longer overflow if they contain single long words (#2485) Thanks @probablykasper! + +Developer: + +- Mailspring now uses Electron 30, a recent supported release based on Chromium M124 - thanks to @Phylu for lots of PRs and manual testing that helped us move up three years of versions (v17 => v30) in the last 12 months! + +- The Changelog now mentions security contributions by Positive Technologies, Payatu, and Sonar in v1.13.3. + ## 1.13.3 Happy new year! This is a small update to Mailspring with a few important changes: diff --git a/app/package-lock.json b/app/package-lock.json index d62d15cbd..d1862d7bf 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -1,12 +1,12 @@ { "name": "mailspring", - "version": "1.13.3", + "version": "1.14.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mailspring", - "version": "1.13.3", + "version": "1.14.0", "license": "GPL-3.0", "dependencies": { "@bengotow/slate-edit-list": "github:bengotow/slate-edit-list#b868e108", diff --git a/app/package.json b/app/package.json index 478ed5a75..e7c49b5d8 100644 --- a/app/package.json +++ b/app/package.json @@ -1,7 +1,7 @@ { "name": "mailspring", "productName": "Mailspring", - "version": "1.13.3", + "version": "1.14.0", "repository": { "type": "git", "url": "git://github.com/foundry376/mailspring.git"