[v0.8.2] - 2026-09-10
🚀 Features & Xray-core Integration
- Xray-core v26.9.9 Upgrade: Updated
xray-coredependency to latestv26.9.9release tag acrossgo.mod,DockerInit.sh, and GitHub Actions release workflow (release.yml). - Xray-core v26.3.27 - v26.9.9 Feature Alignment:
- Finalmask Obfuscation Engine: Full panel support for Finalmask TCP & UDP masks including
udpHop(ports,interval),Sudoku(ascii,paddingMin/Max),fragment(length,interval),noise,header-custom, andsalamanderin both inbound and outbound form models. - mKCP TTI Extension: Expanded mKCP Transmission Time Interval (TTI) max range from 100 ms up to 5000 ms for XDNS and high-latency connections.
- REALITY Security Hints: Added real-time security warning alert on REALITY configuration forms for non-443 target ports or Apple/iCloud SNI domains.
- Finalmask Obfuscation Engine: Full panel support for Finalmask TCP & UDP masks including
- VLESS Post-Quantum Encryption (VLESS ENC): Refined
GetNewVlessEnc()inserver.goto supportML-KEM-768(Post-Quantum) andX25519keypair generation, added selection UI invless.html, and updated subscription URL generation ininbound.js. - Routing Rules Enhancement: Added
localIPandlocalPortinputs toxray_rule_modal.htmlalongsidevlessRouteandsourceIP. - Docker Infrastructure Modernization: Upgraded Docker base image to Debian Bookworm (
debian:bookworm-slim), migrating package management fromapktoapt-getfor improved stability and glibc binary compatibility.
🌐 Internationalization (i18n)
- 100% Translation Coverage: Audited 572 template i18n keys and added missing translation strings across all 13 supported locales (
ar_EG,en_US,es_ES,fa_IR,id_ID,ja_JP,pt_BR,ru_RU,tr_TR,uk_UA,vi_VN,zh_CN,zh_TW).
🐛 Bug Fixes & Improvements
- VLESS Link Generation Fix: Resolved
ReferenceError: settings is not definedbug ingenVLESSLink()ininbound.js. - Xray Release Fetching: Fixed
GetXrayVersions()inserver.goby sendingUser-Agent: tx-ui/1.0header and using full stream reader to prevent truncated JSON response syntax errors from GitHub API.