Bump to 1.8.0, update Changelog

This commit is contained in:
Ben Gotow 2021-01-19 12:14:41 -06:00
parent b9ad355df1
commit 90137f11fe
4 changed files with 31 additions and 4 deletions

View file

@ -88,8 +88,7 @@ after_success:
# Grab the version number from the .deb product and update the snapcraft.yml file
- sed "s/MAILSPRING_VERSION/$(grep -E -o '([0-9]+.[0-9]+.[0-9]+)' <<< "$(find app/dist -type f -name mailspring-*.deb)")/g" snap/snapcraft.template.yaml > snap/snapcraft.yaml
# Decrypt the snapcraft login information
- openssl aes-256-cbc -K $encrypted_d506bd5213c4_key -iv $encrypted_d506bd5213c4_iv
-in .snapcraft/credentials.enc -out .snapcraft/credentials -d
- openssl aes-256-cbc -K $encrypted_d506bd5213c4_key -iv $encrypted_d506bd5213c4_iv -in .snapcraft/credentials.enc -out .snapcraft/credentials -d
- snapcraft login --with .snapcraft/credentials
services:

View file

@ -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:**

2
app/package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "mailspring",
"version": "1.7.8",
"version": "1.8.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -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"