mirror of
https://github.com/therealaleph/MasterHttpRelayVPN-RUST.git
synced 2026-05-18 10:34:35 +03:00
a05fc5d612
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.
1.5 KiB
1.5 KiB
• رفع باگ اندروید 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.