Skip to content

Proxyman 1.4.5 馃

Compare
Choose a tag to compare
@NghiaTranUIT NghiaTranUIT released this 14 Jul 08:43
· 160 commits to master since this release
43c1796

What's news

  • Introduce the "Tree view" 馃尣: Quickly see all paths of domains/clients. Focus on particular paths or domains and reduce distractions.
  • Introduce the Form Editor in Compose view: Easier to compose the form content.
  • In this version, we dedicatedly delete all old legacy code for the Left-Panel and implement the Tree View from better solutions. It's essential for us to implement features in the future 馃グ
  • Multiple selections on Flow List: Easily manipulate many flows at the same time
  • Hotkey for Delete and Delete All
  • Support Drag and Drop files (Proxyman Log or HAR file) from Desktop to Proxyman.
  • Automatically enable SSL Proxying when pining the item.

Performance improvements

  • Adopt "Lookup-Map" for all items in Left Panel: Instantly navigate the on-going flow to properly folder, client, domain, nodes.
  • Debounce & Throttle for Source List and Flow List when the list is huge.
  • Render JSON Body and Raw view on demand: No more lag when opening big requests rapidly.

Bugs

  • Fixed: Missing Set-Cookies in the header of request/response when it's duplicated
  • Fixed: By removing a bunch of middle classes from legacy code and adopt Tree View. Few bugs from AppCenter are squashed.