Releases: colinking/n1-unsubscribe
Nylas-Mail and Nylas N1/Pro all in one plugin!
We originally planned on archiving support for Nylas N1/Pro to a legacy branch with limited support, but @colinking added a feature to automatically adapt to either Mail or N1/pro, so no matter your Nylas client, you'll have the latest plugin features.
Make sure to be run the latest version of Nylas Mail (1.0.29) and/or the latest of Nylas N1/Pro (1.5.0)
Nylas Mail Fixes (v1.0.27+)
With the latest Nylas Mail release, the n1-unsubscribe plugin stalls in the loading state. The released patch updates to the latest and greatest Nylas Mail API.
Please note:
- As Nylas releases new updates of Nylas Mail, we won't be able to support older versions (this release supports only Nylas mail v1.0.27+)
- For N1/Nylas Pro support, please see the legacy branch and download the source code from here: https://github.com/colinking/n1-unsubscribe/tree/legacy-N1-support
Nylas Mail Ready!
A small breaking change nearly left your inboxes full of spam! We are excited to let you know that one commit later we are back and ready for the future of Nylas!
This fixes nylas/nylas-mail#3243 and #64 - Gif Source
Nylas 1.0 Support (Pending next Nylas release)
EDIT: This version works with Nylas Pro, but not yet with Nylas Mail. nylas/nylas-mail#3187
- We are currently working on implementing n1-unsubscribe as an internal package for Nylas Mail (🎉), to be released soon. You can follow our PR here.
- This release merges upstream changes from that PR. This includes support for Nylas 1.0. It should also be more stable.
- Note: The settings file has been replaced with internal settings. These settings will be configurable via a preference panel, however only internal packages can add these panels right now, so it won't be available until n1-unsubscribe is merged. For now, these settings can be modified in
main.jsx
.
MAJOR FIX - No visible emails (for Nylas v0.4.204+)
If you open up Nylas and all you see is a white screen, then this update is for you! This closes issues #63 and #62 along with this issue on the main N1 repository.
Fix for the "N1-Unsubscribe Plugin Installation Failed" error and more!
On one of the recent Nylas releases, the package installation system became a little bit faster meaning that from now on the N1-Unsubscribe plugin should install swiftly and smoothly 🐎!
There are a few outstanding bugs that hopefully should be better handled with tweaks introduced in this release. If you think something isn't working as it should, open an issue to let us know!
If you celebrate it, I hope you all have a Happy Halloween!
<iframe src="//giphy.com/embed/5xtDarEXlXBmnOuTh0k" width="480" height="266" frameBorder="0" class="giphy-embed" allowFullScreen></iframe>Dark Theme Fixes and Additional Languages!
Multi-Lingual Support (#50):
Thanks to @orschiro, @gaalcaras, and @ad1s, there is now support for German, French, and Swedish!
N1 Theme Fixes
The newest release includes bug fixes for #48 and catches every visual error that I could find. From wrong button colors to mismatched inner hover bar highlights, awful mismatches like these will be a thing of past:
The fixes are specifically for:
- Arc Dark
- Ui Dark
- N1 Monokai
- Levelup
- N1 Predawn
- Taiga
- N1 Ido
1.5.4
N1-Unsubscribe wants to become multilingual, help us out!
This release adds support for Danish, Armenian, Chinese, and a few others, but it needs your help to add new terms, fix translations and support the languages you want. To contribute, add a comment to issue #50!
const regexps = [
/unsubscribe/gi,
/opt[ -]{0,2}out/gi,
/email preferences/gi,
/subscription/gi,
/notification settings/gi,
// Danish
/afmeld/gi,
/Aamelden/gi,
/af te melden voor/gi,
// Spanish
/darse de baja/gi,
// French
/désabonnement/gi,
// Russian - this is probably wrong:
/отказаться от подписки/gi,
// Serbian
/одјавити/gi,
// Icelandic
/afskrá/gi,
// Hebrew
/לבטל את המנוי/gi,
// Creole (Haitian)
/koupe abònman/gi,
// Chinese (Simplified)
/退订/gi,
// Chinese (Traditional)
/退訂/gi,
// Arabic
/إلغاء الاشتراك/gi,
// Armenian
/պետք է նախ միանալ/gi,
];
Updated Icons
Tweaked icon width to be more consistent with Nylas icons (fix #47):
Windows Users
Let us know if there are any bugs! We don't have a PC to test
1.5.3
1.5.2
Fixed:
- #46 - Certain unsubscribe emails just don't work. If you get a
This is an automatically generated Delivery Status Notification
, please forward the email to [email protected] so we can make sure no one else faces the same problem! There is now support to blacklist certain emails - #45 - Shorter URL on notification (this just looks better)
- #43 - After unsubscribing, you may have been redirected and had an open email close - this is no longer a problem
That is all for now!