From 2a2024375118c079839c59fa73da7b91143b6b22 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Tue, 16 Jan 2024 00:47:21 +0330 Subject: [PATCH] v2.1.0 --- README.md | 6 +++--- config/version | 2 +- web/html/xui/warp_modal.html | 10 +++++----- web/html/xui/xray.html | 5 +---- 4 files changed, 10 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 9ecf147e..96952794 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,10 @@ bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install. ## Install Custom Version -To install your desired version, add the version to the end of the installation command. e.g., ver `v2.0.2`: +To install your desired version, add the version to the end of the installation command. e.g., ver `v2.1.0`: ``` -bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.sh) v2.0.2 +bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.sh) v2.1.0 ``` ## Manual Install & Upgrade @@ -135,7 +135,7 @@ systemctl restart x-ui - Search within all inbounds and clients - Dark/Light theme - Supports multi-user and multi-protocol -- Supports protocols, including VMess, VLESS, Trojan, Shadowsocks, Dokodemo-door, Socks, HTTP +- Supports protocols, including VMess, VLESS, Trojan, Shadowsocks, Dokodemo-door, Socks, HTTP, wireguard - Supports XTLS native Protocols, including RPRX-Direct, Vision, REALITY - Traffic statistics, traffic limit, expiration time limit - Customizable Xray configuration templates diff --git a/config/version b/config/version index f93ea0ca..50aea0e7 100644 --- a/config/version +++ b/config/version @@ -1 +1 @@ -2.0.2 \ No newline at end of file +2.1.0 \ No newline at end of file diff --git a/web/html/xui/warp_modal.html b/web/html/xui/warp_modal.html index c9f86603..d1663df0 100644 --- a/web/html/xui/warp_modal.html +++ b/web/html/xui/warp_modal.html @@ -76,7 +76,7 @@ WARP {{ i18n "pages.xray.rules.outbound" }} - + + WARP {{ i18n "pages.xray.rules.outbound" }} @@ -1141,10 +1142,6 @@ get: function () { return JSON.stringify(this.ipv4Domains, null, 2); }, set: debounce(function (value) { this.ipv4Domains = JSON.parse(value); }, 1000) }, - manualWARPDomains: { - get: function () { return JSON.stringify(this.warpDomains, null, 2); }, - set: debounce(function (value) { this.warpDomains = JSON.parse(value); }, 1000) - }, torrentSettings: { get: function () { return doAllItemsExist(this.settingsData.protocols.bittorrent, this.blockedProtocols);