From 61e068ab4041d2f117ed0d75ca7e5b90e0080a12 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 | 2 +- config/version | 2 +- web/html/xui/warp_modal.html | 10 +++++----- web/html/xui/xray.html | 5 +---- 4 files changed, 8 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 9ecf147e..ed7f780c 100644 --- a/README.md +++ b/README.md @@ -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);