Skip to content

Releases: reqable/reqable-app

v3.0.38

02 Feb 10:17
42724fe

Choose a tag to compare

windows-macos-linux-android-ios

  • 🐞 [FIX] The bug where SOCKS proxy URLs were not syntax highlighted.
  • 🐞 [FIX] The bug where URL syntax highlighting for IPv6 addresses was abnormal.
  • 🐞 [FIX] The bug where IPv6 address requests were interrupted under SOCKS proxy.
  • 🐞 [FIX] The bug where URL was incorrect when creating IPv6 requests from the traffic list.
  • 🐞 [FIX] The bug where enabling follow debug caused the application to crash with IPv6 requests.
  • 🐞 [FIX] The bug where the new version changelog did not refresh after switching languages in app settings.

windows-macos-linux

  • 💪 [OPT] Add a locate icon button to the API collection title bar.
  • 💪 [OPT] Optimize API collection paste functionality.
  • 🐞 [FIX] The bug where API collections would not automatically locate the currently opened API in some cases.
  • 🐞 [FIX] The bug where the Delete shortcut key for API collections did not work.
  • 🐞 [FIX] The bug where right-click context menu would close when clicking on an invalid item.

v3.0.37

22 Jan 14:04
42724fe

Choose a tag to compare

windows-macos-linux-android-ios

  • 🐞 [FIX] The bug where the port number for HTTP access to the local server may be incorrect.

windows-macos-linux

  • 💪 [OPT] Show notification in the bottom when there are too many history records, prompting to clean up.

macos-linux

  • 🐞 [FIX] The bug where the port number automatically increased after restarting the application.

windows

  • 🐞 [FIX] The bug where the top of the window overflowed when maximized.

linux

  • 💪 [OPT] Now only one application instance can be started at the same time.

v3.0.36

20 Jan 09:54
42724fe

Choose a tag to compare

windows-macos-linux-android-ios

  • 💪 [OPT] Update CA certificate download link.

windows-macos-linux

  • 💪 [OPT] Support importing Insomnia Yaml collection data.
  • 💪 [OPT] Automatically switch to the newly imported environment after importing collections or environments.
  • 💪 [OPT] AES tool icon no longer displays the premium badge if the current account is premium.
  • 🐞 [FIX] The bug where importing Reqable collections would lose WebSocket requests.

windows-linux-android

  • 🐞 [FIX] The bug where fonts displayed abnormally on high-resolution monitors.

v3.0.35

19 Jan 08:49
42724fe

Choose a tag to compare

windows-macos-linux-android-ios

  • 💪 [OPT] Support input and parsing of foo=bar&abc=123 format in urlencode request text mode.

windows-macos-linux

  • 💪 [OPT] Use label color for environment icon in the top right corner of the home page.
  • 🐞 [FIX] The bug where script content did not load correctly when using offline data mode while logged in.

v3.0.34

16 Jan 10:07
42724fe

Choose a tag to compare

windows-macos-linux-android-ios

  • 💪 [OPT] Code snippet supports Dart-Dio.
  • 💪 [OPT] JSON Tree view will remember the last search type.

windows-macos-linux

  • 💪 [OPT] Prefer using user-set ADB path over environment variables.
  • 💪 [OPT] Compatible with ADB 36.0.0 and 36.0.1 versions where the last character of pushed files is truncated, causing Reqable one-click certificate installation to fail.
  • 💪 [OPT] Display application process ID in the capture overview tab.
  • 💪 [OPT] Added TCP connection information to script context.
  • 💪 [OPT] JSON viewer adds open file and save as buttons.
  • 🐞 [FIX] The bug where the state of the previous and next scroll buttons on the home tabs might be incorrect.
  • 🐞 [FIX] The bug where the ADB path could not be unset after being set.
  • 🐞 [FIX] The bug where switching environment variables during script execution caused variables to update to the wrong environment.

v3.0.33

07 Jan 08:18
42724fe

Choose a tag to compare

windows-macos-linux-android-ios

  • 💪 [OPT] Automatically format node content in JSON tree view.
  • 💪 [OPT] WebSocket testing will cache the last sent message.
  • 🐞 [FIX] The bug where HTTP redirects did not correctly handle current path redirects.

v3.0.32

05 Jan 09:42
42724fe

Choose a tag to compare

