Skip to content

Releases: reqable/reqable-app

v2.30.0

25 Nov 16:36
42724fe
Compare
Choose a tag to compare

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 the Authorization 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

14 Nov 09:48
42724fe
Compare
Choose a tag to compare

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

14 Nov 03:19
42724fe
Compare
Choose a tag to compare

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

10 Nov 10:21
42724fe
Compare
Choose a tag to compare

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 and Decoding.
  • πŸ’ͺ [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

04 Nov 13:49
42724fe
Compare
Choose a tag to compare

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

29 Oct 10:05
42724fe
Compare
Choose a tag to compare

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

22 Oct 01:31
42724fe
Compare
Choose a tag to compare

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

21 Oct 12:05
42724fe
Compare
Choose a tag to compare

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

14 Oct 10:26
42724fe
Compare
Choose a tag to compare

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

14 Oct 08:10
42724fe
Compare
Choose a tag to compare

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.