Skip to content
This repository has been archived by the owner on May 23, 2022. It is now read-only.

Releases: colinking/n1-unsubscribe

Nylas-Mail and Nylas N1/Pro all in one plugin!

26 Feb 20:07
Compare
Choose a tag to compare

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

19 Feb 03:42
Compare
Choose a tag to compare

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:

Nylas Mail Ready!

31 Jan 03:02
Compare
Choose a tag to compare

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!

ALL THE EMAILS!

This fixes nylas/nylas-mail#3243 and #64 - Gif Source

Nylas 1.0 Support (Pending next Nylas release)

23 Jan 23:16
Compare
Choose a tag to compare

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

09 Nov 21:39
Compare
Choose a tag to compare

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!

29 Oct 23:14
Compare
Choose a tag to compare

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!

giphy

<iframe src="//giphy.com/embed/5xtDarEXlXBmnOuTh0k" width="480" height="266" frameBorder="0" class="giphy-embed" allowFullScreen></iframe>

via GIPHY

Dark Theme Fixes and Additional Languages!

04 Aug 23:15
Compare
Choose a tag to compare

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:

89c2dbd4-436e-11e6-9f42-ba15314da5ea

The fixes are specifically for:

  • Arc Dark
  • Ui Dark
  • N1 Monokai
  • Levelup
  • N1 Predawn
  • Taiga
  • N1 Ido

1.5.4

23 Jul 14:11
Compare
Choose a tag to compare

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

5184668e-5048-11e6-98de-571f711de808

nylas n1 nylas n1 today at 9 20 38 am

Windows Users

Let us know if there are any bugs! We don't have a PC to test

1.5.3

20 Jul 02:19
Compare
Choose a tag to compare

Minor fix for dark themes (#48), from:

89c2dbd4-436e-11e6-9f42-ba15314da5ea

To:

0d3349e8-4d80-11e6-8929-e105271905cd

Also, in the works is a set of thicker icons that better match the Nylas icons. If you're interested in helping, see #47

1.5.2

17 Jun 23:43
Compare
Choose a tag to compare

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!