What's New in v1.7
New Features
- Added Tor support with multiple transport options: Snowflake, obfs4, Meek, Direct, and Manual bridge configuration
- Added SSH key authentication support for SSH connections
Bug Fixes
- Fixed VPN sharing over hotspot (proxy fix)
Improvements
- UI improvements
New Features
- Added Tor support with multiple transport options: Snowflake, obfs4, Meek, Direct, and Manual bridge configuration
- Added SSH key authentication support for SSH connections
Bug Fixes
- Fixed VPN sharing over hotspot (proxy fix)
Improvements
- UI improvements
🔥3❤2
v1.7.1:
New: HTTP Proxy for VPN Sharing
- Added HTTP proxy server that chains through the existing SOCKS5 proxy
- Enables devices and apps that only support HTTP proxies (IoT devices, older OS proxy settings) to use the VPN via hotspot
- Supports both HTTPS (via HTTP CONNECT tunneling) and plain HTTP forwarding
- Works automatically with all tunnel types (Slipstream, DNSTT, SSH, DoH, Snowflake)
- New toggle and port setting in Proxy Settings (default port: 8080)
- Hotspot info card now shows both SOCKS5 and HTTP proxy addresses when enabled
Improved: Tor/Snowflake Mode
- Improved Tor tunnel stability and performance
- Added ability to automatically fetch bridges (obfs4, Snowflake, meek, webtunnel)
New: HTTP Proxy for VPN Sharing
- Added HTTP proxy server that chains through the existing SOCKS5 proxy
- Enables devices and apps that only support HTTP proxies (IoT devices, older OS proxy settings) to use the VPN via hotspot
- Supports both HTTPS (via HTTP CONNECT tunneling) and plain HTTP forwarding
- Works automatically with all tunnel types (Slipstream, DNSTT, SSH, DoH, Snowflake)
- New toggle and port setting in Proxy Settings (default port: 8080)
- Hotspot info card now shows both SOCKS5 and HTTP proxy addresses when enabled
Improved: Tor/Snowflake Mode
- Improved Tor tunnel stability and performance
- Added ability to automatically fetch bridges (obfs4, Snowflake, meek, webtunnel)
❤9
v1.7.5:
- Added "Append HTTP Proxy to VPN" option, that makes some apps work better and faster with VPN (needs to be turned on from Settings)
- Added Domain Routing for creating routing rules for domains
- Drag-and-drop profile reordering — long-press and drag to reorder profiles in the profile list
- Delete All Profiles — new option in the overflow menu to delete all profiles at once
- Improved tunnel bridges, settings, and Rust runtime
- Dependency upgrades
- Improved UI
- Added "Append HTTP Proxy to VPN" option, that makes some apps work better and faster with VPN (needs to be turned on from Settings)
- Added Domain Routing for creating routing rules for domains
- Drag-and-drop profile reordering — long-press and drag to reorder profiles in the profile list
- Delete All Profiles — new option in the overflow menu to delete all profiles at once
- Improved tunnel bridges, settings, and Rust runtime
- Dependency upgrades
- Improved UI
❤6👎1
v1.7.6:
New Features
- Home screen widget — One-tap VPN toggle widget with color-coded connection status (green/orange/red) and real-time state updates
- Live traffic speed — Upload/download speed indicators displayed on the status bar when connected
- QR code from gallery — Scan QR codes from screenshots or saved images via a gallery button on the scanner screen
- First launch welcome dialog — Shows app info, GitHub link, and donation address on first open
- About dialog — Accessible from the Settings screen (help icon in top bar)
- Profile reconnect — Switch between profiles without manually disconnecting first
New Features
- Home screen widget — One-tap VPN toggle widget with color-coded connection status (green/orange/red) and real-time state updates
- Live traffic speed — Upload/download speed indicators displayed on the status bar when connected
- QR code from gallery — Scan QR codes from screenshots or saved images via a gallery button on the scanner screen
- First launch welcome dialog — Shows app info, GitHub link, and donation address on first open
- About dialog — Accessible from the Settings screen (help icon in top bar)
- Profile reconnect — Switch between profiles without manually disconnecting first
❤7🔥3😇1
Changes from v1.7.6 to v1.8.3:
New Features
- Added Geo-routing for bypassing Iranian, Russian, Chinese websites (available from settings)
- Kill switch — When enabled (Settings), the VPN interface stays alive if the tunnel drops, blocking all
traffic until reconnection succeeds. Shows a "Traffic blocked" notification with a Disconnect button.
- VPN disconnect notification — Alerts the user when the VPN disconnects unexpectedly (another VPN takes over,
or Android kills the service). Includes a one-tap Reconnect button. Not shown for user-initiated disconnects.
- Compact home screen widget (1x1) — Minimal round toggle button alongside the existing 2x1 widget. Shows
color-coded state (green=connected, orange=connecting, gray=disconnected, red=error).
- Ping all profiles — New "Ping All Profiles" option in the overflow menu. Measures TCP or DNS-UDP latency to
each profile's server with color-coded badges (green <300ms, orange <1000ms, red >1s). Snowflake profiles are
skipped.
- Session traffic totals — Connection status strip now shows cumulative upload/download alongside live speed.
Improvements
- Widget contrast fix — 2x1 widget now uses proper text/icon colors per state (dark text on light backgrounds,
white on dark).
- SlipstreamSocksBridge DNS hardening — DNS-over-TCP now always uses clean DNS (1.1.1.1) instead of the user's
resolver, preventing poisoned results from censored DNS servers.
- Port release robustness — Slipstream and DNSTT bridges now verify ports are actually released after stopping,
with active polling instead of blind sleeps. Prevents "port already in use" on reconnect.
- Reconnect via kill switch — All tunnel failure paths (health check, network change) now route through
handleTunnelFailure(), which enters kill switch mode when enabled instead of silently disconnecting.
- Authoritative mode hint — Edit profile screen now shows an explanation when authoritative mode is toggled on.
- Overflow menu reorganized — Settings icon moved before the three-dot overflow menu; import/export and ping
moved into the overflow dropdown.
New Features
- Added Geo-routing for bypassing Iranian, Russian, Chinese websites (available from settings)
- Kill switch — When enabled (Settings), the VPN interface stays alive if the tunnel drops, blocking all
traffic until reconnection succeeds. Shows a "Traffic blocked" notification with a Disconnect button.
- VPN disconnect notification — Alerts the user when the VPN disconnects unexpectedly (another VPN takes over,
or Android kills the service). Includes a one-tap Reconnect button. Not shown for user-initiated disconnects.
- Compact home screen widget (1x1) — Minimal round toggle button alongside the existing 2x1 widget. Shows
color-coded state (green=connected, orange=connecting, gray=disconnected, red=error).
- Ping all profiles — New "Ping All Profiles" option in the overflow menu. Measures TCP or DNS-UDP latency to
each profile's server with color-coded badges (green <300ms, orange <1000ms, red >1s). Snowflake profiles are
skipped.
- Session traffic totals — Connection status strip now shows cumulative upload/download alongside live speed.
Improvements
- Widget contrast fix — 2x1 widget now uses proper text/icon colors per state (dark text on light backgrounds,
white on dark).
- SlipstreamSocksBridge DNS hardening — DNS-over-TCP now always uses clean DNS (1.1.1.1) instead of the user's
resolver, preventing poisoned results from censored DNS servers.
- Port release robustness — Slipstream and DNSTT bridges now verify ports are actually released after stopping,
with active polling instead of blind sleeps. Prevents "port already in use" on reconnect.
- Reconnect via kill switch — All tunnel failure paths (health check, network change) now route through
handleTunnelFailure(), which enters kill switch mode when enabled instead of silently disconnecting.
- Authoritative mode hint — Edit profile screen now shows an explanation when authoritative mode is toggled on.
- Overflow menu reorganized — Settings icon moved before the three-dot overflow menu; import/export and ping
moved into the overflow dropdown.
❤12👎2🔥1