diff --git a/CHANGELOG.md b/CHANGELOG.md index c1c52696b..c14743793 100644 --- a/CHANGELOG.md +++ b/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 ``, 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: diff --git a/app/build/resources/linux/mailspring.appdata.xml.in b/app/build/resources/linux/mailspring.appdata.xml.in index 51339bc02..c79810739 100644 --- a/app/build/resources/linux/mailspring.appdata.xml.in +++ b/app/build/resources/linux/mailspring.appdata.xml.in @@ -1,9 +1,15 @@ - <%= name %> + + + CC0-1.0 - <%= productName %> - <%= description %> + + + + + +

Mailspring is a new version of Nylas Mail maintained by one of the original authors. It's @@ -23,7 +29,9 @@ https://getmailspring.com/ https://github.com/Foundry376/Mailspring/issues http://support.getmailspring.com/ - <%= productName %>.desktop + + .desktop + Mailspring GPL-3.0+ @@ -33,16 +41,17 @@ - - - - - - - - - - + + + + + + + + + + + - + \ No newline at end of file diff --git a/app/package.json b/app/package.json index d59820cbd..1e3d10ed7 100644 --- a/app/package.json +++ b/app/package.json @@ -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"