ibnishak / Timimi

Webextension to save Tiddlywiki
https://ibnishak.github.io/Timimi/
GNU Affero General Public License v3.0
204 stars 20 forks source link

Don't open the update page if the browser updated #66

Closed TheDcoder closed 3 years ago

TheDcoder commented 3 years ago

Currently the "Upgrade Instructions" page is opened every time the browser is updated, which aside from being annoying, is also misleading since the extension itself has not updated.

I have updated the code to check the runtime.onInstalledReason before opening the new tab.

ibnishak commented 3 years ago

Thank you!!