Skip to content

Commit

Permalink
update CHANGELOG, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
SidneyNemzer committed Apr 9, 2022
1 parent 0cff1e8 commit aad6095
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
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
2 changes: 1 addition & 1 deletion assets/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0",
"version": "2.0",
"name": "GIT REVEAL",
"description": "Find the GitHub repository for a site hosted on GitHub pages",

Expand Down

0 comments on commit aad6095

Please sign in to comment.