From e99dfa72905226defa16292c7db01978088dbf3c Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Tue, 19 Jan 2021 12:14:41 -0600 Subject: [PATCH] Bump to 1.8.0, update Changelog --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ app/package-lock.json | 2 +- app/package.json | 2 +- 3 files changed, 30 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c10e31f9..ca8d87df2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,33 @@ # Mailspring Changelog +### 1.8.0 (1/19/2021) + +**Features:** + +- You can now choose a color for each account in Preferences > Accounts and conversations in the unified mailbox are colorized! (#2240, thanks @Phylu) + +**Fixes:** + +- The search bar's placeholder text now reflects the accounts you're viewing (#2252, thanks @Phylu) + +- The "equal to" mail rule logic now supports matching against empty strings (eg subject = "No Subject") correctly (#2254, thanks @Phylu) + +- Updated Turkish, Bengali, Chinese, and French translations (thanks @emintufan, @EwenQuim, @Aftabuzzaman and @johnpoint) + +- Support for pasting files sent in the text/uri-list format or as a secondary pasteboard item (@akdor1154) + +- Autofill for the Hostinger email provider (@merkys7) + +- The Yandex connection screen now includes instructions to enable IMAP #2111 + +- The event header that appears when an email contains an ICS attachment now shows the correct timezone. #2093, #2255 + +- On Linux, Mailspring no longer specifies `python` or `git` as package dependencies unnecessarily. + +**Developer:** + +- Mailspring now uses Electron 4.2.12 in preparation for a jump to Electron 8+. + ### 1.7.8 (5/24/2020) **Fixes:** diff --git a/app/package-lock.json b/app/package-lock.json index d2a4d6ab8..10bd5345b 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -1,6 +1,6 @@ { "name": "mailspring", - "version": "1.7.8", + "version": "1.8.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/app/package.json b/app/package.json index 8c0f0ce31..a7141883d 100644 --- a/app/package.json +++ b/app/package.json @@ -1,7 +1,7 @@ { "name": "mailspring", "productName": "Mailspring", - "version": "1.7.8", + "version": "1.8.0", "repository": { "type": "git", "url": "git://github.com/foundry376/mailspring.git" -- 2.45.2