Skip to content

Commit

Permalink
release v0.5.5 🐋
Browse files Browse the repository at this point in the history
  • Loading branch information
jinliming2 committed Dec 9, 2020
1 parent 08dd76c commit 9bc6b2e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ Releases from GitHub are downloaded from Google Chrome Web Store, so it also inc
GitHub Release 中的 crx 文件都是从 Google Chrome Web Store 下载的而不是自己打包的,所以包含了升级信息以及校验元数据,安装后应该不会报警告,同时也会自动到商店检查更新。

## History
### v0.5.5(2020/12/9)
1. 【优化】file 协议缺少权限时,不要每次都弹提示框,现在仅弹一次(GitHub Issue: [#23](https://github.com/jinliming2/Chrome-Charset/issues/23)

### v0.5.4(2020/7/6)
1. 【匹配】优先根据请求类型进行匹配(GitHub Issue: [#18](https://github.com/jinliming2/Chrome-Charset/issues/18)
2. 【i18n】补充扩展描述
Expand Down Expand Up @@ -100,4 +103,4 @@ GitHub Release 中的 crx 文件都是从 Google Chrome Web Store 下载的而


## License
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fjinliming2%2FChrome-Charset.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fjinliming2%2FChrome-Charset?ref=badge_large)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fjinliming2%2FChrome-Charset.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fjinliming2%2FChrome-Charset?ref=badge_large)
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "__MSG_appName__",
"version": "0.5.4",
"version": "0.5.5",
"default_locale": "en",
"description": "__MSG_appDescription__",
"icons": {
Expand Down

0 comments on commit 9bc6b2e

Please sign in to comment.