Skip to content

Latest commit

 

History

History
133 lines (84 loc) · 4.1 KB

CHANGELOG.md

File metadata and controls

133 lines (84 loc) · 4.1 KB

Github Change Log

[email protected] (2019-03-08)

Implemented enhancements:

  • 添加 mac 版 electron 客户端
  • 调整目录结构,更新部分依赖
  • 使用 @vue/cli 升级 webui 部分

[email protected] ~ 4.0.27 (2019-01-20)

Fixed bug:

  • 修复返回内容使用br算法压缩导致的解析出错(accept-encoding暂时改为'gzip, defalte')
  • 修复同步远程规则失败后无法再导入本地规则的问题
  • 修复rule.meta 为undefined 时导致 zan-proxy 不可用的问题
  • 修复请求监控-content-type非json或form-data的时候对request的body没有进行显示
  • 修复使用说明页面,'chrome 代理设置指南' 链接错误的问题

Implemented enhancements:

  • 将“工程路径”重命名为“转发变量”,满足更多的需求
  • 转发规则编辑页增加返回列表按钮
  • 调整目录结构,优化交互体验
  • monitor 增加对在 response 中显示 set-cookie header 的支持

[email protected] (2018-08-08)

Fixed bug:

[email protected] (2018-08-07)

Fixed bugs:

[email protected] (2018-08-02)

Implemented enhancements:

  • 支持转发规则优先级调整
  • 支持复制cURL请求到粘贴板
  • 检查更新后24小时内不再检查

[email protected] (2018-07-24)

Implemented enhancements:

  • 远程Host增加编辑提示
  • 监控样式优化
  • 启动时过滤不合法数据

Fixed bugs:

[email protected] ~ 4.0.18 (2018-07-13)

Implemented enhancements:

Fixed bugs:

[email protected] (2018-07-05)

Implemented enhancements:

Fixed bugs:

[email protected] ~ 4.0.13 (2018-06-12)

Implemented enhancements:

  • 支持自定义websocket代理,可以自定义转发
  • 调整中间件的顺序,把host解析延后至自定义插件之后

[email protected] (2018-05-16)

Implemented enhancements:

  • 增加导入远程Host文件功能
  • 优化mock数据交互

Fixed bugs:

  • 删除缓存数据导致启动失败的 [issue] (youzan#9)

[email protected] ~ 4.0.9 (2018-05-07)

Implemented enhancements:

  • 本地文件不存在将不会pending,会直接返回404,并给出本地路径
  • 请求监控和转发规则将会忽略zanproxy的manager的请求
  • 转发到本地会自动加上content-type响应头
  • UI上若干优化

Fixed bugs:

[email protected] (2018-05-02)

Implemented enhancements:

  • 支持规则集的复制
  • 支持Host文件的导出与导入

Fixed bugs:

  • 修复导出中文名字的规则集的bug
  • 修复windows平台下导入规则集的bug