Skip to content

Releases: ProxymanApp/proxyman-windows-linux

Proxyman Windows: 1.2.0: Improve App Stability 🛠️

06 Feb 04:36
e01bd37
Compare
Choose a tag to compare

Improvement

  • Change App Shortcuts for all debugging tools: From now, it's a combination of Control + Shift +
  • Generate a wildcard in the SubjectAltName (DNS) for the Server Certificate, e.g. *.proxyman.io
  • Up/Down Arrow can navigate up/down rows on the Header, Query, Form, Cookie View
  • Limit the Multiple Filter for the Free Version

Bugs

  • Fixed: The App Shortcut does not work if selected on the Body or Raw Tab
  • Fixed: SSL Error requests do not appear on the app
  • Fixed: Control + F does not show the Filter
  • Fixed: Set-Cookie Tab is missing
  • Fixed: Proxyman could not intercept some subdomains due to an invalid Server Certificate.

Proxyman Windows: 1.1.0: Multiple Filters and GraphQL Tabs

25 Jan 01:17
8481f41
Compare
Choose a tag to compare

✨ Features

  • Introduce the GraphQL Tab: Automatically prettify the Query Name and the Variables
  • Introduce Multiple Filters: Combine multiple filters, so it's easier to track down the URL Request/Response.

⚡️ Improve

  • All column states (Column Size, Order) is persisted for the next launch
  • Remove the Skip Button on the ADB and WSL when overridden by the Android Emulator
  • Remove the PowerShell script for installing the certificate on Windows 10

🐞 Bugs

  • Able to click multiple times when clicking on the "Install/Uninstall" certificate -> Causes unexpected Bugs
  • Missing Source Map when building the app
  • Crash on Function.getPathNameAndURLFromFlow due to an invalid URL

Screenshots

Proxyman for Windows with Multiple Filters feature

Proxyman Windows: 1.0.0: Stable build for 2023 🔥

04 Jan 08:00
dbc56ef
Compare
Choose a tag to compare

✨ Features

  • Improve the Source List: Show traffic from the Remote Devices Section => It's easier to categorize traffic by each remote device.
  • Add Wildcard Support for SSL Proxying List
  • Export Folder as HAR

⚡️ Improve

  • Use Arial font
  • Allow to Pin a request to the Pin folder from the Right Menu Context

Proxyman Windows: 0.10.0 (BETA): Pin as Favorites domains 📍

21 Dec 07:10
414b3d0
Compare
Choose a tag to compare

Feature

  • Introduce the Pinned Folder that allows you to pin working domains.
  • Introduce the Window Management buttons on the top right navigation bar. It allows for expand/collapse of the Right, Bottom, and Left panels.

Improvement

  • Polish the UI
  • Introduce the JSON Tree View v2 which is performant with a large JSON.

Bug

  • Fixed: Filter View Bar position is not consistent with the macOS
  • Fixed: Factory Reset does not work properly

Proxyman Windows: 0.9.0 (BETA): Introduce Source List Tree Panel!

04 Dec 05:49
710e5d5
Compare
Choose a tag to compare

✨ Features

  • Introducing the Source List Tree feature, which groups all traffic by domain for easier navigation and use of the app
  • Improved user experience with the new Source List Tree feature, making it easier to find and debug specific web traffic
  • Added a context menu to the Source List Tree for even more flexibility in inspecting and managing traffic

⚡️ Improve

  • Improved the Clear Session button to now also clear all domains in the Source List Tree
  • The Clear Flow button now only clears the current selection, rather than the entire flow list

🐞 Bugs

  • Fixed an issue where the certificate could not be generated due to an invalid PC's username
  • Fixed a problem where the CertUtils tool was unable to install the certificate on Windows 10

Proxyman Windows: 0.8.0 (BETA): Introduce Auto-Select & Improve App Stability

23 Nov 06:11
b44dbe3
Compare
Choose a tag to compare

Feature

  • Introduce the Auto-Select feature: Automatically select the latest request.

Improvement

  • The app is more reliable since we have dozen of Unit Tests to verify that ProxyCore properly works
  • Add CI/CD

Proxyman Windows: 0.6.0 (BETA): Automatic Script for Android Emulator & No Caching Tool 🤖

25 Oct 11:53
ecfbcd0
Compare
Choose a tag to compare

Features

  • Introduce the Automatic Script for Android Emulator. You can override HTTP Proxy & Trust the certificate in 1-click.
  • Introduce: No Caching Tool enables developers to always request up-to-date data from your server. Ignore all caching layers.

Improvements

  • Support --proxy flag on cURL
  • Support WebP image Body Previewer
  • Improving the timing for the Request + Response
  • Show the troubleshooting page if the certificate installation is failed

Bugs

  • Fixed: Incorrect URI in the Request Raw Tab
  • Fixed: Control + A does not select all Rows

Proxyman Windows: 0.5.0 (BETA): Export ProxymanLog & Preview Body with Hex View

14 Oct 02:48
35d4086
Compare
Choose a tag to compare

Features

  • Export as ProxymanLog: We can share Proxyman Log to Proxyman for macOS
  • Open HAR File
  • Introduce the Hex Viewer for the Body Previewer

Improvement

  • Truncating the Raw Tab if the body size exceeds 5Mb
  • Add new menu to Certificate Menu

Bugs

  • Fixed: Error: listen EADDRINUSE: address already in use 127.0.0.1:10190
  • Fixed: Crashed: ReferenceError: setDialogMui is not defined
  • Fixed: Low-resolution icon when creating a shortcut
  • Fixed: Unexpected keyboard highlights in the menu bar while using the mouse

Proxyman Windows: 0.4.2 (BETA): Super Hot-fix 🔥

03 Oct 04:10
f823ed7
Compare
Choose a tag to compare

Bugs

  • Fixed: Unable to launch Proxyman on Windows 10 & 11. Only occur if it's the first time opening the app

Proxyman Windows: 0.4.1 (BETA): Hot fix for the Repeat Tool 🛠

01 Oct 02:29
df8bc48
Compare
Choose a tag to compare

Improvements

  • Show the Placeholder on the Request/Response Body if the Body Size exceeds than 5Mb
  • Refactor Header Tab

Bugs

  • Fixed: The app is unresponsive if opens the large body (>= 5Mb)
  • Fixed: The Repeat tool does not work on the Production build 0.4.0
  • Fixed: Status Column color is buggy

Screenshots

Proxyman for Windows 11- Repeat Tool