-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0cff1e8
commit aad6095
Showing
2 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
# 2.0 | ||
|
||
GIT REVEAL has been rewritten with a new strategy for checking websites. It requires fewer permissions and supports Chrome's Manifest V3. Instead of intercepting requests with `chrome.webRequest`, the new implementation sends a request for the page using `fetch` in the popup. This means the extension no longer requires `<all_urls>` permission. | ||
|
||
Other changes in this update: | ||
|
||
- Removed the extension's background page. The check is performed in the popup now. | ||
- Service workers should no longer affect checking a website (#1, #5). | ||
- Websites no longer need to be reloaded if the extension wasn't running when the page loaded. | ||
- The extension icon is now static (blue), and no longer updates based on the check status. | ||
- Fixed a false positive for github.io pages that 404 (#6). | ||
|
||
# 1.0 | ||
|
||
Initial Release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters