Releases: AghayeCoder/tx-ui
Releases · AghayeCoder/tx-ui
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
beta: refactor: move internal packages and add CLI
This commit refactors the project by moving all internal packages into the `internal/` directory. This improves the project structure and makes it easier to navigate. Additionally, this commit introduces a new CLI for managing the panel, including commands for managing settings, certificates, and migrating the database. Other changes include: - Fixes for typos and formatting in README files - Updates to the issue templates and dependabot configuration - Minor bug fixes and improvements - Added some new files to the `cmd` directory.
v0.5.6
v0.5.5
v0.5.4
v0.5.3
What's Changed
- Bump github.com/xtls/xray-core from 1.250306.0 to 1.250516.0 by @dependabot in #65
- Workflow: Microsoft by @Incognito-Coder in #81
- Get Disabled Clients by @Incognito-Coder in #82
- Core v25.6.8 86c71be
- fix: check default credentials during a fresh installation 5ddb131
From 3X-UI
test
What's Changed
- DockerInit.sh by @Incognito-Coder in #3
- Feature : Automatic xray-core reboot by @Incognito-Coder in #4
- Panel Update Checking Every 8 Hours by @Incognito-Coder in #5
- Bump github.com/valyala/fasthttp from 1.58.0 to 1.59.0 by @dependabot in #6
- Add Feature to API and InboundController for getting depleted clients. by @Incognito-Coder in #7
- Fix by @Incognito-Coder in #9
- Feat: Tunnel 6to4 by @Incognito-Coder in #11
- Changes in the Russian language translation by @LoST202 in #12
- Add "tunnel 6T04" to all panel languages by @LoST202 in #13
- Bump github.com/shirou/gopsutil/v4 from 4.25.1 to 4.25.2 by @dependabot in #14
- feat: add
addressPortStrategyby @ImMohammad20000 in #15 - Bump github.com/mymmrac/telego from 0.32.0 to 1.0.0 by @dependabot in #18
- Bump google.golang.org/grpc from 1.70.0 to 1.71.0 by @dependabot in #17
- Bump golang.org/x/crypto from 0.35.0 to 0.36.0 by @dependabot in #23
- improvments by @Incognito-Coder in #27
- fix colors by @Incognito-Coder in #30
- Bump github.com/xtls/xray-core from 1.8.25-0.20250126155934-7b59379d73c3 to 1.250306.0 by @dependabot in #32
- fallback htmlFS by @Incognito-Coder in #33
- Update translate.ru_RU.toml by @authorless in #43
- Bump github.com/shirou/gopsutil/v4 from 4.25.2 to 4.25.3 by @dependabot in #44
- Bump google.golang.org/grpc from 1.71.0 to 1.71.1 by @dependabot in #45
- Bump github.com/valyala/fasthttp from 1.59.0 to 1.60.0 by @dependabot in #46
- Bump github.com/gin-contrib/gzip from 1.2.2 to 1.2.3 by @dependabot in #47
- Bump golang.org/x/crypto from 0.36.0 to 0.37.0 by @dependabot in #49
- Bump github.com/nicksnyder/go-i18n/v2 from 2.5.1 to 2.6.0 by @dependabot in #48
- Bump github.com/pelletier/go-toml/v2 from 2.2.3 to 2.2.4 by @dependabot in #51
- Bump github.com/gin-contrib/sessions from 1.0.2 to 1.0.3 by @dependabot in #52
- Bump github.com/valyala/fasthttp from 1.60.0 to 1.61.0 by @dependabot in #54
- Bump google.golang.org/grpc from 1.71.1 to 1.72.0 by @dependabot in #53
- Bump gorm.io/gorm from 1.25.12 to 1.26.0 by @dependabot in #57
- update dependencies by @Incognito-Coder in #63
- Bump github.com/xtls/xray-core from 1.250306.0 to 1.250516.0 by @dependabot in #65
New Contributors
- @Incognito-Coder made their first contribution in #3
- @dependabot made their first contribution in #6
- @LoST202 made their first contribution in #12
- @ImMohammad20000 made their first contribution in #15
- @authorless made their first contribution in #43
Full Changelog: https://github.com/AghayeCoder/tx-ui/commits/test