Skip to content

Commit d04c4ea

Browse files
committed
Update docs
1 parent caa5a52 commit d04c4ea

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

docs/content/changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ weight = 3
66

77
# v0.3 - 2022-06-02
88

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

1213
# v0.2 - 2021-01-31

docs/content/faq.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,6 @@ weight = 2
1111
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):
1212
Safari doesn't support omnibox API, which is essential to this extension.
1313

14-
# Permissions
15-
16-
### Why does the extension require reading browser history permission?
17-
18-
The sole permission required by the extension is [tabs](https://developer.chrome.com/extensions/tabs), which gives accessing browser tabs information capability.
19-
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.
20-
2114
# Caveats
2215

2316
### Why local `file:` doc not work properly on Firefox?

docs/templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h3 class="text" style="text-align: center;">
3939
<div style="margin-top: 50px; display: flex; flex-direction: column; align-items: center">
4040
<a class="subtitle-text" style="text-decoration: underline; margin: 10px"
4141
href="https://github.com/huhu/cpp-search-extension/releases">
42-
Current version 0.2.0
42+
Current version 0.3.0
4343
</a>
4444
<a class="btn-download chrome"
4545
href="https://chrome.google.com/webstore/detail/cc++-search-extension/ifpcmhciihicaljnhgobnhoehoabidhd"

0 commit comments

Comments
 (0)