3.1.3
2026-05-29
- [FIX] The bug where SSL was not compatible with unsafe legacy renegotiation.
- [FIX] The bug where URL was not correctly encoded in some language code snippet.
- [FIX] The bug where numeric domain names could not be resolved.
3.1.2
2026-05-26
- [OPT] Improve CA certificate installation guide.
- [FIX] The bug where the collaborative device certificate installation status was incorrect.
- [FIX] The bug where URL parameters + were automatically decoded as spaces.
- [FIX] The bug where single quotes were not handled correctly when generating cURL commands.
- [FIX] The bug where empty response bodies in capture details were always shown as loading.
- [FIX] The bug where collaborative device information did not update after being added.
3.1.1
2026-05-10
- [New] Introduce API documentation feature.
- [New] Redesign capture gateway, supporting network Layer4 and Layer7 configurations and other new features.
- [New] Redesign SSE view, supporting raw view and Markdown preview.
- [OPT] Upgrade OpenSSL version to 3.6.1.
- [OPT] Align API names in the API collection list.
- [OPT] SSE chat view now limits each text message to 4k characters.
- [OPT] SSE list may experience lag due to long text.
- [OPT] WebSocket chat view now limits each text message to 4k characters.
- [OPT] WebSocket list may experience lag due to long text.
- [OPT] Update Magisk module template.
- [FIX] The bug where capturing failed when the server used new algorithms like X25519MLKEM768.
- [FIX] The bug where the application crashed when the API carried a non-standard Referer header.
- [FIX] The bug where Content-Type was displayed incorrectly in the capture overview.
- [FIX] The bug where API collection and folder settings did not sync correctly with the cloud.
- [FIX] The bug where API request Cookie headers were not automatically updated.
- [FIX] The bug where the order of cURL request headers was incorrect when copying from traffic list.
3.1.0
2026-05-09
- [New] Introduce API documentation feature.
- [New] Redesign capture gateway, supporting network Layer4 and Layer7 configurations and other new features.
- [New] Redesign SSE view, supporting raw view and Markdown preview.
- [OPT] Upgrade OpenSSL version to 3.6.1.
- [OPT] Align API names in the API collection list.
- [OPT] SSE chat view now limits each text message to 4k characters.
- [OPT] SSE list may experience lag due to long text.
- [OPT] WebSocket chat view now limits each text message to 4k characters.
- [OPT] WebSocket list may experience lag due to long text.
- [OPT] Update Magisk module template.
- [FIX] The bug where capturing failed when the server used new algorithms like X25519MLKEM768.
- [FIX] The bug where the application crashed when the API carried a non-standard Referer header.
- [FIX] The bug where Content-Type was displayed incorrectly in the capture overview.
- [FIX] The bug where API collection and folder settings did not sync correctly with the cloud.
- [FIX] The bug where API request Cookie headers were not automatically updated.
- [FIX] The bug where the order of cURL request headers was incorrect when copying from traffic list.
3.0.40
2026-03-27
- [FIX] The bug where the response data in the raw tab did not automatically update.
- [FIX] A bug in the curl command where the `-no-buffer` option causes import failures.
- [FIX] The bug where JSONP data with a trailing semicolon was not formatted correctly.
3.0.39
2026-03-06
- [OPT] Support adding multiple records from the traffic list to API collection at once.
- [OPT] Go code snippet now fully supports form requests.
- [OPT] Optimize error message when opening HAR files.
- [FIX] The bug where SSL exceptions with Missing Authority Key Identifier might occur during capture.
- [FIX] The bug where data in the capture overview did not update with request status.
- [FIX] The bug where binary data in non-ASCII headers in the raw tab of the capture details was incorrect.
- [FIX] The bug where custom encoding without specifying the encoding type in `Content-Disposition` caused file names to appear garbled when saving response content.
- [FIX] A bug in the curl command where the `-g` option causes import failures.
3.0.38
2026-02-02
- [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.
3.0.34
2026-01-16
- [OPT] Automatically format node content in JSON tree view.
- [OPT] WebSocket testing will cache the last sent message.
- [OPT] Code snippet supports Dart-Dio.
- [OPT] JSON Tree view will remember the last search type.
- [FIX] The bug where HTTP redirects did not correctly handle current path redirects.
3.0.32
2026-01-05
- [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.
3.0.30
2025-12-29
- [New] Code snippet supports setting indentation.
- [New] Code snippet for Python-Requests supports whether to use dictionary parameters.
- [OPT] Added background color to third-party login icon buttons.
- [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.
- [FIX] The bug where exporting cURL did not correctly handle duplicate headers.
- [FIX] The bug where code snippet did not correctly handle duplicate headers.
3.0.28
2025-11-29
- [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-type` types.
- [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 characters.
- [FIX] Importing cURL did not handle single and double quotes correctly.
3.0.27
2025-11-18
- [OPT] Display all new version logs during version updates.
- [OPT] Display VPN addresses in the IP list.
- [OPT] Automatically clean up outdated log files.
- [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.
- [FIX] Tabs did not restore the previously selected remote device after app restart.
3.0.25
2025-11-14
- [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] Email addresses containing `+` were not passing validation.
3.0.23
2025-11-12
- [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.
- [FIX] Unable to open HAR files.
- [FIX] Opening history and favorites did not correctly display loading and error messages.
3.0.17
2025-11-04
- [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.
- [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.
- [FIX] A bug where the rewrite help document path redirected incorrectly.
- [FIX] A bug where closing a newly created, unedited API would prompt a save request.
- [FIX] A bug where urlencode encoding was incorrect.
- [FIX] A bug where custom proxy settings for API testing were not saved correctly.
- [FIX] A bug where the tab modification status was not updated in time when the API request body was modified.
- [FIX] A bug where API redirection failed to correctly handle the location starting with `//`.
- [FIX] A bug where malformed cookies could cause the app to freeze.
- [FIX] A bug where the cookie creation and editing did not take effect.
- [FIX] A bug where some HAR files could not be parsed correctly.
- [FIX] A bug where the search results in the text editor could be obscured.
- [FIX] A bug where HTTP2 requests could fail in certain situations.
2.33.10
2025-04-21
- [OPT] When MIME is non-text type, the data will not be detected for character encoding.
- [OPT] API testing turns off `Follow Debug` will switch to `Unset` instead of `Follow System`.
- [FIX] The bug that data saved under the `Hex` may not be the displayed data.
2.33.8
2025-04-02
- [OPT] WebSocket and SSE JSON payload will prettified automatically.
- [FIX] The bug that the `Content-Type` header is not automatically deleted when creating form-data API from traffic list.
- [FIX] The bug that generated MITM certificates are not cleared after importing CA certificate.
- [FIX] The bug that some requests have been completed but the status is displayed as processing or abort.
- [FIX] The bug that cURL export does not correctly handle JSON comments.
2.33.3
2025-03-12
- [OPT] Greatly improve the performance of JSON syntax highlighting.
- [OPT] Improve the implementation of HTTP2 protocol.
- [FIX] The bug of abnormal syntax highlighting when the HTTP header contains a name starting with a number.
- [FIX] The bug of abnormal syntax highlighting when the HTTP header contains a dot symbol.
2.33.0
2025-03-04
- [OPT] Automatically restore the response data of API testing after the application is restarted.
- [OPT] Turn off automatic query parameter decoding when inputting URL in API testing.
- [OPT] API testing provides query parameter decoding option.
- [OPT] The default setting of REST proxy option is changed to `No Proxy`.
- [OPT] API collection will check and fix duplicate IDs.
- [OPT] Unify the size and color value of borders and dividers.
- [OPT] Automatically refresh cookies when redirecting.
- [FIX] The bug that redirect data is displayed in disorder.
- [FIX] The bug that the prompt in traffic details is incorrect when the root certificate is not installed.
2.31.0
2025-01-13
- [IMP] Data structure upgrade, please do not downgrade to the old version after upgrading.
- [OPT] API testing supports JSON single-line comments.
- [OPT] Form-data body supports entering JSON key-value pairs in text mode.
- [OPT] In API testing, comments in text editing mode will be highlighted.
- [FIX] The bug that the data of unchecked parameters in API testing is wrong after reloading.
- [FIX] The bug that digest authorization may fail.
- [FIX] The bug that some JSONP could not be automatically parsed into JSON.
- [FIX] The bug that may report an error when starting after upgrading the version.
- [FIX] The bug that the rewrite, breakpoint and scripting may cause some HTTP2 requests to fail.
2.30.1
2024-12-05
- [NEW] Fully support SSE real-time streaming.
- [NEW] API testing supports digest-auth authorization.
- [NEW] Add JSON tree viewer.
- [OPT] Minor adjustments to the background colors of light and dark themes.
- [OPT] MITM proxy server requests will display in the traffic list.
- [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.
- [FIX] The bug of infinite loop when sending requests to MITM server with LAN IP.
2.30.0
2024-11-25
- [NEW] Fully support SSE real-time streaming.
- [NEW] API testing supports digest-auth authorization.
- [NEW] Add JSON tree viewer.
- [OPT] Minor adjustments to the background colors of light and dark themes.
- [OPT] MITM proxy server requests will display in the traffic list.
- [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.
- [FIX] The bug of infinite loop when sending requests to MITM server with LAN IP.
2.29.2
2024-11-14
-【修复】部分请求体或响应体保存文件名不正确的bug。
-【修复】部分HTTP流量显示为无响应的bug。
2.28.0
2024-11-04
[NEW] The `Raw` tab will display the decoded body by default.
2.27.0
2024-10-21
- [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.
- [FIX] The bug that no traffic will be captured in enhanced mode.
2.25.1
2024-10-07
- [OPT] WebSocket message timestamp is accurate to milliseconds.
- [FIX] A bug that data will be lost after canceling a favorite and then adding it again.
- [FIX] A bug that may cause network error in enhanced mode.
2.23.0
2024-09-05
- [NEW] Support Internationalized Domain Name (IDN) API.
- [OPT] Use the decoded file name when saving the request and response.
- [FIX] The bug that some requests in HAR file cannot be edited and repeated.
- [FIX] The bug that importing some cURLs will lose the body payload.
2.22.1
2024-08-27
- [OPT] HAR files support WebSocket message frames.
- [OPT] A new URL redirection UI and UX.
- [OPT] The title bar more menu is no longer folded twice.
- [FIX] A bug that the API testing environment variables may cause the request to fail.
- [FIX] A bug that the API testing history may lose the response body.
2.21.4
2024-08-08
- [OPT] Duration time format of history.
- [OPT] HexViewer supports viewing the total count of bytes.
- [OPT] Improve the interactive experience of ImageViewer.
- [OPT] Improve the WebSocket UI.
- [OPT] Bearer Token input box is changed from single line to multiple lines.
- [OPT] HTTP request method and response status code can go to MDN documentation.
- [FIX] A bug that HTTP raw message syntax may not be highlighted.
2.21.0
2024-07-23
- [NEW] Support editing HAR files.
- [NEW] Support access control.
- [NEW] Support text editing mode for form-data.
- [NEW] Copy query parameters, headers, etc. as JSON.
- [NEW] Add `Settings` in the side menu.
- [NEW] Add `Feedback` in the side menu.
- [NEW] Add `Review App` in the side menu.
- [OPT] Tab title style and indicator style.
- [OPT] HAR export request and response body do not use base64 encoding first.
- [OPT] Compatible with some non-standard IPv6 proxy requests.
- [FIX] The bug that that may fail to open HAR file.
- [FIX] Secondary proxy authentication issue.
- [FIX] The bug that SSL proxy cannot hit some HTTPS requests.
- [FIX] A bug that highlighted information is lost when opening sub-list from the grouped host.
2.19.0
2024-06-26
- [NEW] Support enhanced mode and non-enhanced capture mode.
- [OPT] The traffic export provides more options.
- [OPT] The image preview displays information such as format, size and size.
- [FIX] The bug that the remote device details page do not exit after deleting the device.
2.16.1
2024-05-20
- [NEW] Support starting app from HAR file.
- [OPT] HTTP2 disables server push by default.
- [OPT] Traffic list in host view will receive updates.
- [FIX] The bug of gray screen when opening from host traffic list.