defmethodinc / just-not-sorry

Chrome extension that warns you when you write emails using words which undermine your message
https://justnotsorry.com/
Other
243 stars 37 forks source link

Use notifications for updates #138

Closed sbrudz closed 2 years ago

sbrudz commented 2 years ago

This PR changes the way that users are alerted when the Just Not Sorry extension is updated to a new version. Previously, a new tab showing release note information would be opened in their browser. This required the extension to have permission to access the user's entire browsing history, which is much more than it needs. The new method will display a Chrome notification. If they click on that, then a tab will be opened up in their browser with the release notes. This only requires the notifications permission, which is a much lighter permission to request.

I also added a white border to the warning tooltip for better visibility for users working in dark mode.

github-actions[bot] commented 2 years ago

:tada: This PR is included in version 2.0.0-beta.14 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket:

github-actions[bot] commented 2 years ago

:tada: This PR is included in version 2.1.0-beta.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket:

github-actions[bot] commented 2 years ago

:tada: This PR is included in version 2.1.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: