Releases: reqable/reqable-app
Releases Β· reqable/reqable-app
v3.0.30
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
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.
v3.0.28
windows-macos-linux-android-ios
- πͺ [OPT] Replace cURL command parser.
- πͺ [OPT] Importing curl no longer blocks if a file is not found.
- πͺ [OPT] form-data adds a warning for missing files.
- πͺ [OPT] Compatible with some non-standard
content-typetypes. - π [FIX] HEX view in WebSocket and SSE could not gain focus, causing shortcut keys to be not working.
- π [FIX] SSE view in traffic list did not display data due to encodings.
- π [FIX] XML prettify did not correctly handle nested
>and<characters. - π [FIX] Importing cURL did not handle single and double quotes correctly.
windows-macos-linux
- πͺ [OPT] Display the activated environment variable name instead of icon in the home page.
- πͺ [OPT] Right-clicking the
+on the home tab bar can directly create an HTTP request. - πͺ [OPT] Script support for assigning
request.contentTypeandresponse.contentType. - πͺ [OPT] Traffic list supports status code conditional search.
- πͺ [OPT] When a script interrupts a request, the console displays relevant information instead of an error.
- π [FIX] Script editor may freeze.
- π [FIX] Script editor
EditingandSavedstatus may display incorrectly. - π [FIX] API script did not clean up files after execution.
- π [FIX] The dialog title of environment variable creation was incorrect.
- π [FIX] Running node or commands dependent on node in the proxy terminal caused errors.
linux
- π [FIX] Taskbar application icon may not display.
v3.0.27
windows-macos-linux-android-ios
- πͺ [OPT] Display all new version logs during version updates.
- πͺ [OPT] Support opening the new Charles .chlz format files.
- πͺ [OPT] Display VPN addresses in the IP list.
- πͺ [OPT] Automatically clean up outdated log files.
- π [FIX] Failed to correctly identify request body type when importing Postman collections.
- π [FIX] Remove trailing
;when importing cURL headers with empty values. - π [FIX] Application does not automatically open files when launched from file association.
- π [FIX] API request tab save prompt status not displaying correctly in some cases.
windows-macos-linux
- πͺ [OPT] Move the Zen mode option forward in the settings.
- πͺ [OPT] Add a quick create HTTP option in settings to control whether the
+button on the tab bar directly creates an HTTP request.
android-ios
- π [FIX] Tabs did not restore the previously selected remote device after app restart.
v3.0.26
windows-macos-linux-android-ios
- πͺ [OPT] Improve the logic for creating APIs from raw HTTP messages.
- πͺ [OPT] cURL import input box automatically gains focus.
- πͺ [OPT] cURL import automatically filters leading and trailing spaces and line breaks.
- πͺ [OPT] API request form supports selecting multiple files at once.
- πͺ [OPT] API request body formdata will show more action icon by default.
- πͺ [OPT] API request body formdata switches to file type automatically open file selector.
- πͺ [OPT] API request body formdata switches to multiline text type automatically open text editor and focus.
- π [FIX] Data is not displayed initially in non-table mode.
- π [FIX] API request apikey authorization value was used incorrectly.
- π [FIX] Email addresses containing
+were not passing validation.
v3.0.24
windows-macos-linux-android-ios
- π [FIX] Data loss of secondary folders when upgrading from versions before v2.32.0 to the new version.
v3.0.23
windows-macos-linux-android-ios
- πͺ [OPT] Check if the current version is a downgrade and display a warning.
- π [FIX] API authorization referencing environment variables not taking effect.
- π [FIX] API authorization type switching not taking effect.
- π [FIX] WebSocket request header case sensitivity issue.
- π [FIX] Custom theme color settings are not working.
- π [FIX] Rewrite query parameters are double encoded.
windows-macos-linux
- π [FIX] Importing Reqable V2 version API collections lost folder configuration bug.
android-ios
- π [FIX] Unable to open HAR files.
- π [FIX] Opening history and favorites did not correctly display loading and error messages.
v3.0.22
windows-macos-linux-android-ios
- πͺ [OPT] Improve login and registration process.
- πͺ [OPT] Add compatibility check for
curl_closein generated PHP code. - π [FIX]
{{and}}in JSON would be incorrectly replaced with<<and>>when importing collection data.
windows-macos-linux
- πͺ [OPT] A built-in license migration notification will now automatically pop up.
- πͺ [OPT] Use
Shift + Tabto switch to the previous input box in table mode editing. - π [FIX] Opening the log window after the log file is deleted would result in a gray window.
android-ios
- π [FIX] WebSocket requests created from the sidebar
+menu were incorrectly created as HTTP requests.
v3.0.21
windows-macos-linux
- πͺ [OPT] Support for closing tabs to the right.
- πͺ [OPT] Rewrite redirect URLs will now omit the root path
/when displayed. - πͺ [OPT] Viewing request history no longer prompts you to "restore" data.
- πͺ [OPT] Support for importing OpenAPI yaml collections.
- πͺ [OPT] Request and response panels now display close and collapse icon buttons.
- π [FIX] Rewriting redirects could cause other interceptors to fail.
- π [FIX]
{{and}}in JSON would be incorrectly replaced with<<and>>when importing collection data. - π [FIX] HAR format was not correctly processing HTTP2 headers when importing collection data.
- π [FIX] Components section was incorrectly imported when importing OpenAPI collections.
- π [FIX] Searching for rules might display the previous search results.
- π [FIX] Value in the environment variable hover tooltip might not be updated.
- π [FIX] Response rewrite interceptor did not show in history and sub windows.
- π [FIX] A window with disabled resizing could be maximized.
- π [FIX] The window position and size could not be restored to the previous state after the application was restarted.
- π [FIX] Proxy terminal could not intercept requests sent by Nodejs fetch.
- π [FIX] HTTPS request sent by axios in proxy terminal has no response.
windows-macos-linux-android-ios
- π [NEW] Changed premium authorization from license to account.
- π [NEW] Support for cloud data storage.
- π [NEW] Support for multi-device synchronization and collaboration.
- π [NEW] A new tab for environment variable editing.
- π [NEW] Now can preview SVG images.
- πͺ [OPT] Changed the URL auto-completion scheme from https to http.
- πͺ [OPT] cURL import will automatically handle JSON escape characters.
- πͺ [OPT] Improved error message for environment variable name.
- πͺ [OPT] In code snippet, using dynamic import for Node fetch in code snippet.
- πͺ [OPT] In code snippet, axios outputs the response body instead of the entire response object.
- π [FIX] Rewrite help document path redirected incorrectly.
- π [FIX] Closing a newly created, unedited API would prompt a save request.
- π [FIX] Urlencode encoding was incorrect.
- π [FIX] Custom proxy settings for API testing were not saved correctly.
- π [FIX] The tab modification status was not updated in time when the API request body was modified.
- π [FIX] API redirection failed to handle the location starting with
//. - π [FIX] API request global settings did not take effect in certain scenarios.
- π [FIX] API request inherited basic auth environment variables were not resolved.
- π [FIX] API request basic auth environment variables were not effective after switching the current environment.
- π [FIX] Hoppscotch environment variables were lost after import.
- π [FIX] Malformed cookies could cause the app to freeze.
- π [FIX] Cookie creation and editing did not take effect.
- π [FIX] Some HAR files could not be parsed correctly.
- π [FIX] Search results in the text editor could be obscured.
- π [FIX] HTTP2 requests could fail in certain situations.
- π [FIX] Selecting items in the traffic list and adding it to a new session would clear the list.
- π [FIX] Input an invalid regex in HexViewer search would cause always no result.
android-ios
- πͺ [OPT] Entries are now displayed in text mode instead of table mode by default.
- πͺ [OPT] Ignore traffic records larger than 16MB when searching to prevent OOM.
- π [FIX] Long press options on the tab and Tooltip conflicted.
- π [FIX] Paste multi-line text from the IME's clipboard will make text editor display abnormally.
- π [FIX] Tab index in history page is incorrect.
- π [FIX] Version update prompt was obscured by the bottom navigation bar.
android
- πͺ [OPT] 64-bit devices support 16k page size alignment.
ios
- β [IMP] The minimum supported version is upgraded from 12.0 to 13.0.
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.