windows-macos-linux-android-ios
- 🐞 [FIX] A bug that API converts
%20
to+
. - 🐞 [FIX] A bug that duplicate
Transfer-Encoding
andContent-Encoding
will cause repeated decoding.
windows-macos-linux
- 💪 [OPT] API testing supports using shortcut
Control + N
to open a new window to view the response data. - 💪 [OPT] API testing supports using shortcut
Shift + Control + Y
to add the session to the diff pool list. - 💪 [OPT] Script environment setup has been added to the
Tools
menu. - 💪 [OPT] Changelogs has been added to the
Help
menu. - 💪 [OPT] The currently selected tab will be maintained when opening the request or response in a new window.
- 💪 [OPT] The image viewer supports using
Control + V
to directly load base64 image data from the clipboard. - 🐞 [FIX] The error
no module named 'reqable'
will throw when using Python Embeddable Package.
windows
- 💪 [OPT] When detecting the Python environment, prioritize
python.exe
instead ofpython3.exe
. - 💪 [OPT] When background mode is enabled,
Alt + F4
will enter the background instead of exiting the program.