Releases: reqable/reqable-app
Releases · reqable/reqable-app
v2.33.12
windows-macos-linux-android-ios
- 💪 [OPT] Reduce memory usage and lag in some scenarios.
- 💪 [OPT] Large data is displayed as
<...>
in the raw tab to avoid performance issues. - 💪 [OPT] Python-Requests code snippet will use full url instead of param dict.
- 💪 [OPT] The
=
in the parameter value of URL is no longer automatically transcoded to%3D
. - 🐞 [FIX] The bug that the parameter name and parameter value of the URL will be lost when both are empty.
android-ios
- 💪 [OPT] Collaborative QR code IP address list will remove the VPN virtual address.
- 🐞 [FIX] A bug that caused a traffic loop when accessing the device remotely after switching networks.
v2.33.11
windows-macos-linux-android-ios
- 💪 [OPT] SSE list supports switching between positive and reverse order.
- 💪 [OPT] WebSocket list supports switching between forward and reverse order.
- 🐞 [FIX] The bug that the WebSocket frame read status is incorrect after search and filtering.
- 🐞 [FIX] The bug that the HTTP method of the new location is not changed to GET during 301, 302 and 303 redirection.
- 🐞 [FIX] The bug that the icon button may not trigger the click event when clicked continuously.
windows-macos-linux
- 💪 [OPT] A tooltip will display when the mouse hovers over the home page tab.
- 🐞 [FIX] The bug that the rewrite redirect path
*
replacement may fail.
windows
- 🐞 [FIX] The bug that the log file location cannot be opened in the debug tool window.
v2.33.10
windows-macos-linux-android-ios
- 💪 [OPT] When MIME is non-text type, the data will not be detected for character encoding.
- 💪 [OPT] API testing turns off
Follow Debug
will switch toUnset
instead ofFollow System
. - 🐞 [FIX] The bug that data saved under the
Hex
may not be the displayed data.
windows-macos-linux
- 💪 [OPT] Python scripts support using
[]
to operate binary and multipart type data. - 💪 [OPT] Delete the shortcut key prompt of the
Export
menu. - 💪 [OPT] The URL scheme for importing Swagger API uses http instead of https.
v2.33.9
windows-macos-linux-android-ios
- 💪 [OPT] Copy as JSON will automatically remove the built-in empty value header.
windows-macos-linux
- 🐞 [FIX] The bug that the exported Postman file does not indicate scheme.
- 🐞 [FIX] The bug that the top-level API collection directory can be dragged and moved to other subfolders.
- 🐞 [FIX] The bug that copy content of the script editor console is incorrect.
v2.33.8
windows-macos-linux-android-ios
- 💪 [OPT] WebSocket and SSE JSON payload will prettified automatically.
- 🐞 [FIX] The bug that the
Content-Type
header is not automatically deleted when creating form-data API from traffic list. - 🐞 [FIX] The bug that generated MITM certificates are not cleared after importing CA certificate.
- 🐞 [FIX] The bug that some requests have been completed but the status is displayed as processing or abort.
- 🐞 [FIX] The bug that cURL export does not correctly handle JSON comments.
windows-macos-linux
- 💪 [OPT] Table view supports using
Tab
key to move focus to the next cell. - 💪 [OPT] Code snippet copy no longer automatically closes the pop-up dialog.
windows
- 🐞 [FIX] The bug that closing the main window in multi-window state may cause the program to crash.
android
- 💪 [OPT] Multi-select mode for adding target applications.
v2.33.7
windows-macos-linux-android-ios
- 💪 [OPT] Set the built-in headers
Content-Type
andContent-Length
of API to be unchecked. - 💪 [OPT] Some icons of the API text input box are no longer displayed as available when there is no content.
- 💪 [OPT] When cURL imports urlencode, it will automatically decode the key-value.
- 💪 [OPT] When cURL exports urlencode, if the value is empty, the equal sign will be omitted.
- 🐞 [FIX] The bug that the built-in header
Content-Length
of API may lost.
windows-macos-linux
- 💪 [OPT] The traffic list search supports comments and console content.
- 💪 [OPT] Rewrite and breakpoint support more HTTP status codes.
- 🐞 [FIX] The bug that the diff tool does not sort by value when the header names are the same.
- 🐞 [FIX] The bug that the content of the diff tool is displayed incorrectly when the chunk is folded.
- 🐞 [FIX] The bug that the line number is displayed incorrectly when only one is selected in the diff tool.
v2.33.6
windows-macos-linux-android-ios
- 💪 [OPT] Set the built-in headers
Content-Type
andContent-Length
of API to be unchecked. - 💪 [OPT] Some icons of the API text input box are no longer displayed as available when there is no content.
- 💪 [OPT] When cURL imports urlencode, it will automatically decode the key-value.
- 💪 [OPT] When cURL exports urlencode, if the value is empty, the equal sign will be omitted.
- 🐞 [FIX] The bug that the built-in header
Content-Length
of API may lost.
windows-macos-linux
- 💪 [OPT] The traffic list search supports comments and console content.
- 💪 [OPT] Rewrite and breakpoint support more HTTP status codes.
- 🐞 [FIX] The bug that the diff tool does not sort by value when the header names are the same.
- 🐞 [FIX] The bug that the content of the diff tool is displayed incorrectly when the chunk is folded.
- 🐞 [FIX] The bug that the line number is displayed incorrectly when only one is selected in the diff tool.
v2.33.5
windows-macos-linux-android-ios
- 💪 [OPT] JSON syntax highlighting uses loop mode.
- 💪 [OPT] JSON Streaming data is automatically combined into an array when displayed.
- 💪 [OPT] Set-Cookie parsing no longer verifies data.
- 🐞 [FIX] The bug that
+
in URL parameters is automatically encoded as%2B
. - 🐞 [FIX] The bug that the new location URL has an encoding error in redirection.
windows-macos-linux
- 💪 [OPT] Add
Collapse All
andExpand All
options to the context menu of the API collection folder. - 💪 [OPT] Adjust the margins of some tool windows.
- 🐞 [FIX] The bug that the
entry-viewer
page cannot be found in the subwindow.
macos
- 🐞 [FIX] The bug that
Share
context menu in the subwindow is not working.
v2.33.4
windows-macos-linux-android-ios
- 🐞 [FIX] A bug that API converts
%20
to+
. - 🐞 [FIX] A bug that duplicate
Transfer-Encoding
andContent-Encoding
will cause repeated decoding.
windows-macos-linux
- 💪 [OPT] API testing supports using shortcut
Control + N
to open a new window to view the response data. - 💪 [OPT] API testing supports using shortcut
Shift + Control + Y
to add the session to the diff pool list. - 💪 [OPT] Script environment setup has been added to the
Tools
menu. - 💪 [OPT] Changelogs has been added to the
Help
menu. - 💪 [OPT] The currently selected tab will be maintained when opening the request or response in a new window.
- 💪 [OPT] The image viewer supports using
Control + V
to directly load base64 image data from the clipboard. - 🐞 [FIX] The error
no module named 'reqable'
will throw when using Python Embeddable Package.
windows
- 💪 [OPT] When detecting the Python environment, prioritize
python.exe
instead ofpython3.exe
. - 💪 [OPT] When background mode is enabled,
Alt + F4
will enter the background instead of exiting the program.
v2.33.3
windows-macos-linux-android-ios
- 💪 [OPT] Greatly improve the performance of JSON syntax highlighting.
- 💪 [OPT] Improve the implementation of HTTP2 protocol.
- 🐞 [FIX] The bug of abnormal syntax highlighting when the HTTP header contains a name starting with a number.
- 🐞 [FIX] The bug of abnormal syntax highlighting when the HTTP header contains a dot symbol.
macos
- 💪 [OPT] Proxy terminal supports opening iTerm2.
windows
- 💪 [OPT] Proxy terminal supports opening PWSH.