Skip to content

Commit

Permalink
Bump to 1.7.8, update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bengotow committed May 25, 2020
1 parent df26391 commit 13635bc
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Mailspring Changelog

### 1.7.7 (TBD)
### 1.7.8 (5/24/2020)

**Fixes:**

- Resolves a critical SMTP connection problem on Linux for Office365, manually configured Gmail, and other accounts that used the LOGIN SMTP authentication mechanism. #1996, https://github.com/cyrusimap/cyrus-sasl/pull/613

- Plain text messages using a multipart MIME structure with one or more attachments now render correctly as plaintext.

- "Sync Mail Now" is displayed in Preferences > Shortcuts so it's easier to map it to a custom shortcut. #1941

**Developer:**

- Mailspring now uses CSS properties on `mailspring-workspace` to set the height of the thread list and other key components so themes can customize them! See #2004 for details and thanks to @sergeystoma for this improvement!

### 1.7.7 (5/20/2020)

**Fixes:**

Expand Down
2 changes: 1 addition & 1 deletion app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mailspring",
"productName": "Mailspring",
"version": "1.7.7",
"version": "1.7.8",
"repository": {
"type": "git",
"url": "git://github.com/foundry376/mailspring.git"
Expand Down

0 comments on commit 13635bc

Please sign in to comment.