mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-10 09:32:33 +08:00
1.14.0
This commit is contained in:
parent
3df650013f
commit
d036f390c6
3 changed files with 23 additions and 3 deletions
20
CHANGELOG.md
20
CHANGELOG.md
|
@ -1,5 +1,25 @@
|
||||||
# Mailspring Changelog
|
# 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
|
## 1.13.3
|
||||||
|
|
||||||
Happy new year! This is a small update to Mailspring with a few important changes:
|
Happy new year! This is a small update to Mailspring with a few important changes:
|
||||||
|
|
4
app/package-lock.json
generated
4
app/package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "mailspring",
|
"name": "mailspring",
|
||||||
"version": "1.13.3",
|
"version": "1.14.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "mailspring",
|
"name": "mailspring",
|
||||||
"version": "1.13.3",
|
"version": "1.14.0",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@bengotow/slate-edit-list": "github:bengotow/slate-edit-list#b868e108",
|
"@bengotow/slate-edit-list": "github:bengotow/slate-edit-list#b868e108",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "mailspring",
|
"name": "mailspring",
|
||||||
"productName": "Mailspring",
|
"productName": "Mailspring",
|
||||||
"version": "1.13.3",
|
"version": "1.14.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