tx-ui v0.6.2 Release Notes
Release Date: 2025-09-12
🚀 Highlights
-
API Improvements
- Migrated to 3x-ui API changes for better compatibility and future updates.
- New endpoint
delClientByEmail
added (picked from 3x-ui).
-
Core & Security
- Dropped support for all Xray core versions before 25.9.11.
- Updated xray-core to v1.250910.0.
- Removed unsupported ciphers for better security.
- Added ability to update xray core inside the panel (Windows support).
-
Encryption & Protocols
- Added Vless Encryption (
mlkem768
,VlessEnc
). - Outbound: ECH Config List support.
- Added Vless Encryption (
-
Bug Fixes
- Fixed critical bugs in
ObjectUtil.equals()
(asymmetric comparison) andfilterInbounds()
(null pointer bugs). Picked from 3x-ui.
- Fixed critical bugs in
-
UI/UX Improvements
- IP address section received visual changes.
- Various refactors: "dokodemo-door" and "socks" renamed to "mixed" and "tunnel" for clarity.
- "dest" renamed to "target" in rules.
- "source" renamed to "sourceIP".
- Other minor UI improvements and bug fixes.
-
Internationalization
- Russian language translation updated (#113) by @axiomshiftbit.
-
Dependencies
- Updated several Go module dependencies to latest versions:
github.com/valyala/fasthttp
1.66.0google.golang.org/grpc
1.75.1golang.org/x/text
0.29.0golang.org/x/crypto
0.42.0github.com/xtls/xray-core
1.250910.0
- Updated several Go module dependencies to latest versions:
🛠 Notable Merged Pull Requests
- Update translate.ru_RU.toml (#113) — New contributor: @axiomshiftbit
- Bump github.com/valyala/fasthttp from 1.65.0 to 1.66.0 (#115)
- Bump google.golang.org/grpc from 1.75.0 to 1.75.1 (#114)
- Bump golang.org/x/text from 0.28.0 to 0.29.0 (#110)
- Bump golang.org/x/crypto from 0.41.0 to 0.42.0 (#111)
- Bump github.com/xtls/xray-core from 1.250905.0 to 1.250910.0 (#112)
🧑💻 Contributors
- @Incognito-Coder
- @AghayeCoder
- @axiomshiftbit (first contribution!)
- @dependabot[bot]