windows-macos-linux-android-ios

  • 💪 [OPT] In the Cookie view, copying icon now copies the concatenated cookie string instead of key-value entries.
  • 💪 [OPT] JSON tree view node context menu adds copy dictionary path option.
  • 💪 [OPT] Protocol version is no longer specified when copying cURL from the traffic list.
  • 💪 [OPT] Code snippet for Java-HttpClient adds main method and prints body text to console.
  • 🐞 [FIX] The bug where code snippet for Java-HttpClient did not correctly handle query and form encoding.
  • 🐞 [FIX] The bug where code snippet for Python-http.client did not correctly handle query and form encoding.
  • 🐞 [FIX] The bug where WebSocket details changed with data updates.
  • 🐞 [FIX] The bug where SSE details changed with data updates.

windows-macos-linux

  • 💪 [OPT] Hash tool automatically loads the last configuration.
  • 💪 [OPT] HMAC tool automatically loads the last configuration.
  • 💪 [OPT] HMAC tool adjusts the position of the key and input payload.
  • 💪 [OPT] Added HMAC tool option in the Tools menu and selection context menu.
  • 💪 [OPT] Timestamp tool automatically loads the last configuration.
  • 💪 [OPT] AES tool automatically removes line breaks from ciphertext during decryption.
  • 💪 [OPT] AES tool automatically loads the last configuration and executes automatically.
  • 💪 [OPT] Always showing ADB path setting entry.
  • 🐞 [FIX] The bug where running python-requests requests in the proxy terminal caused SSL verification errors.

v3.0.31

24 Dec 14:25
42724fe

Choose a tag to compare

windows-macos-linux-android-ios

  • 🚀 [New] Code snippet supports setting indentation.
  • 🚀 [New] Code snippet for Python-Requests supports whether to use dictionary parameters.
  • 🐞 [FIX] The bug where exporting cURL did not correctly handle duplicate headers.
  • 🐞 [FIX] The bug where code snippet did not correctly handle duplicate headers.
  • 💪 [OPT] API testing can inherit common headers defined in the folder when the current is not selected.
  • 💪 [OPT] API testing can inherit common parameters defined in the folder when the current is not selected.
  • 💪 [OPT] Automatically fill in the Content-Length header when generating cURL if a request body is expected but not present.

windows-macos-linux

  • 🐞 [FIX] The bug where requests missing Content-Length could not execute rewrite, breakpoint, and script rules.
  • 🐞 [FIX] The bug where API testing history search results were sorted incorrectly.
  • 🐞 [FIX] The bug where corrupted backup files could cause the application to fail to start.

macos-linux

  • 💪 [OPT] Added background color to third-party login icon buttons.

v3.0.30

08 Dec 08:44
42724fe

Choose a tag to compare

windows

  • 🐞 [FIX] Fixed the bug where clicking the window close button might not enter background mode.

windows-macos-linux

  • 🚀 [New] Introduce Java VM root certificate automatic installation.
  • 🐞 [FIX] The bug where built-in environment variables could not be used in Python scripts.
  • 🐞 [FIX] The bug where APIs created by the + button on the home page did not apply global settings.

windows-macos-linux-android-ios

  • 💪 [OPT] form-data parts no longer send Content-Length headers.
  • 🐞 [FIX] The bug where cURL import failed due to CRLF line-break.
  • 🐞 [FIX] The bug where cURL import of form-data requests lost custom part headers.
  • 🐞 [FIX] The bug where the text editor did not correctly locate the next match after replacing content.

v3.0.29

04 Dec 01:26
42724fe

Choose a tag to compare

windows-macos-linux

  • 💪 [OPT] Support batch exporting API collections.
  • 💪 [OPT] Support batch exporting environment variables.
  • 💪 [OPT] Support dragging files into the collection view to import data.
  • 💪 [OPT] Support importing multiple collection files at once.
  • 💪 [OPT] Support dragging files into the environment view to import data.
  • 💪 [OPT] Support importing multiple environment variable files at once.
  • 💪 [OPT] Support dragging multiple files to open on the home page.
  • 💪 [OPT] Set a maximum width for home page tabs.
  • 💪 [OPT] When an API script execution error occurs, the console displays output from other executed scripts.
  • 💪 [OPT] Loading history may cause the application to start slowly.
  • 💪 [OPT] Unified the order and wording of some popup buttons.
  • 🐞 [FIX] Error when using newly constructed query in Python scripts.

windows-macos-linux-android-ios

  • 💪 [OPT] Add refresh option to HAR tab context menu.
  • 🐞 [FIX] Digest authorization did not correctly handle environment variables.