mirror of
https://github.com/Foundry376/Mailspring.git
synced 2026-02-11 20:55:14 +08:00
Bump to 1.10.6, update Changelog
This commit is contained in:
parent
d0a80815eb
commit
868fa80df4
3 changed files with 53 additions and 16 deletions
28
CHANGELOG.md
28
CHANGELOG.md
|
|
@ -1,5 +1,33 @@
|
|||
# Mailspring Changelog
|
||||
|
||||
## 1.10.6 (10/10/2022)
|
||||
|
||||
Features:
|
||||
|
||||
- The send later delay can be skipped by clicking the new `Send now instead` button (localization required)
|
||||
|
||||
Changes:
|
||||
|
||||
- Mailsync now requests fewer emails at a time, fixing compatibility issues with large Office365 accounts. (Thanks @BrandonGillis for extensive testing of this change!)
|
||||
|
||||
- Inline image "cid:" references may appear only in `<img src=“”>`, and may not appear elsewhere in message bodies.
|
||||
|
||||
- Mailspring uses iframe sandboxing to disallow interactivity in message bodies, in addition to santizing loaded HTML down to a strict list of tags and attributes.
|
||||
|
||||
- Fixes a rare ResizeObserver error loop caused by messages resizing as they're unmounted.
|
||||
|
||||
- Mailspring's Flatpak version number has been updated.
|
||||
|
||||
- The Brazilian Portuguese translation has been reviewed and refined by @matheusreich (#2429)
|
||||
|
||||
- Fix the vertical overflow bug (Community - 3507) (Thanks @glenn2223! #2423)
|
||||
|
||||
- Fix `[Message Clipped - Show All]` link (Thanks @glenn2223! #2426)
|
||||
|
||||
- The message participant list is easier to interact with, thanks to several adjustments by @glenn2223! See https://github.com/Foundry376/Mailspring/pull/2425 for more details.
|
||||
|
||||
- The "Recent Emails" content in Mailspring's sidebar now displays the weekday and time (eg: "Mon, 10:15") and shows 5 days of emails rather than 2.
|
||||
|
||||
## 1.10.5 (8/10/2022)
|
||||
|
||||
Changes:
|
||||
|
|
|
|||
|
|
@ -1,9 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<component type="desktop">
|
||||
<id><%= name %></id>
|
||||
<id>
|
||||
<null>
|
||||
</id>
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<name><%= productName %></name>
|
||||
<summary><%= description %></summary>
|
||||
<name>
|
||||
<null>
|
||||
</name>
|
||||
<summary>
|
||||
<null>
|
||||
</summary>
|
||||
<description>
|
||||
<p>
|
||||
Mailspring is a new version of Nylas Mail maintained by one of the original authors. It's
|
||||
|
|
@ -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">
|
||||
<null>.desktop
|
||||
</launchable>
|
||||
|
||||
<developer_name>Mailspring</developer_name>
|
||||
<project_license>GPL-3.0+</project_license>
|
||||
|
|
@ -33,16 +41,17 @@
|
|||
</screenshots>
|
||||
|
||||
<releases>
|
||||
<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.6" date="2022-10-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>
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "mailspring",
|
||||
"productName": "Mailspring",
|
||||
"version": "1.10.5",
|
||||
"version": "1.10.6",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/foundry376/mailspring.git"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue