Skip to content

v1.3.1

Latest

Choose a tag to compare

@wanghongenpin wanghongenpin released this 29 Jul 20:30
· 4 commits to main since this release

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.1

  1. 新增弱网模拟功能,支持自定义延迟、丢包、带宽限制等网络条件;
  2. 新增环境变量高亮,URL 和 Headers 支持环境变量渲染与颜色区分;
  3. 新增 GraphQL 操作名称识别与展示;
  4. 新增请求重写规则检测,Body 视图中标识匹配的重写规则;
  5. 增强 HTTP/2:实现大体积 Body 流式传输,优化 Header 编解码,新增分块传输解码与统一 Body 读取逻辑;
  6. 增强 cURL 生成:改进 multipart/form-data 和二进制 Body 的导出;
  7. 修复:Android VPN 网络切换导致抓包中断、WebSocket 多帧合并丢失、Socket 连接异常关闭、裸域名请求 URI 为空等问题。

English:

  1. Added weak network simulation with customizable latency, packet loss, and bandwidth throttling;
  2. Added environment variable highlighting with color-coded variable rendering in URLs and headers;
  3. Added GraphQL operation name recognition and display;
  4. Added request rewrite rule detection with rule matching indicators in the Body view;
  5. Enhanced HTTP/2: streaming for large bodies, improved header handling, chunked transfer decoding and unified body reading;
  6. Enhanced cURL generation: better multipart/form-data and binary body export;
  7. Fixed: Android VPN capture interruption on network switch, WebSocket frame merging loss, socket hang-up, empty URI for bare domains, and more.