• 3.5.0 0807e4fa3c

    3.5.0 Stable

    kerem released this 2025-08-27 21:22:31 +03:00 | 0 commits to main since this release

    📅 Originally published on GitHub: Sun, 16 Nov 2025 14:29:33 GMT
    🏷️ Git tag created: Wed, 27 Aug 2025 18:22:31 GMT

    Feature

    • Added PAC file support for the External Proxy tool, enabling more flexible proxy configurations.
    • Updated Android Emulator integration script to correctly install the Proxyman certificate into the system-level trust store.

    Bugs

    • Fixed an issue where Proxyman could not render text/event-stream responses when Content-Encoding: gzip was used.
    • Resolved a bug with Custom Columns, ensuring they display and behave correctly.
    Downloads
  • 3.6.0 0807e4fa3c

    3.6.0 Stable

    kerem released this 2025-08-27 21:22:31 +03:00 | 0 commits to main since this release

    📅 Originally published on GitHub: Thu, 04 Dec 2025 08:35:07 GMT
    🏷️ Git tag created: Wed, 27 Aug 2025 18:22:31 GMT

    Features

    • Added Scripting support for WebSocket, allowing developers to modify WebSocket requests using JavaScript
    • Scripting now exposes both original and mapped URLs when using Map Remote

    Bugs

    • Fixed HAR export to be fully HAR 1.2 compliant, including missing log.pages and entries without responses.
    • Fixed an issue where Compose Tool incorrectly displayed JSON body.
    • Add warning when the Scripting sleep function is used without 'await'.
    • Fixed unit tests that were broken by public domains
    Downloads
  • 3.7.0 0807e4fa3c

    3.7.0 Stable

    kerem released this 2025-08-27 21:22:31 +03:00 | 0 commits to main since this release

    📅 Originally published on GitHub: Fri, 23 Jan 2026 08:44:55 GMT
    🏷️ Git tag created: Wed, 27 Aug 2025 18:22:31 GMT

    Features

    • Proxyman VPN on Android Emulator: Easily intercept traffic from Android Emulators.
    • Custom Previewer Tab with Scripting: Build your own Previewer Tab with JavaScript.
    • Capture localhost from Google Chrome: Automatically capture localhost traffic from Chrome.
    • Filter Enhancements: Support filtering by Duration, Request/Response Body Size, and use operators (>=, <).
    • Visual Indicator for Blocked Requests: Easily identify blocked requests in the list.

    Improvements

    • Implement unpinning logic for domains.
    • Improve how Proxyman handles expired certificates.
    • Force XML indentation when using 'Format Document' option.
    • Update UI to use Kbd component for better visuals.

    Bug Fixes

    • Fixed: Next.js Startup Failure caused by NODE_OPTIONS in Manual Setup Script.
    Downloads
  • 3.8.0 0807e4fa3c

    3.8.0 Stable

    kerem released this 2025-08-27 21:22:31 +03:00 | 0 commits to main since this release

    📅 Originally published on GitHub: Mon, 09 Feb 2026 21:09:55 GMT
    🏷️ Git tag created: Wed, 27 Aug 2025 18:22:31 GMT

    Features

    • MCP for Windows: Officially supports the Model Context Protocol (MCP) server, enabling advanced AI integrations directly on Windows.
    • Workspace Login: Sign in to your Workspace account to seamlessly manage your license key and connected devices.
    • Share Log Online: Instantly upload and share your Proxyman logs with your team via the Workspace platform

    Improvement

    • Core Refactor: Cleaned up and optimized internal logic flows for better stability and maintainability.
    • Token Management: Enhanced the Refresh Token logic to ensure more reliable session persistence

    Bugs

    • Fixed: Resolved a Null-Safety vulnerability in ProxymanLogV2 that could cause the app to crash.
    • Fixed: Added essential safety checks to the Remote Device feature to prevent unexpected errors.
    • Fixed: General stability improvements with additional safe guards throughout the application
    Downloads
  • 3.9.0 0807e4fa3c

    3.9.0 Stable

    kerem released this 2025-08-27 21:22:31 +03:00 | 0 commits to main since this release

    📅 Originally published on GitHub: Sat, 21 Feb 2026 05:16:52 GMT
    🏷️ Git tag created: Wed, 27 Aug 2025 18:22:31 GMT

    Features

    • Scripting Tool with multipart/form-data: Enhanced scripting capabilities to support multipart/form-data requests.

    Improvements

    • Auto Release & Publish: Streamlined GitHub release and publish workflow for faster deployments.
    • WebSocket Proxy: Refactored to use HTTP for better proxy-to-websocket server communication.
    • Error Handling: Improved logic for handling error messages in tunnel operations.

    Bug Fixes

    • Fixed: Expected onClick listener to be a function error - resolved type validation issue.
    • Fixed: Added condition before capturing exceptions to prevent unnecessary error reporting.
    Downloads