Skip to content

Commit

Permalink
1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bengotow committed Sep 14, 2024
1 parent 3df6500 commit d036f39
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 2 additions & 2 deletions 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.13.3",
"version": "1.14.0",
"repository": {
"type": "git",
"url": "git://github.com/foundry376/mailspring.git"
Expand Down

1 comment on commit d036f39

@foundry376-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.