Releases: reqable/reqable-app
Releases · reqable/reqable-app
v2.8.2
windows-macos-linux-android-ios
- 🐞 [FIX] The bug of importing ApiFox collection failed in some cases.
- 🐞 [FIX] The bug where the response raw message is incorrect.
- 🐞 [FIX] Incorrect highlighting of query parameters and cookies.
- 🐞 [FIX] The bug where
startedDateTime
of the exported HAR format is incorrect. - 💪 [OPT] Coloring request methods.
windows-macos-linux
- 💪 [OPT] File drag and drop will be disabled when a dialog is showing.
- 🐞 [FIX] The bug that the request path is incorrect in python scripts.
ios-android
- 💪 [OPT] Correct some tips.
android
- 🐞 [FIX] The bug that the app name is displayed incorrectly.
windows
- 🐞 [FIX] The bug that
Active Code Page
will cause the python environment detection to fail.
linux
- 🐞 [FIX] XDE desktop cannot automatically configure the proxy.
v2.8.1
linux
- 🐞 [FIX] App will crash with glibc 2.39.
v2.8.0
windows-macos-linux-android-ios
- 🚀 [NEW] Available API tabs of community version are increased from 2 to 4.
- 🚀 [NEW] Adds three new tabs, Cookies, Set-Cookies and Comment.
- 🚀 [NEW] Now you can comment a traffic record.
- 🚀 [NEW] Custom request and response tabs.
- 🐞 [FIX] The cookie automatic update mechanism causes a bug that requires saving when closing a API Tab.
- 🐞 [FIX] The bug of incorrect parsing of the '--data-urlencode' parameter when importing a cURL.
- 🐞 [FIX] The bug in which the content displayed in the Tab title is truncated.
- 🐞 [FIX] The bug where
wss
in HAR file is recognized asws
.
ios-android
- 💪 [OPT] Adjust the margins of the dialogs.
- 🐞 [FIX] The bug where the content at the bottom of some dialogs is incompletely displayed.
- 🐞 [FIX] The bug that the editor toolbar display and disappear are incorrectly handled.
windows-linux
- 💪 [OPT] Supports recovery of the damaged
SharedPreferences
file.
windows
- 🐞 [FIX] The bug that the application cannot exit normally when right-clicking on the taskbar to close the window.
- 🐞 [FIX] A bug where an error dialog appears when the os is shutdown and the system network proxy cannot be automatically reset.
v2.7.1
windows-macos-linux-android-ios
- 🐞 [FIX] The bug of incorrect encoding and decoding of URL query parameters.
- 🐞 [FIX] The bug in parsing HAR files does not correctly handle the MIME type.
- 🐞 [FIX] The bug of secondary proxy account authentication not works.
- 💪 [OPT] HEX will be displayed first when the image data decoding fails.
windows-macos-linux
- 🐞 [FIX] The bug that data displayed after modifying
Content-Type
through script does not take effect.
windows
- 🐞 [FIX] A bug where the white window flashes obviously when the app starts.
- 🐞 [FIX] The bug that the sub window may be reset to the default size when maximized.
macos
- 🐞 [FIX] The bug that the app will crash when clicking the URL input if the
KeyboardHolder
is running.
ios:
- 🐞 [FIX] The bug that the file selection not works.
v2.7.0
windows-macos-linux-android-ios
- 🐞 [FIX] The bug that the unmodified API will prompt to save when closing.
- 🐞 [FIX] The bug that closing other tabs will close all tabs.
- 🐞 [FIX] The bug of incorrect encoding of
space
and=
in request query parameters.
windows-macos-linux
- 🚀 [NEW] Supports to adjust app display scaling.
- 🚀 [NEW] Will restore the previous window position and size when restarting.
- 🚀 [NEW] Supports deleting API request history URLs.
- 💪 [OPT] No longer automatically checked the rewrite-replace checkbox.
- 🐞 [FIX] The bug that the original response data may not be brought in when creating a rewrite-replacement response rule.
- 🐞 [FIX] The bug that URL rules may not match in rewrite, breakpoint and scripting rules.
macos
- 🚀 [NEW] Shortcut key
Control + Command + F
to toggle to full screen mode.
v2.6.3
windows-macos-linux
- 💪 [OPT] Runtime error of API testing scripts will output to the console.
- 💪 [OPT] The auto-complete list of text input field supports up and down key selection.
- 🐞 [FIX] Some prompts of Python scripting api are incorrect.
- 🐞 [FIX] The bug that response body is not automatically decoded when scripting is enabled.
linux
- 💪 [OPT] The application ID is changed from
reqable
tocom.reqable.linux
.
ios-android
- 💪 [OPT] Remote device will wait for 5 seconds to reconnect.
android
- 🐞 [FIX] A bug in which the status of magic service is not determined before recording is started.
v2.6.2
windows-macos-linux-android-ios
- 🐞 [FIX] A bug where some webSocket requests are not recognized.
windows-macos-linux
- 🐞 [FIX] A bug in the API request script caused the request path to be incorrectly encoded.
android
- 💪 [OPT] Determination logic for entering picture-in-picture mode.
v2.6.1
windows-macos-linux-android-ios
- 🚀 [NEW] Code editor supports code auto-completion.
- 🐞 [FIX] The bug that text syntax highlighting may be incorrect.
- 🐞 [FIX] The bug that missing
\
at the end of URL. - 🐞 [FIX] The bug that
HexViewer
will get focus by default. - 🐞 [FIX] The bug that IP was displayed rather than host.
windows-macos-linux
- 🚀 [NEW] Console tab for traffic details.
- 🚀 [NEW] Console tab for API testing response.
ios-android
- 🚀 [NEW] Supports manual input the remote device address in collaboration mode initialization.
- 🐞 [FIX] The bug that the rescanned device address displays incorrectly after the remote device address changes.
windows
- 🚀 [NEW] Supports win7 OS.
android
- 🚀 [NEW] Will display the picture-in-picture window in collaboration mode.
- 💪 [OPT] Correct the guidance command for adb installation certificate.
- 🐞 [FIX] The bug that Android 6.0 will crash when scanning QR code.
ios
- 🐞 [FIX] The bug that the collaboration mode does not work after the app moves to background for a period of time.
v2.5.0
windows-macos-linux-android-ios
- 🚀 [NEW] Introduce scripting for API testing.
- 🚀 [NEW] Introduce script templates.
- 🚀 [NEW] Fork templates from public script repositories.
- 🚀 [NEW] Introduce zen mode.
- 💪 [OPT] New console for script editor.
- 💪 [OPT] Remember highlight and application informations when saving HAR files.
- 🐞 [FIX] The secondary proxy may cause an infinite loop of requests.
- 🐞 [FIX] The bug that unable to capture HTTP2 plaintext traffic.
- 🐞 [FIX] The bug that handling HTTP trailer incorrectly.
- 🐞 [FIX] The bug of failing to handle WebSocket compression extension correctly.
- 🐞 [FIX] The bug that text selection is incorrect after double-clicking a word.
- 🐞 [FIX] The bug that the editor composing menu does not follow the input position.
ios-android
- 💪 [OPT] Try to reconnect after the remote device is disconnected.
- 🐞 [FIX] The bug that the remote device connection status displays incorrectly.
macos
- 🐞 [FIX] The bug that launching VS Code in the script editor wiil cause a crash.
android
- 🚀 [NEW] Support the x86_64 architecture.
- 💪 [OPT] Support downloading the root certificate from the browser.
v2.4.1
windows-macos-linux-android-ios
- 💪 [OPT] Use form body when creating API requests from the form request cURL.
- 🐞 [FIX] The bug of duplicate cookie values in the code snippet.
- 🐞 [FIX] The bug that unable to decode deflate data.
- 🐞 [FIX] A bug that may trigger content selection when scrolling the editor.
- 🐞 [FIX] The bug that unable to copy cURL of the WebSocket request.
- 🐞 [FIX] The bug of failing to handle WebSocket compression extension correctly.
- 🐞 [FIX] The bug that cannot create form request or copy cURL from traffic list.
windows-macos-linux
- 💪 [OPT] Remove the application ID option from the default column of the traffic list.
- 💪 [OPT] Tabs on the home page can be directly dragged and sorted without long pressing.
- 🐞 [FIX] A bug where the tab title on the home page may be displayed incompletely.
- 🐞 [FIX] The bug that cannot resize traffic list column width.
macos-linux
- 🐞 [FIX] The bug that
VS Code
cannot be launched in the script editor.
ios-android
- 💪 [OPT] Coloring response status line.
- 🐞 [FIX] The bug that auto-highlighting configuration cannot be saved.
- 🐞 [FIX] The bug that search does not work.
windows
- 🐞 [FIX] The bug that the application window cannot be restored by tapping the tray icon.