Releases: reqable/reqable-app
Releases Β· reqable/reqable-app
v1.6.0
windows-macos-linux
- π [New] Supports detaching a new window to view traffic data details.
- π [New] The middle mouse button can close the Tab.
- π [New] The middle mouse button can close the sub-window.
- πͺ [Opt] Better performance and memory usage.
windows
- π [Fix] The bug that the script editor cannot open
Visual Studio Code
.
v1.5.1
macos
- πͺ [Opt] Supports viewing the directory where the traffic application is located.
windows-macos-linux
- πͺ [Opt] The count of free tabs for history and file viewing has been increased from 1 to 2.
- πͺ [Opt] The pop-up dialog supports the
Enter
shortcut key to trigger positive button. - πͺ [Opt] When saving API collection, the last save path will be used by default.
- πͺ [Opt] When saving API collection, the host will be used as the name by default.
- πͺ [Opt] Automatically change the port when MITM proxy port conflict is detected.
- πͺ [Opt] Python scripts can be directly opened with
Visual Studio Code
for editing. - πͺ [Opt] Automatically merge the Cookie value of the request header when generating code snippet.
- π [Fix] The bug that API testing request body
compress
andprettify
did not take effect when actually sent. - π [Fix] The bug that API testing traffic will not appear in the traffic list when following the redirection in debug mode.
- π [Fix] The bug that API testing traffic with mirroring is not displayed in the traffic list in debug mode.
- π [Fix] The bug that rewriting redirected requests will automatically perform redirection based on the response.
- π [Fix] The bug that
Reset App
in settings is not working. - π [Fix] A bug that caused abnormal composing input in some text fields.
- π [Fix] The bug that the application info cannot be displayed for requests that have established a TCP connection before capture is enabled.
- π [Fix] A Bug where
Host
header is missing in the raw message. - π [Fix] A bug that causes crash when exiting the app under certain circumstances.
- π [Fix] A Bug where proxy protocol cannot be correctly identified in some cases.
windows
- π [Fix] Fixed the bug that the system network proxy cannot be automatically disabled after restarting the system and shutting down.
- π [Fix] The bug that some devices cannot close the window to enter the background.
v1.5.0
windows-macos-linux
- π [New] Add HTTP request and response diff tool.
- π [New] Add
JWT
decoder in the toolbox. - π [New] API JSON data editing supports one-click compression.
- πͺ [Opt] Supports
Control + W
shortcut key to close sub windows. - πͺ [Opt] Use name instead of timestamp when exporting traffic history.
- πͺ [Opt] Raw packet syntax supports JSON and XML highlighting.
- π [Fix] In the API testing, the cURL import dialog will not automatically pop up if the command containing
WIDTH NO-BREAK SPACE
. - π [Fix] The bug of uploading crash and statistic configuration not taking effect.
- π [Fix]
Space
and*
in theurlencode
of the Python script may cause some servers to fail to correctly obtain the request path.
windows
- π [Fix] The bug that the main window initial opening position is incorrect.
- π [Fix] A bug causing abnormal size when the window moves between screens with different scales.
- π [Fix] A bug where some application information cannot be dumped.
v1.4.1
windows-macos-linux
- πͺ [Opt] Traffic list supports drag selection.
- πͺ [Opt] Traffic list requests and responses are saved with default file names.
- π [Fix] The bug that some JavaScript content searches have no results.
- π [Fix] The bug that sending a request when the URL contains WIDTH NO-BREAK SPACE characters will cause the application to crash.
- π [Fix] The bug that cURL export cannot parse commands containing WIDTH NO-BREAK SPACE characters.
- π [Fix] The bug that the HTTP raw data copy content does not correctly handle the CRLF.
- π [Fix] The bug of copying from a rewrite modification rule.
windows
- π [Fix] The bug that localhost requests are unresponsive when enabled
Loopback
. - π [Fix] There is a bug that some devices cannot obtain the system proxy configuration.
v1.4.0
windows-macos-linux
- π [New]
Code Snippet
supports cURL and Guzzle for PHP language. - π [New] Add
Certificate
application menu bar. - π [New] Add
Raw
display for request details. - π [New] Add
Automatic Debugging
switch in app settings. - π [New] Support reviewing Charles Session files.
- πͺ [Opt] A prompt pop-up dialog will be displayed when Reqable exits.
- πͺ [Opt] A prompt will be displayed after dragging unsupported files to the Reqable main window and releasing them.
- πͺ [Opt] The session content area displays information about file or history opening failure.
- πͺ [Opt] Opening HAR files no longer filters out
CONNECT
requests. - π [Fix] Reverse proxy certificate trust issue.
- π [Fix] A bug where SSL handshake failure are not displayed.
- π [Fix] A bug in which operations such as deleting, clearing, and editing bookmarks lead to incorrect bookmark selection status.
- π [Fix] A bug in importing cURL that causes the URL parsing to fail due to the
--location
parameter. - π [Fix] The bug that the request cannot be sent due to malformed
Content-Type
. - π [Fix] The bug of incorrect application window position and size on certain resolution devices.
- π [Fix] SOCKS proxy causing MySql database to be unable to connect.
macos
- π[Fix] The bug that the
Webkit Networking
related request icon displays incorrectly.
v1.3.1
windows-macos-linux
- π [New] Support
Reverse Proxy
now. - π [New] Add
Proxy
application menu group bar. - π [New] When you paste the cURL into the API testing URL input field, the import cURL dialog will automatically pop up.
- πͺ [Opt] Cancel the certificate status detection polling mechanism.
- πͺ [Opt] API query parameters created from the traffic list are automatically URL decoded.
- πͺ [Opt] The URL displayed in the traffic list removes the display of the default root path
/
. - πͺ [Opt] A new
Help
button is added to the secondary proxy configuration page. - π [Fix] A bug where expanding the sidebar may cause the gateway, mirror, script, rewrite, and breakpoint to not work.
- π [Fix] A bug where clicking the start button might cause the content layout size to jump back to its previous size.
- π [Fix] The bug that may cause the CONNECT proxy request status to be displayed as interrupted after the gateway successfully silences the request.
- π [Fix] The bug of incorrect Toast style used in some error prompts.
macos
- π [Fix] A bug in which application information cannot be obtained under certain circumstances.
windows-linux
- π [Fix] The bug of incomplete display of changelogs in the version update window.
v1.3.0
windows-macos-linux
- π [New] Display the application where the traffic from.
- π [New] Support filtering traffic according to application in the explorer.
- πͺ [Opt] When the traffic list is at the bottom, it will automatically scroll if new data appears.
- πͺ [Opt] The read items in the structure tree are grayed out.
- πͺ [Opt] Added type icon display in the structure tree.
- πͺ [Opt] Importing cURL will automatically recognize the JSON/XML type.
- πͺ [Opt] Explorer UI details adjustment.
windows
- π [Fix] The bug that the sub-window icon in the taskbar does not display the logo.
- π [Fix] The bug that import cURL does not support the --insecure option.
- π [Fix] The bug that import cURL escape character is lost.
- π [Fix] the bug that cURL syntax highlighting causes the content to be incompletely displayed.
v1.2.5
windows-macos-linux
- π [Fix] Fixed the bug that scripting broken the connection.
v1.2.4
windows-macos-linux
- π [Fix] Fixed the bug that an error was reported when opening the app after updating to version 1.2.3.
- π [Fix] Fixed the bug that the name of the opened tab could not be updated synchronously after modifying the name of the capture history.
v1.2.3
windows-macos
- πͺ [Opt] The way to obtain the system network proxy status is changed from Shell command to API.
windows-macos-linux
- π [New] The traffic list read items are grayed out.
- π [New] The traffic history supports configuring the cache duration, which is 7 days by default.
- π [New] Traffic history supports renaming.
- π [New] Traffic history supports adding/removing stars.
- π [New] Query parameter list viewing supports text mode.
- πͺ [Opt] The traffic list removes gray highlighting and adds teal highlighting.
- πͺ [Opt] Use the resident daemon process to get the CA root certificate installation status.