Feature
- Introduce the Save Request Folder where we can save the requests/responses for later use. The data is persisted for the next launch.
- Support Copy as HTTPie. Enable it in Preference -> Tool.
Improve
- Add iOS 16 warning to the iOS Setup Guide
- Copy cURL is now working with Upload Requests.
- Show the matched debugging tool rule in the Summary Tab
- [Scripting] Introduce the abort() func to Drop connection on particular requests. It's similar to the Block List.
Bugs
- Fixed: [Breakpoint][Compose] Autocomplete pop-up steals the focus if the Full Keyboard Access is enabled.
- Fixed: Drag & drop multiple domains is buggy on the Left panel
- Fixed: Missing Cookie Data in the HAR file.
- Fixed: XML body displays an invalid XML document due to the CDATA tag.
- Fixed: Display Invalid data when opening an invalid HAR file.
- Fixed: Could not Undo/Redo on the URL Textfield of the Compose or Breakpoint tool
- Fixed: [Filter] Could not find a text in Request/Response bodies if it's encoded with different encoding, rather than UTF-8.