Skip to content

Commit 5f653f1

Browse files
committed
Add wayland plug in snapcraft.yaml (ty @3v1n0!)
#2527 #2480
1 parent 183e10a commit 5f653f1

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
This is Mailspring's biggest update in a while!
66

7-
The "infinite sync bug" that impacted iCloud accounts has been fixed, and we reviewed and applied patches to Mailcore and libetpan to fix several other mailsync issues as well.
7+
The "infinite sync bug" that impacted iCloud accounts has been fixed, and we reviewed and applied many other patches to Mailcore and libetpan to improve mail sync.
88

9-
This release includes significant security updates for Linux users - Mailspring now uses the system-bundled sasl2, ssl, crypto and curl libraries on all Linux platforms, and the UI has moved to the latest version of Electron which supports Wayland. We've moved to the latest stable version of Electron and updated many front-end dependencies as well.
9+
This release includes significant security updates - Mailspring now uses the system-bundled sasl2, ssl, crypto and curl libraries on all Linux platforms, and the UI has moved to the latest version of Electron. (On Linux, Electron 39 also brings native support for Wayland!)
1010

1111
This release resolves issues with spellcheck on Windows, and also adds support for Windows toast notifications with inline actions.
1212

@@ -42,17 +42,15 @@ Developer:
4242

4343
- Mailspring now uses Electron 39, Chromium 140, and Node.js 22 for improved performance and security.
4444

45+
- Mac, Windows, and Linux builds are now managed entirely with Github Actions, and new Github Actions for mailsync verify that the Linux binary is portable and runs on Ubuntu, Fedora, and Arch Linux.
46+
4547
- TypeScript has been upgraded from version 3 to version 5. (#2547)
4648

4749
- React has been upgraded from 16.6.0 to 16.9.0. (#2545)
4850

4951
- Windows builds now use GitHub Actions instead of AppVeyor. (#2524)
5052

51-
- Many dependencies have been upgraded to address npm audit issues, including uuid, ical.js, juice, lru-cache, snarkdown, and node-emoji.
52-
53-
- The deprecated `componentWillReceiveProps` lifecycle method has been replaced throughout the codebase. (#2546)
54-
55-
- Travis CI and AppVeyor configuration files have been removed, and the sync engine builds have been moved to Github Actions as well. (#2555)
53+
- Many dependencies have been upgraded to address npm audit issues, including better-sqlite, uuid, ical.js, juice, lru-cache, snarkdown, and node-emoji.
5654

5755
Sync Improvements:
5856

snap/snapcraft.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,4 @@ apps:
6767
- pulseaudio
6868
- unity7
6969
- x11
70+
- wayland

0 commit comments

Comments
 (0)