Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency Foundry376/Mailspring to v1.15.0 #122

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 29, 2023

This PR contains the following updates:

Package Update Change
Foundry376/Mailspring minor 1.10.8 -> 1.15.0

Release Notes

Foundry376/Mailspring (Foundry376/Mailspring)

v1.15.0

Compare Source

Happy 2025! This version of Mailspring upgraedes the app to Electron 33 and Chromium 130, ensuring the latest upstream bug fixes, security patches and improvements are available in the app.

  • macOS 10.15 (Catalina) is no longer supported. macOS 11 (Big Sur) or later is required.

  • We are considering dropping Ubuntu 16, Ubuntu 18 and other Linux releases >6 years old. If this would impact you, please let me know at [email protected]! It's getting harder to build a mailsync binary because our CI services are dropping support.

Fixes:

  • Mailspring now conforms to the AppStream metainfo standard. Thanks @​mischkl!

v1.14.0

Compare Source

This version of Mailspring includes several improvements:

  • Mailspring now connects to Outlook accounts using OAuth.

  • The autoconfig database used to identify your IMAP and SMTP settings automatically has been upgraded to reflect changes in provider settings.

  • On Windows and Linux, previewing attachments is more robust and works with a wider variety of files. These attachments also have rendered previews in the message view.

  • Mailspring allows you to add Medium, GitHub and YouTube links to email signatures created in the app. (#​2484) Thanks @​sudeephazra!

  • Subject lines no longer overflow if they contain single long words (#​2485) Thanks @​probablykasper!

Developer:

  • Mailspring now uses Electron 30, a recent supported release based on Chromium M124 - thanks to @​Phylu for lots of PRs and manual testing that helped us move up three years of versions (v17 => v30) in the last 12 months!

  • The Changelog now mentions security contributions by Positive Technologies, Payatu, and Sonar in v1.13.3.

v1.13.3

Compare Source

Happy new year! This is a small update to Mailspring with a few important changes:

  • On macOS, long-pressing a key to show it's available subtitutions (eg: e to see é, ê, etc.) now works properly in the email composer. Sorry for the delay fixing this issue, for many non-english speakers on macOS we know it's a core part of your email workflow.

  • We now escape subject and participant names in the print modal, ensuring that they render properly for printing. Thanks to Andrialdy R for identifying and documenting a related vulnerability.

  • We now use DOMPurify to sanitize the content of HTML emails for display. DOMPurify is maintained by a team of security-oriented web engineers and will ensure Mailspring protects you from the widest possible range of XSS attacks and exploits. Thanks to Yaniv Nizry of Sonar for identifying and reporting weaknesses in our old sanitizer.

  • As part of the DOMPurify change, Mailspring now supports a smaller range of links in emails (https://, tel://, mailto:// etc). Thanks to Vaibhav Rajput and Prajyot Chemburkar of Payatu for reporting that smb:// links were previously allowed and useful in triggering exploits.

v1.13.2

Compare Source

This is a patch release that fixes several issues:

  • Composition events in Mailspring's composer should work as expected. (Typing modifier keys, such as Option-E followed by E to create É)

  • The composer warn about several more invalid recipient errors correctly (thanks @​Phylu!)

  • Dark-mode tray support on Windows has been improved with new icons (thanks @​Phylu!)

  • The Linux Snap build no longer requests extraneous permissions (thanks @​3v1n0!)

v1.13.1

Compare Source

Mailspring 1.13 now runs on Electron 22, completing a migration process we started in 1.12.0!

If you are upgrading from an old version of Mailspring, download and run 1.12.0 first before installing this version. We've moved from keytar to Electron's safeStorage API for securely storing your email passwords, and version 1.12.0 will perform a migration ensuring your passwords are transitioned.

If you're using the snap version of Mailspring, you may find that Mailspring forgets your passwords when you upgrade. I'm very sorry for the hassle this causes - issues with snap containment in version 1.12.0 caused Mailspring to lose many user's passwords during the upgrade process. If this applies to you, you may see password errors and need to:

Visit Preferences > Subscription and click Setup Mailspring ID and sign back in to your Mailspring account. (You should see an alert at launch that will remind you which email address you'd used for your Mailspring ID)

Visit Preferences > Accounts and re-authenticate any accounts shown in red that are having connection difficulty.

v1.12.0

Compare Source

Features:

  • The Windows tray icon styles have been improved, and a new option allows you to opt-out of the red icon style. (Thanks @​Phylu)

  • Mail rules now support filtering based on the "Reply-to" header. (Thanks @​Phylu)

  • The "Snooze" UI now allows you to type "600" as a shortcut for for "6:00". (Thanks @​ChocoTonic)

Bug Fixes:

  • The snooze label is less ambiguous and includes the month and year. (Thanks @​Phylu)

Localization:

  • British english localizations have been added. (Thanks @​danbishop)

  • Traditional chinese localizations have been greatly improved. (Thanks @​PeterDaveHello)

Developer:

  • Mailspring now stores your mail secrets using Electron SafeStorage instead of the deprecated Keytar library thanks to updates by @​Phylu. This will allow us to move to a newer version of Electron soon!

  • The Snap package now uses core22 and the gnome extension. (Thanks @​soumyaDghosh)

v1.11.0

Compare Source

Features:

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

  • Mailspring now properly identifies and formats quoted text from Yahoo and AOL email. (Thanks @​nzayatz14)

  • On MacOS, the Mailspring icon in the dock now allows you to compose a new message from the context menu. (thanks @​Naroh091)

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

Bug Fixes:

  • Contact sync no longer crashes when a contact has no display name (thanks @​ww-daniel-mora)

  • The help menu now offers the standard MacOS "menu search" feature (Thanks @​probablykasper)

  • Colons are allowed in URLs and no longer break Mailspring's link highlighting. (thanks @​choptastic!)

  • The email preview is no longer in some cases in vertical layout (thanks @​glenn2223!)

  • Updated Italian translations (thanks @​andy00087!)

Developer:

  • 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 2b75347) (Thanks to Igor Sak-Sakovskiy of Positive Technologies for a related vulnerability report.)

Configuration

📅 Schedule: Branch creation - "before 5am every weekday,every weekend" in timezone Europe/Madrid, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Jul 29, 2023
@renovate renovate bot changed the title Update dependency Foundry376/Mailspring to v1.11.0 Update dependency Foundry376/Mailspring to v1.12.0 Nov 14, 2023
@renovate renovate bot force-pushed the renovate/foundry376-mailspring-1.x branch from 227ae77 to eeb136d Compare November 14, 2023 22:12
@renovate renovate bot changed the title Update dependency Foundry376/Mailspring to v1.12.0 Update dependency Foundry376/Mailspring to v1.13.1 Nov 22, 2023
@renovate renovate bot force-pushed the renovate/foundry376-mailspring-1.x branch from eeb136d to b861d38 Compare November 22, 2023 01:13
@renovate renovate bot force-pushed the renovate/foundry376-mailspring-1.x branch from b861d38 to 2d54380 Compare December 11, 2023 03:44
@renovate renovate bot changed the title Update dependency Foundry376/Mailspring to v1.13.1 Update dependency Foundry376/Mailspring to v1.13.2 Dec 11, 2023
@renovate renovate bot force-pushed the renovate/foundry376-mailspring-1.x branch from 2d54380 to 297e9a3 Compare January 8, 2024 22:32
@renovate renovate bot changed the title Update dependency Foundry376/Mailspring to v1.13.2 Update dependency Foundry376/Mailspring to v1.13.3 Jan 8, 2024
@renovate renovate bot force-pushed the renovate/foundry376-mailspring-1.x branch from 297e9a3 to 25e4119 Compare September 15, 2024 01:33
@renovate renovate bot changed the title Update dependency Foundry376/Mailspring to v1.13.3 Update dependency Foundry376/Mailspring to v1.14.0 Sep 15, 2024
| datasource      | package               | from   | to     |
| --------------- | --------------------- | ------ | ------ |
| github-releases | Foundry376/Mailspring | 1.10.8 | 1.15.0 |
@renovate renovate bot force-pushed the renovate/foundry376-mailspring-1.x branch from 25e4119 to 3dac21f Compare January 2, 2025 16:43
@renovate renovate bot changed the title Update dependency Foundry376/Mailspring to v1.14.0 Update dependency Foundry376/Mailspring to v1.15.0 Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants