Releases: reqable/reqable-app
Releases Β· reqable/reqable-app
v2.30.0
windows-macos-linux-android-ios
- πͺ [OPT] Minor adjustments to the background colors of light and dark themes.
- πͺ [OPT] The request body and response body will automatically save the state when switching between different views.
- πͺ [OPT] The URL generated by the basic authorization request uses the
--basic
parameter instead of theAuthorization
request header. - πͺ [OPT] Payload with encoding errors will display the original data instead of the FormatException error.
windows-macos-linux
- π [NEW] Fully support SSE real-time streaming.
- π [NEW] API testing supports digest-auth authorization.
- π [NEW] Add JSON tree viewer.
- π [NEW] Python scripting can add the comment for a request.
- π [NEW] The toolbox adds the UUID generator tool.
- π [NEW] The toolbox adds the JSON escape tool.
- πͺ [OPT] MITM proxy server requests will display in the traffic list.
- πͺ [OPT] Create a folder according to the tag when importing OpenAPI file.
- πͺ [OPT] Use
operationId
as the API alternative name when importing OpenAPI file. - πͺ [OPT] Automatically add
=
padding at the end of the input during Base64 decoding. - πͺ [OPT] Correct the label and the order of right-click menu options for selected text.
- πͺ [OPT] Some search input boxes support using shortcut keys β¬οΈ and β¬οΈ to switch historical search records.
- πͺ [OPT] Adjust other UI details.
- π [FIX] The bug that the initial position of the subwindow is not displayed correctly under multiple screens.
- π [FIX] The bug of infinite loop when sending requests to MITM server with LAN IP.
- π [FIX] The bug that shortcut keys will conflict between API request script editor and API save.
- π [FIX] The bug that Postman API collections exported by third-party cannot be imported into Reqable.
- π [FIX] The bug that JSON viewer option in right-click menu is unavailable.
windows
- π [FIX] The bug that some tips related to shortcut keys in the bottom bar are incomplete.
- π [FIX] The bug that some text has an incorrect font display.
v2.29.2
windows-macos-linux-android-ios
- π [FIX] The bug that name of attachment file is incorrect.
- π [FIX] The bug that some HTTP traffic may not be displayed correctly.
v2.29.1
windows-macos-linux
- πͺ [OPT] Use
Control + β¬οΈ/β¬οΈ
shortcut keys to navigate viewed traffic item. - πͺ [OPT] If the system has VPN turned on, a prompt will be given when override system proxy.
- πͺ [OPT] Remove the green dot flashing animation of the debugging status.
- πͺ [OPT] Message digest and HMAC calculation support empty string input.
- π [FIX] The bug that base64 data with the prefix
data:
cannot pop up context menu. - π [FIX] The bug that API save status is incorrect in some cases.
windows-macos-linux-android-ios
- π [FIX] The bug that the
-u
authorization is lost after importing cUrl. - π [FIX] The bug that some HTTP traffic may not be displayed.
windows
- π [FIX] The bug that the Win10 and Win11 clipboard history cannot be used.
v2.29.0
windows-macos-linux
- π [NEW] Now can import Insomina API collections.
- π [NEW] Now can import Swagger (OpenAPI) APIs.
- π [NEW] The toolbox adds SHA1, SHA256, SHA512 and other message digest.
- π [NEW] The toolbox adds HMAC tool.
- π [NEW] The toolbox adds AES encryption and decryption tool.
- π [NEW] Redesign the UI and UX of the toolbox.
- π [NEW] Add the
Crypto
option to the right-click menu after selecting text. - π [NEW] Add the
Extract Copy
option to the right-click menu after selecting text. - πͺ [OPT]
Duration
in the traffic list is accurate to milliseconds. - πͺ [OPT] The toolbox merges the two categories of
Encoding
andDecoding
. - πͺ [OPT] Environments will be automatically imported when importing API collections of third-party apps.
- πͺ [OPT] The available status of JSON and XML in the right-click view menu will be more reasonable.
- πͺ [OPT] The image viewer supports base64 format with the prefix
data:
. - π [FIX] The bug that the requests interrupted by interceptors cannot be edited.
- π [FIX] The bug that the requests interrupted by interceptors lose the request body.
- π [FIX] The bug that the traffic list search box was unable to input chinese.
- π [FIX] The bug that the right-click menu may not disappear in some input fields.
- π [FIX] The bug that the right-click menu may not popup in some tables.
- π [FIX] The bug that the Apipost collection import failed.
windows-macos-linux-android-ios
- π [NEW] Some lists provide sorting options.
- πͺ [OPT] The API
Omit Equal Sign
option is moved to the request settings. - πͺ [OPT] Python-Requests code generation template.
- π [FIX] The file name for uploading is no longer URL-encoded.
- π [FIX] The bug that multipart header names are converted to lowercase when parsing.
v2.28.0
windows-macos-linux
- π [NEW] Community edition no longer limits the number of API tabs.
- π [NEW] Introduce interceptor tab to track running processes.
- π [NEW] Support saving traffic list search options.
- π [NEW] Support setting highlights from Python scripts.
- π [NEW] Interceptor filtering and highlighting support gateway rules.
- πͺ [OPT] Remove the
Capture
prefix from the Python script class name. - πͺ [OPT] Automatically prompt historical keywords for traffic list search.
- πͺ [OPT] Requests blocked and suspended by the gateway will display their content in the traffic list.
- πͺ [OPT] Add zen mode switch in the app settings.
- πͺ [OPT] Now can move rules to specified folders in right-click context menus.
- πͺ [OPT] Opening the rewrite replacement rule will automatically switch to the enabled tab.
- π [FIX] The bug that the move up and move down states of the rule item in right-click menu are not correct.
- π [FIX] The bug that the search box state is not closed after clicking the clear icon in the rule list.
- π [FIX]Some bugs in rewriting redirection.
windows-macos-linux-android-ios
- π [NEW] The
Raw
tab will display the decoded body by default.
v2.27.2
windows-macos-linux-android-ios
- πͺ [OPT] Adjust UI of some dialogs.
- πͺ [OPT] Keep the selected display type of body when switching.
- π [FIX] The bug that adding or modifying the comment of favorites will not be saved.
- π [FIX] The bug that non-ASCII file names cause multipart data to not display properly.
- π [FIX] The bug that some settings do not take effect when importing cURL or HTTP raw for API.
windows-macos-linux
- π [FIX] The bug that HTTP2 rewrite redirection may cause the connection broken.
- π [FIX] The bug that non-ASCII file names in multiparts will cause breakpoints not working.
android-ios
- πͺ [OPT] Remember the
Group by Host
option.
v2.27.1
windows-macos-linux-android-ios
- π [NEW] Support more accent colors and user-defined accent colors.
- π [NEW] Show application information in request overview.
- π [NEW] Support creating API from HTTP raw request message.
- πͺ [OPT] Request overview will remember the expanded and closed states of each group.
- πͺ [OPT] History will remember the last selected type.
- πͺ [OPT] Generated cURL command will include protocol version.
- πͺ [OPT] Enhance cURL command import.
windows-macos-linux
- π [NEW] Introduce in app notification feature.
- π [NEW] Traffic list supports exporting CSV format files.
- π [NEW] Add
Request & Response
layout option in settings. - π [NEW] Add color viewer in toolbox.
- πͺ [OPT] Detached windows will use current layout direction.
- πͺ [OPT] In Zen mode, the traffic tab only displays an icon when not selected.
- πͺ [OPT] The request that is aborted by breakpoints, rewrites, scripts will be displayed in the traffic list.
- πͺ [OPT] When a request is aborted by breakpoints, rewrites, and scripts, the reason will be displayed in the details.
- πͺ [OPT] The copywriting of some tools in the toolbox.
- πͺ [OPT] Base64 encoding and decoding supports more charsets.
- πͺ [OPT] Support manual configuration of ADB path.
- πͺ [OPT] Support shrinking and adjusting the subwindow size.
- π [FIX] The bug that the
Buy
button cannot be redirected. - π [FIX] A crash bug cuased by rewrite redirect.
ios
- π [FIX] The bug that no traffic will be captured in enhanced mode.
v2.27.0
windows-macos-linux-android-ios
- π [NEW] Show application information in request overview.
- π [NEW] Support creating API from HTTP raw request message.
- π [NEW] Support more accent colors and user-defined accent colors.
- πͺ [OPT] Request overview will remember the expanded and closed states of each group.
- πͺ [OPT] History will remember the last selected type.
- πͺ [OPT] Generated cURL command will include protocol version.
- πͺ [OPT] Enhance cURL command import.
windows-macos-linux
- π [NEW] Introduce in app notification feature.
- π [NEW] Traffic list supports exporting CSV format files.
- π [NEW] Add
Request & Response
layout option in settings. - π [NEW] Add color viewer in toolbox.
- πͺ [OPT] Detached windows will use current layout direction.
- πͺ [OPT] In Zen mode, the traffic tab only displays an icon when not selected.
- πͺ [OPT] The request that is aborted by breakpoints, rewrites, scripts will be displayed in the traffic list.
- πͺ [OPT] When a request is aborted by breakpoints, rewrites, and scripts, the reason will be displayed in the details.
- πͺ [OPT] The copywriting of some tools in the toolbox.
- πͺ [OPT] Base64 encoding and decoding supports more charsets.
- πͺ [OPT] Support manual configuration of ADB path.
- πͺ [OPT] Support shrinking and adjusting the subwindow size.
- π [FIX] A crash bug cuased by rewrite redirect.
ios
- π [FIX] The bug that no traffic will be captured in enhanced mode.
v2.26.1
windows-macos-linux-android-ios
- π [FIX] A bug that WebSocket will broken due to incorrect frame codec.
windows-macos-linux
- π [NEW] Introduce
Proxy Terminal
feature. - π [NEW] A new CA certificate setup guide.
- π [NEW] Android root devices support one-click installation of CA certificate via ADB.
- π [NEW] A Deep search option for traffic list searching.
- πͺ [OPT] Uri tool supports three input modes.
- π [FIX] A Bug that environment variable writing may not take effect in scripts.
windows-linux
- πͺ [OPT] Middle ellipsis for long context menu text.
v2.26.0
windows-macos-linux-android-ios
- π [FIX] A bug that WebSocket will broken due to incorrect frame codec.
windows-macos-linux
- π [NEW] Introduce
Proxy Terminal
feature. - π [NEW] A new CA certificate setup guide.
- π [NEW] Android root devices support one-click installation of CA certificate via ADB.
- π [NEW] A Deep search option for traffic list searching.
- πͺ [OPT] Uri tool supports three input modes.
- π [FIX] A Bug that environment variable writing may not take effect in scripts.
windows-linux
- πͺ [OPT] Middle ellipsis for long context menu text.