Browser extension that provides a way to quickly view all changelogs in the current repo, with support for multi-package projects.
In order to use this extension with private repos, you'll need to add your GitHub access token that will be used to query the API. Instructions are below.
"*://*.github.com/*"for accessing the GitHub page.storagefor storing GitHub access token and repo cache locally.webRequestfor handling SPA page changes.webNavigationfor handling SPA page changes.
This extensions uses the GitHub public API to query for all the changelogs in a repo. It will cache the results for a short amount of time, but you can still exceed the public quota. See GitHub Rate Limiting.
To solve this, you can add a GitHub personal access token.
- Go to https://github.com/settings/tokens.
- Generate a new token with the
reposcope. - Click the extension icon in your browser toolbar, select the extension, options, then enter the access token in the window.
Each API request will now use your token.
This extension doesn't report any data and never phones home. The only data stored locally is your GitHub access token and repo cache.

