Skip to content

v1.3.0

Latest

Choose a tag to compare

@wanghongenpin wanghongenpin released this 06 Jul 08:53

iOS App Store:https://apps.apple.com/app/proxypin/id6450932949

Google Play:https://play.google.com/store/apps/details?id=com.network.proxy

V1.3.0

  1. 新增环境变量,支持 Dev / Staging / Prod 等多环境切换,规则和脚本中通过 {{name}} 引用,脚本可读可写并自动持久化;
  2. 请求重写规则支持正则匹配,编辑器可实时切换正则模式,匹配高亮同步刷新;
  3. SSE 事件流支持分块解码,协议过滤能力增强;
  4. 桌面端支持检测新版本并一键下载安装;
  5. 优化证书处理:更精确的 CA 匹配和 SSL 校验逻辑;
  6. 增强导出:导出菜单支持请求、响应、请求+响应、HAR 多种格式,切换列表 tab 时搜索条件保留,;
  7. 新增崩溃兜底处理,窗口位置越界时自动居中;
  8. 修复:脚本未改动请求时保留原始字节(避免破坏签名),iOS IP 层代理稳定性提升。

English:

  1. Added environment variables, supporting Dev / Staging / Prod switching, referenced via {{name}} in rules and scripts, with read/write support in scripts and automatic persistence;
  2. Request rewrite rules now support regex matching, with a live regex toggle and instant match-highlight refresh in the editor;
  3. Added chunked decoding for SSE event streams, with enhanced protocol filtering;
  4. Desktop: detect new versions and download/install in one click;
  5. Improved certificate handling: more accurate CA matching and SSL validation;
  6. Enhanced export: export menu now supports request, response, request+response, and HAR formats; search state is preserved when switching list tabs;
  7. Added a crash handler; auto-centers windows when position is off-screen;
  8. Fixed: script preserves original request bytes when unchanged (protects signatures); improved iOS IP-layer proxy stability.