Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Folyd committed Jun 3, 2022
1 parent caa5a52 commit d04c4ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
3 changes: 2 additions & 1 deletion docs/content/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ weight = 3

# v0.3 - 2022-06-02

- Migrate from `localStorage` to `chrome.storage` API. This will need `storage` permission.
- Migrate from `localStorage` to `chrome.storage` API. The new `storage` permission is required.
- Remove the `tabs` permission requirement.
- Remove offline doc path validation. Fixes {{ issue(id=8) }}.

# v0.2 - 2021-01-31
Expand Down
7 changes: 0 additions & 7 deletions docs/content/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,6 @@ weight = 2
Unfortunately, no. According to MDN's web extension [compatibility chart](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Browser_support_for_JavaScript_APIs#omnibox):
Safari doesn't support omnibox API, which is essential to this extension.

# Permissions

### Why does the extension require reading browser history permission?

The sole permission required by the extension is [tabs](https://developer.chrome.com/extensions/tabs), which gives accessing browser tabs information capability.
We use this permission to open the search result in the `current tab` or `new tab` for the sole purpose. Feel free to check our [Privacy Policy](/privacy/) for more information.

# Caveats

### Why local `file:` doc not work properly on Firefox?
Expand Down
2 changes: 1 addition & 1 deletion docs/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h3 class="text" style="text-align: center;">
<div style="margin-top: 50px; display: flex; flex-direction: column; align-items: center">
<a class="subtitle-text" style="text-decoration: underline; margin: 10px"
href="https://github.com/huhu/cpp-search-extension/releases">
Current version 0.2.0
Current version 0.3.0
</a>
<a class="btn-download chrome"
href="https://chrome.google.com/webstore/detail/cc++-search-extension/ifpcmhciihicaljnhgobnhoehoabidhd"
Expand Down

0 comments on commit d04c4ea

Please sign in to comment.