Skip to content

Commit

Permalink
1.10.8
Browse files Browse the repository at this point in the history
  • Loading branch information
bengotow committed Dec 29, 2022
1 parent 6b13f54 commit 8ea2a61
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 18 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Mailspring Changelog

## 1.10.8 (12/29/2022)

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

Features:

- You can now drag-to-resize inline images in the composer! (Thanks @glenn2223!)

Bug Fixes:

- 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.)

- Mailspring no longer shows "0pm" at 12pm / noon in some scenarios. (Thanks @glenn2223!)

- Updated Italian translations (thanks @andy00087!)

## 1.10.7 (11/21/2022)

- 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.
Expand Down
43 changes: 26 additions & 17 deletions app/build/resources/linux/mailspring.appdata.xml.in
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id><%= name %></id>
<id>
<%= name %>
</id>
<metadata_license>CC0-1.0</metadata_license>
<name><%= productName %></name>
<summary><%= description %></summary>
<name>
<%= productName %>
</name>
<summary>
<%= description %>
</summary>
<description>
<p>
Mailspring is a new version of Nylas Mail maintained by one of the original authors. It's
Expand All @@ -23,7 +29,9 @@
<url type="homepage">https://getmailspring.com/</url>
<url type="bugtracker">https://github.com/Foundry376/Mailspring/issues</url>
<url type="help">http://support.getmailspring.com/</url>
<launchable type="desktop-id"><%= productName %>.desktop</launchable>
<launchable type="desktop-id">
<%= productName %>.desktop
</launchable>

<developer_name>Mailspring</developer_name>
<project_license>GPL-3.0+</project_license>
Expand All @@ -33,18 +41,19 @@
</screenshots>

<releases>
<release version="1.10.7" date="2022-11-21"/>
<release version="1.10.6" date="2022-08-10"/>
<release version="1.10.5" date="2022-08-10"/>
<release version="1.10.4" date="2022-08-09"/>
<release version="1.10.3" date="2022-04-18"/>
<release version="1.10.2" date="2022-03-29"/>
<release version="1.10.1" date="2022-03-12"/>
<release version="1.10.0" date="2022-02-28"/>
<release version="1.9.2" date="2021-09-06"/>
<release version="1.9.1" date="2021-04-16"/>
<release version="1.9.0" date="2021-04-14"/>
<release version="1.8.0" date="2021-01-20"/>
<release version="1.10.8" date="2022-12-29" />
<release version="1.10.7" date="2022-11-21" />
<release version="1.10.6" date="2022-08-10" />
<release version="1.10.5" date="2022-08-10" />
<release version="1.10.4" date="2022-08-09" />
<release version="1.10.3" date="2022-04-18" />
<release version="1.10.2" date="2022-03-29" />
<release version="1.10.1" date="2022-03-12" />
<release version="1.10.0" date="2022-02-28" />
<release version="1.9.2" date="2021-09-06" />
<release version="1.9.1" date="2021-04-16" />
<release version="1.9.0" date="2021-04-14" />
<release version="1.8.0" date="2021-01-20" />
</releases>
<content_rating type="oars-1.0" />
</component>
</component>
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.10.7",
"version": "1.10.8",
"repository": {
"type": "git",
"url": "git://github.com/foundry376/mailspring.git"
Expand Down

0 comments on commit 8ea2a61

Please sign in to comment.