Skip to content

Releases: jinliming2/Chrome-Charset

v1.0.0 🎉

04 Sep 20:59
517fd14

Choose a tag to compare

  1. [Refactoring] Migrated to Manifest V3 (GitHub Issue: #28)
    • Due to Manifest V3 restrictions, support for the file protocol has been temporarily removed.
    • Due to Manifest V3 restrictions, some scenarios may result in abnormal webpage display after encoding replacement. Please submit an issue if encountered.
    • Currently, a workaround has been implemented to support pages rendered using JavaScript (e.g., frameworks like React or Vue). If any issues arise, feel free to submit an issue.

  1. 【重构】迁移 Manifest V3(GitHub Issue: #28
    • 受限于 Manifest V3 的限制,临时去除 file 协议支持
    • 受限于 Manifest V3 的限制,部分场景下可能出现编码替换后网页展示异常,请提交 issue
    • 目前通过一些变通的方法来支持了依赖 JavaScript 来渲染的页面(使用类似于 React、Vue 之类的框架),如果遇到问题,欢迎提交 issue

Full Changelog: v0.5.5...v1.0.0

v0.5.5 🐋

09 Dec 14:50
9bc6b2e

Choose a tag to compare

v0.5.5(2020/12/9)

  1. 【优化】file 协议缺少权限时,不要每次都弹提示框,现在仅弹一次(GitHub Issue: #23

v0.5.4 🐒

15 Jul 02:28
6cf3e95

Choose a tag to compare

v0.5.4(2020/7/6)

  1. 【匹配】优先根据请求类型进行匹配(GitHub Issue: #18
  2. 【i18n】补充扩展描述

v0.5.3 🧔

18 Mar 08:28
944ebc8

Choose a tag to compare

v0.5.3(2020/3/15)

  1. 【样式】适配 Edge 浏览器选项页宽度

v0.5.2 🍊

12 May 10:10
782a97a

Choose a tag to compare

v0.5.2(2019/5/12)

  1. 【样式】适配新版 Chrome Dark 模式主题

v0.5.1🍊

19 Mar 15:02
3195e97

Choose a tag to compare

v0.5.1(2019/3/19)

  1. 【修复】由于 v0.5.0 发布时少打包了一个文件,导致 Chrome 商店无法安装、更新

v0.5🍊

16 Mar 02:40
8e85418

Choose a tag to compare

v0.5.0(2019/3/15)

  1. 【重构】将编码探测脚本改为按需执行
  2. 【重构】网络请求事件改为按需注册,并在扩展程序不需要工作时卸载
  3. 【i18n】新增多个国家语言的翻译,并针对部分 RTL 语种优化页面布局
  4. 【i18n】编码列表针对各个国家语言进行优化,以当前语言选择置顶的编码,编码列表排序以当前语言为准
  5. 【新增】记录并置顶最近使用的三个编码
  6. 【新增】支持设置默认编码,对所有页面生效(GitHub Issue:#8
  7. 【新增】配置选项页面
  8. 【样式】重新设计 popup 弹窗页面样式

v0.4.3 ☘

04 Jan 17:54
70f92df

Choose a tag to compare

  1. 【修复】由于 Chrome 72(也许更早)开始支持 Network Service,导致编码修改失败的问题

v0.4.2🍇

08 Mar 16:18

Choose a tag to compare

v0.4.2🍇 Pre-release
Pre-release
  1. 【修复】如果网站没有提供 Content-Type,则应该使用 text/plain 作为默认 Content-Type 而不是 text/html(GitHub Issue:#5

v0.4.1

31 Jul 05:21

Choose a tag to compare

v0.4.1 Pre-release
Pre-release

v0.4.1(2017/7/31)

  1. 【修复】部分纯js内容的Content-Type为application/x-javascript而导致匹配失败不转换编码的问题(GitHub Issue:#2