Files
MasterHttpRelayVPN-RUST/docs/changelog/v1.2.13.md
T
therealaleph a05fc5d612 v1.2.13: Android Full Tunnel Mode requires credentials (fix #124)
Bug fix release. My v1.2.12 merge of Mode::Full bypassed the
deployment-ID + auth-key check on Android, but Full mode talks to
CodeFull.gs on Apps Script and needs those same credentials.

Users selecting "Full tunnel (no cert)" with empty fields would see
the VPN service bail silently instead of surfacing a clear "config
incomplete" error. Vahidlazio's fix changes the gate from
`mode == APPS_SCRIPT` to `mode != GOOGLE_ONLY` and removes the
Mode.FULL bypass in the Start button's enabled-state.

Also includes a UX refactor of the Deployment IDs editor (per-row
rows with add/remove buttons instead of raw newline-separated text),
making multi-deployment setups easier to manage on Android — useful
now that Full Tunnel Mode users routinely scale to 5+ deployments
per their Google accounts.

Android-only diff; Rust side is byte-identical to v1.2.12.
2026-04-24 17:16:09 +03:00

1.5 KiB
Raw Blame History

• رفع باگ اندروید Full Tunnel Mode (PR #124): در v1.2.12‬ من در مسیر ادغام، چک Deployment ID + Auth key رو برای حالت ‫FULL‬ دور زده بودم. ولی ‫Full mode هم با CodeFull.gs روی Apps Script‬ صحبت می‌کنه و به همون credentialها نیاز داره. کاربرایی که Full tunnel (no cert) رو انتخاب می‌کردن با فیلدهای خالی، proxy بدون خطای واضح قطع می‌شد. حالا درست می‌پرسه. تشکر از @vahidlazio • بهبود UI لیست Deployment ID‬ در اندروید: از یک ‫text field چند خطی به per-row fields با دکمه‌های add/remove تبدیل شد — مدیریت چند ‫Deployment ID آسان‌تر

• Bug fix for Android Full Tunnel Mode (PR #124): in v1.2.12's merge of Mode::Full I incorrectly bypassed the deployment-ID + auth-key check for Full mode. But Full mode talks to CodeFull.gs on Apps Script and needs the same credentials. Users picking "Full tunnel (no cert)" with empty fields would see the proxy bail without a clear error. Now it asks properly. Credit to @vahidlazio. • Deployment IDs editor UI improvement on Android: from a multi-line text field to per-row fields with add/remove buttons — easier to manage multi-deployment setups.