Skip to content

Commit

Permalink
1.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bengotow committed Jan 8, 2024
1 parent c6d29c2 commit 9a7e1a7
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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!)

Expand Down
1 change: 1 addition & 0 deletions app/build/resources/linux/mailspring.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
</screenshots>

<releases>
<release version="1.13.3" date="2024-01-08" />
<release version="1.13.2" date="2023-12-10" />
<release version="1.13.1" date="2023-11-21" />
<release version="1.13.0" date="2023-11-20" />
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.2",
"version": "1.13.3",
"repository": {
"type": "git",
"url": "git://github.com/foundry376/mailspring.git"
Expand Down

0 comments on commit 9a7e1a7

Please sign in to comment.