This commit is contained in:
Ben Gotow 2024-09-14 18:08:53 -05:00
parent 3df650013f
commit d036f390c6
3 changed files with 23 additions and 3 deletions

View file

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

4
app/package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "mailspring",
"version": "1.13.3",
"version": "1.14.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "mailspring",
"version": "1.13.3",
"version": "1.14.0",
"license": "GPL-3.0",
"dependencies": {
"@bengotow/slate-edit-list": "github:bengotow/slate-edit-list#b868e108",

View file

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