Skip to content

Commit 5126294

Browse files
committed
1.11.0
1 parent 2b75347 commit 5126294

File tree

4 files changed

+32
-3
lines changed

4 files changed

+32
-3
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Mailspring Changelog
22

3+
## 1.11.0 (07/28/2023)
4+
5+
Features:
6+
7+
- The "Move to Folder" menu action allows you to press Tab or the "→" key to complete the name of the highlighted folder, which makes it easier to complete a path in long folder hierarchies.
8+
9+
- Mailspring now properly identifies and formats quoted text from Yahoo and AOL email. (Thanks @nzayatz14)
10+
11+
- On MacOS, the Mailspring icon in the dock now allows you to compose a new message from the context menu. (thanks @Naroh091)
12+
13+
- Mailspring's menu bar icon is now red for new mail and blue for unread mail, which makes it easier to spot a new message that needs attention. (#2433, thanks @marivaldojr)
14+
15+
Bug Fixes:
16+
17+
- Contact sync no longer crashes when a contact has no display name (thanks @ww-daniel-mora)
18+
19+
- The help menu now offers the standard MacOS "menu search" feature (Thanks @probablykasper)
20+
21+
- Colons are allowed in URLs and no longer break Mailspring's link highlighting. (thanks @choptastic!)
22+
23+
- The email preview is no longer in some cases in vertical layout (thanks @glenn2223!)
24+
25+
- Updated Italian translations (thanks @andy00087!)
26+
27+
Developer:
28+
29+
- Mailspring now uses a more restrictive Content-Security-Policy that includes `object-src none; media-src mailspring:; manifest-src none;`. If your plugin packaged media such as sounds, you may need to reference them via the mailspring:// URL syntax (ala 2b75347c)
30+
331
## 1.10.8 (12/29/2022)
432

533
_Happy new year! Thanks for your continued support - we're celebrating five years of open-source and the 60th Mailspring release!_

app/build/resources/linux/mailspring.appdata.xml.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
</screenshots>
3434

3535
<releases>
36+
<release version="1.11.0" date="2023-07-28" />
3637
<release version="1.10.8" date="2022-12-29" />
3738
<release version="1.10.7" date="2022-11-21" />
3839
<release version="1.10.6" date="2022-08-10" />
@@ -48,4 +49,4 @@
4849
<release version="1.8.0" date="2021-01-20" />
4950
</releases>
5051
<content_rating type="oars-1.0" />
51-
</component>
52+
</component>

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mailspring",
33
"productName": "Mailspring",
4-
"version": "1.10.8",
4+
"version": "1.11.0",
55
"repository": {
66
"type": "git",
77
"url": "git://github.com/foundry376/mailspring.git"

mailsync

0 commit comments

Comments
 (0)