mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-31 20:41:05 +08:00
Bump to 1.8.0, update Changelog
This commit is contained in:
parent
b9ad355df1
commit
90137f11fe
4 changed files with 31 additions and 4 deletions
|
@ -88,8 +88,7 @@ after_success:
|
||||||
# Grab the version number from the .deb product and update the snapcraft.yml file
|
# 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
|
- 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
|
# Decrypt the snapcraft login information
|
||||||
- openssl aes-256-cbc -K $encrypted_d506bd5213c4_key -iv $encrypted_d506bd5213c4_iv
|
- openssl aes-256-cbc -K $encrypted_d506bd5213c4_key -iv $encrypted_d506bd5213c4_iv -in .snapcraft/credentials.enc -out .snapcraft/credentials -d
|
||||||
-in .snapcraft/credentials.enc -out .snapcraft/credentials -d
|
|
||||||
- snapcraft login --with .snapcraft/credentials
|
- snapcraft login --with .snapcraft/credentials
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
28
CHANGELOG.md
28
CHANGELOG.md
|
@ -1,5 +1,33 @@
|
||||||
# Mailspring Changelog
|
# 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)
|
### 1.7.8 (5/24/2020)
|
||||||
|
|
||||||
**Fixes:**
|
**Fixes:**
|
||||||
|
|
2
app/package-lock.json
generated
2
app/package-lock.json
generated
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "mailspring",
|
"name": "mailspring",
|
||||||
"version": "1.7.8",
|
"version": "1.8.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "mailspring",
|
"name": "mailspring",
|
||||||
"productName": "Mailspring",
|
"productName": "Mailspring",
|
||||||
"version": "1.7.8",
|
"version": "1.8.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/foundry376/mailspring.git"
|
"url": "git://github.com/foundry376/mailspring.git"
|
||||||
|
|
Loading…
Reference in a new issue