Skip to content

No Release Notes

Alfredo edited this page Jun 3, 2026 · 3 revisions

Explanation

By enabling this setting, when the extension is updated (either automatically by the browser or manually by the user) the release notes will not be shown and you'll have to find the new features alone.

By default, when the extension is updated, a new browser page will be opened pointing to the release notes file. You could use this link even when you've enabled this setting.

Technicalities

Implementation

Inside the background.js file, in the runtime.onInstalled listener, checks if the reason is update, then checks this setting. If enabled nothing is done; otherwise, finds the homepage_url from the manifest.json file and adds the path to the CHANGELOG.md file before creating a new browser window.

Last Updated at: v2.2.5

Clone this wiki locally