- Регистрация
- 22.01.2019
- Сообщения
- 1 813
- Благодарностей
- 4 054
- Баллы
- 113
ZennoDroid 2.4.2.0 — Full Changelog
Added:
+ Added the new traffic proxying method: Clash.
+ A new option Clash has been added to the Android settings tab under traffic proxying methods.
+ Advanced proxy settings such as DNS and IP address have been moved to the "Set Proxy" action.
+ The "Set Proxy" action now allows you to choose the proxying method:
- Default (uses the method set in the Android settings tab)
- Proxifier
- Redsocks
- Clash
- Local IP address
- Local IPv6 address
- DNS server addresses (comma-separated)
- Whitelist of apps (comma-separated) — only these apps will be proxied; all others use a direct connection
- Blacklist of apps (comma-separated) — these apps use a direct connection; all others are proxied
+ IPv6 proxy support is now available when using Clash.Only one list (whitelist or blacklist) can be active at a time.
+ In Clash mode with a SOCKS proxy, all UDP traffic is automatically routed through the proxy (if the proxy supports UDP).
When testing for IP leaks via WebRTC, either the proxy IP or an undefined address will be displayed (depending on the proxy type and support for UDP).
+ New API methods have been added to allow proxy configuration with advanced parameters (proxy method, DNS, IP addresses, app lists).
You can preview how these settings work by converting the "Set Proxy" action into C# code via the context menu:
instance.DroidInstance.Proxy.SetProxy(string proxy, IDroidProxySettings settings);
Fixed:
• Fixed a bug where the connected devices monitor could stop working and fail to refresh device statuses.
• Added a new option in project execution settings: "Use updated element search method".
This fixes a bug where, during classic element searches with multiple conditions, the first condition could be ignored, causing the action to succeed even if it shouldn’t. Use with caution — this may change behavior in older templates.
• Fixed C# conversion for the "Delete Accounts" action.
• Fixed C# conversion for the "Get Accounts" action.
• Fixed a JavaScript execution error in Microsoft Bing Search.
• Fixed an issue where the "Set Proxy" action failed if the proxy address was an empty string.
• Fixed application freezes in ProjectMaker and ZennoDroid on exit.
Where to Download
ZennoDroid 2.4.2.0 is available now in your user dashboard.
The update will also be automatically suggested when launching ProjectMaker.
Reporting Issues
Please report any bugs here, including a clear description and reproduction steps.
This helps us quickly identify and resolve problems.