From 9a7e1a78431861059933bdc3cb76894a72cc4657 Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Mon, 8 Jan 2024 10:49:59 -0600 Subject: [PATCH] 1.13.3 --- CHANGELOG.md | 14 ++++++++++++-- .../resources/linux/mailspring.appdata.xml.in | 1 + app/package-lock.json | 4 ++-- app/package.json | 2 +- 4 files changed, 16 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18b883447b..ec414a8066 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,24 @@ # Mailspring Changelog +## 1.13.3 + +Happy new year! This is a small update to Mailspring with a few important changes: + +- On macOS, long-pressing a key to show it's available subtitutions (eg: `e` to see `é, ê, etc.`) now works properly in the email composer. Sorry for the delay fixing this issue, for many non-english speakers on macOS we know it's a core part of your email workflow. + +- We now escape subject and participant names in the print modal, ensuring that they render properly for printing. + +- We now use DOMPurify to sanitize the content of HTML emails for display. DOMPurify is maintained by a team of security-oriented web engineers and will ensure Mailspring protects you from the widest possible range of XSS attacks and exploits. + ## 1.13.2 -This is a patch release that fixes several issues: +This is a patch release that fixes several issues: - Composition events in Mailspring's composer should work as expected. (Typing modifier keys, such as Option-E followed by E to create É) - The composer warn about several more invalid recipient errors correctly (thanks @Phylu!) -- Dark-mode tray support on Windows has been improved with new icons (thanks @Phylu!) +- Dark-mode tray support on Windows has been improved with new icons (thanks @Phylu!) - The Linux Snap build no longer requests extraneous permissions (thanks @3v1n0!) diff --git a/app/build/resources/linux/mailspring.appdata.xml.in b/app/build/resources/linux/mailspring.appdata.xml.in index 210aff10f2..8792c3afaa 100644 --- a/app/build/resources/linux/mailspring.appdata.xml.in +++ b/app/build/resources/linux/mailspring.appdata.xml.in @@ -33,6 +33,7 @@ + diff --git a/app/package-lock.json b/app/package-lock.json index 491a14f12e..9f5210d498 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -1,12 +1,12 @@ { "name": "mailspring", - "version": "1.13.2", + "version": "1.13.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mailspring", - "version": "1.13.2", + "version": "1.13.3", "license": "GPL-3.0", "dependencies": { "@bengotow/slate-edit-list": "github:bengotow/slate-edit-list#b868e108", diff --git a/app/package.json b/app/package.json index 27960cb143..72f3d79967 100644 --- a/app/package.json +++ b/app/package.json @@ -1,7 +1,7 @@ { "name": "mailspring", "productName": "Mailspring", - "version": "1.13.2", + "version": "1.13.3", "repository": { "type": "git", "url": "git://github.com/foundry376/mailspring.git"