Releases: AghayeCoder/tx-ui
Releases · AghayeCoder/tx-ui
v0.6.6
What's Changed
- build(deps): bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #125
- build(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #130
- update dependencies 625dfc5
- update Xray-Core v25.12.8 713b924
- fix set tunnel 404 error when trying to set e51ea4f
Lead Dev:
Full Changelog: v0.6.5...v0.6.6
v0.6.5
v0.6.4
v0.6.3
What's New?
- rule: Vless route dfae2b1
- DB : VACUUM Database 95b46c4
- feat: Add toggle to enable/disable client synchronization 94ddc35
- feat: Sync traffic and expiry time for clients with the same subId a6ea28a
What's Changed?
- refactor: reformat all readme files e655153
- refactor: reformat all go files ff45cdf
- refactor: reformat all javascript files ee27e67
- refactor: reformat all html files 5774a8e
- refactor: enhance traffic synchronization and inbound settings update 869ed8a
- update dependencies 2d7483a
- improved xray logs handling from 3x-ui c11a67b
- cookie: MaxAge 895ff96
- windows: error filter c86faba
- add: missing translation for 94ddc35 1379ed9
- update readme 8f753d5
v0.6.2
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
delClientByEmailadded (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/fasthttp1.66.0google.golang.org/grpc1.75.1golang.org/x/text0.29.0golang.org/x/crypto0.42.0github.com/xtls/xray-core1.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]
v0.6.1
Release Notes — v0.6.1
🚀 Highlights
-
Mobile UI Improvements
- Enhanced responsiveness for mobile devices, especially in dashboard layouts.
- UI components such as
<a-col>now dynamically adjust between desktop and mobile views. - Added mobile detection and window resize event listener to update layout on-the-fly.
-
User Experience
- Improved placement and sizing of UI elements (inputs, buttons, switches) for better usability.
- The filter input for Xray logs now uses localized placeholder text.
- Adjusted search/filter input widths and switch margins for more consistent appearance.
-
Dependency Updates
- Updated several Go module dependencies for improved performance and security:
github.com/xtls/xray-corebumped to v1.250905.0gorm.io/gormbumped to v1.30.3github.com/bytedance/sonicbumped to v1.14.1github.com/sagernet/singbumped to v0.7.7github.com/sagernet/sing-shadowsocksbumped to v0.2.9github.com/xtls/realitybumped to latest commit- (and other indirect dependency updates)
- Updated GitHub Actions workflow to use
actions/setup-go@v6.
- Updated several Go module dependencies for improved performance and security:
🐞 Bug Fixes & Refactor
- Refactored some UI logic to streamline conditional rendering and event handling.
- Improved slot and theme handling for dropdown and menu components.
- Removed unnecessary styles and adjusted default values for better consistency.
🔧 Miscellaneous
- Bumped version in
config/versionfrom0.6.0to0.6.1.
Full diff available: v0.6.0...v0.6.1
v0.6.0
Release Notes for v0.6.0
🚀 Features
- (ff9567a) Add feature to sort clients in inbounds by `a-z`,`remained time` and default.
- (c3c1b7f) add Farsi and Arabic translations
🐛 Fixes
📝 Other
- (138304c) update go builder in Dockerfile
- (f55529f) DNS outbound: Set "reject" as the default value for nonIPQuery
- (965d6a7) remove DomainMatcher
- (3a32843) Update Core v25.8.31
- (4458416) Removed Allocate - picked from 3x-ui
- (2909e0a) Update Core v25.8.29
- (2bfd487) sub: add function to fix remark name on subscription uri in default template - This commit also disable sub Encode for fresh install
- (80b3570) update go dependencies
Rebuild on 2025/09/05 08:40
v0.5.9
What's Changed
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #103
- bump v0.5.9 (16838df) by @Incognito-Coder
- feat(tgbot): add client to inbounds (5806dae) by @Incognito-Coder
- Freedom: Add maxSplit fragment option; Add applyTo noises option. (8747a92) by @AghayeCoder
- correction: change auto delete depleted clients cronjob time - I set it manually to run every 1h instead of days set by user to improve handling of delete depleted clients. (6a47f96) by @Incognito-Coder
- feat: Add remaining time to tgbot (b72d91a) by @Incognito-Coder
v0.5.8
What's Changed
Features
- Update telegram bot (52be9df)
- feat: Add auto-delete depleted clients job by @Incognito-Coder
Bug Fixes
- Fix saving sockopt (7868696)
- Fix: Xray restarting after being manually stopped (6213dfa)
- Fix: broken formatBytes in subController.go after project refactor (d46305b)
- Fix: improve codes and modules in main.go (965b5ee)
Other
v0.5.7
Release Notes: v0.5.7
✨ Features
- Added xray access log viewer (dfc10df)
- Added filters to the xray logs viewer (1cfb8db)
- Add ECH support for xray (a27cec5)
- Add dokodemo port mapping (b6ee97d)
🐛 Bug Fixes
- Fixed subscription enable warning (b104a68)
- Fixed IPLimit log display (550487b)
- Fixed pqv for sub #3306 (976ae2e)
🔨 Refactoring
- Refactored internal packages and added CLI (62ad5ae)
- Better view width for xray logs viewer (fc75908)
- Default Max Age to 360min (70b02cc)
Other