Skip to content

Commit 8ea2a61

Browse files
committed
1.10.8
1 parent 6b13f54 commit 8ea2a61

File tree

3 files changed

+43
-18
lines changed

3 files changed

+43
-18
lines changed

CHANGELOG.md

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

3+
## 1.10.8 (12/29/2022)
4+
5+
_Happy new year! Thanks for your continued support - we're celebrating five years of open-source and the 60th Mailspring release!_
6+
7+
Features:
8+
9+
- You can now drag-to-resize inline images in the composer! (Thanks @glenn2223!)
10+
11+
Bug Fixes:
12+
13+
- Launching Mailspring after a long time no longer causes the app to crash trying to show the vacuum UI. (Thankfully these changes do complete, so this error is recoverable.)
14+
15+
- Mailspring no longer shows "0pm" at 12pm / noon in some scenarios. (Thanks @glenn2223!)
16+
17+
- Updated Italian translations (thanks @andy00087!)
18+
319
## 1.10.7 (11/21/2022)
420

521
- When creating a new IMAP + SMTP account, Mailspring sends a test message through the SMTP gateway to yourself, instead of attempting to send the message to an invalid address.
Lines changed: 26 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<component type="desktop">
3-
<id><%= name %></id>
3+
<id>
4+
<%= name %>
5+
</id>
46
<metadata_license>CC0-1.0</metadata_license>
5-
<name><%= productName %></name>
6-
<summary><%= description %></summary>
7+
<name>
8+
<%= productName %>
9+
</name>
10+
<summary>
11+
<%= description %>
12+
</summary>
713
<description>
814
<p>
915
Mailspring is a new version of Nylas Mail maintained by one of the original authors. It's
@@ -23,7 +29,9 @@
2329
<url type="homepage">https://getmailspring.com/</url>
2430
<url type="bugtracker">https://github.com/Foundry376/Mailspring/issues</url>
2531
<url type="help">http://support.getmailspring.com/</url>
26-
<launchable type="desktop-id"><%= productName %>.desktop</launchable>
32+
<launchable type="desktop-id">
33+
<%= productName %>.desktop
34+
</launchable>
2735

2836
<developer_name>Mailspring</developer_name>
2937
<project_license>GPL-3.0+</project_license>
@@ -33,18 +41,19 @@
3341
</screenshots>
3442

3543
<releases>
36-
<release version="1.10.7" date="2022-11-21"/>
37-
<release version="1.10.6" date="2022-08-10"/>
38-
<release version="1.10.5" date="2022-08-10"/>
39-
<release version="1.10.4" date="2022-08-09"/>
40-
<release version="1.10.3" date="2022-04-18"/>
41-
<release version="1.10.2" date="2022-03-29"/>
42-
<release version="1.10.1" date="2022-03-12"/>
43-
<release version="1.10.0" date="2022-02-28"/>
44-
<release version="1.9.2" date="2021-09-06"/>
45-
<release version="1.9.1" date="2021-04-16"/>
46-
<release version="1.9.0" date="2021-04-14"/>
47-
<release version="1.8.0" date="2021-01-20"/>
44+
<release version="1.10.8" date="2022-12-29" />
45+
<release version="1.10.7" date="2022-11-21" />
46+
<release version="1.10.6" date="2022-08-10" />
47+
<release version="1.10.5" date="2022-08-10" />
48+
<release version="1.10.4" date="2022-08-09" />
49+
<release version="1.10.3" date="2022-04-18" />
50+
<release version="1.10.2" date="2022-03-29" />
51+
<release version="1.10.1" date="2022-03-12" />
52+
<release version="1.10.0" date="2022-02-28" />
53+
<release version="1.9.2" date="2021-09-06" />
54+
<release version="1.9.1" date="2021-04-16" />
55+
<release version="1.9.0" date="2021-04-14" />
56+
<release version="1.8.0" date="2021-01-20" />
4857
</releases>
4958
<content_rating type="oars-1.0" />
50-
</component>
59+
</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.7",
4+
"version": "1.10.8",
55
"repository": {
66
"type": "git",
77
"url": "git://github.com/foundry376/mailspring.git"

0 commit comments

Comments
 (0)