mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-09 06:23:30 +08:00
1.13.3
This commit is contained in:
parent
c6d29c2420
commit
9a7e1a7843
4 changed files with 16 additions and 5 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -1,14 +1,24 @@
|
||||||
# Mailspring Changelog
|
# 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
|
## 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 É)
|
- 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!)
|
- 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!)
|
- The Linux Snap build no longer requests extraneous permissions (thanks @3v1n0!)
|
||||||
|
|
||||||
|
|
|
@ -33,6 +33,7 @@
|
||||||
</screenshots>
|
</screenshots>
|
||||||
|
|
||||||
<releases>
|
<releases>
|
||||||
|
<release version="1.13.3" date="2024-01-08" />
|
||||||
<release version="1.13.2" date="2023-12-10" />
|
<release version="1.13.2" date="2023-12-10" />
|
||||||
<release version="1.13.1" date="2023-11-21" />
|
<release version="1.13.1" date="2023-11-21" />
|
||||||
<release version="1.13.0" date="2023-11-20" />
|
<release version="1.13.0" date="2023-11-20" />
|
||||||
|
|
4
app/package-lock.json
generated
4
app/package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "mailspring",
|
"name": "mailspring",
|
||||||
"version": "1.13.2",
|
"version": "1.13.3",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "mailspring",
|
"name": "mailspring",
|
||||||
"version": "1.13.2",
|
"version": "1.13.3",
|
||||||
"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.2",
|
"version": "1.13.3",
|
||||||
"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