Skip to content

Commit

Permalink
update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingxyk committed Sep 2, 2023
1 parent f0ec0e1 commit 5102f10
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG-v3-x.x.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

## [一个完整的 测试环境例子 可用于查看优秀的源码 ](https://github.com/jingjingxyk/extension-v3-test)

## CHANGELOG for v3 0.10.30 [2023-09-02 11:01:00 +0800]

> 1. URL 匹配规则添加 `scheme` 匹配,收缩匹配范围
> 1. [修复匹配规则宽泛 bug](https://github.com/justjavac/ReplaceGoogleCDN/issues/182)
> 1. 移除 2 种不支持的规则类型 `"webtransport"`,`"webbundle"` ,实现兼容 firefox
> 1. 归档不属于扩展的目录和文件
> 1. 准备发布 v3 1.0.0 版本
## CHANGELOG for v3 0.10.29 [2023-07-06 14:20:00 +0800]

> 1. 升级 josdejong/svelte-jsoneditor 并确定其版本为 v0.17.8
Expand Down
10 changes: 3 additions & 7 deletions extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
"declarativeNetRequestWithHostAccess",
"declarativeNetRequestFeedback"
],
"host_permissions": [
"<all_urls>"
],
"host_permissions": ["<all_urls>"],
"declarative_net_request": {
"rule_resources": [
{
Expand Down Expand Up @@ -56,8 +54,6 @@
"author": "https://github.com/justjavac",
"homepage_url": "https://github.com/justjavac/ReplaceGoogleCDN",
"sandbox": {
"pages": [
"sandbox/index.html"
]
"pages": ["sandbox/index.html"]
}
}
}
6 changes: 3 additions & 3 deletions extension/options_ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,12 @@ chrome.declarativeNetRequest.updateDynamicRules(
| 10 | cdn.jsdelivr.net | 启用 |
| 11 | translate.googleapis.com | 默认未启用 |
| 12 | www.gstatic.com | 默认未启用 |
| 13 | developer.android.com | 启用 |
| 13 | developer.android.com | 默认未启用 |
| 14 | lh3.googleusercontent.com | 默认未启用 |
| 15 | cdn.sstatic.net | 默认未启用 |
| 16 | imgur.com | 默认未启用 |
| 17 | developers.google.com | 启用 |
| 18 | source.android.com | 启用 |
| 17 | developers.google.com | 默认未启用 |
| 18 | source.android.com | 默认未启用 |
| 19 | www.google.com/recaptcha/api.js | 启用 |
| 9999 | supper-priority-override-rule | 默认未启用 |

Expand Down

0 comments on commit 5102f10

Please sign in to comment.