Skip to content

Releases: tokyohost/v2nodeManager

v1.2.0

19 Nov 09:12
Compare
Choose a tag to compare

更新内容

  • fix bugs
  • 功能优化
  • 为后续增加Trojan 准备
  • 支持下拉选择节点列表

更新注意事项:

更新后请执行以下sql

 ALTER TABLE `v2_server`
    ADD COLUMN `node_type` varchar(255) NULL COMMENT '节点类型' AFTER `remark`;

update v2_server set node_type = 'vmess' where 1=1

v1.1.0

12 Jun 03:22
Compare
Choose a tag to compare

更新内容

  • fix bugs
  • 功能优化
  • 新增XrayR 安装
  • 支持XrayR版本切换

更新注意事项:

更新后请执行以下sql

 INSERT INTO `sys_config` (`config_id`, `config_name`, `config_key`, `config_value`, `config_type`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (105, 'XrayRCheckVersion', 'XrayRCheckVersion', 'XrayR version', 'Y', 'admin', '2024-06-12 10:19:15', '', NULL, NULL);
INSERT INTO `sys_config` (`config_id`, `config_name`, `config_key`, `config_value`, `config_type`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (106, 'XrayRUpdateVersion', 'XrayRUpdateVersion', 'nohup XrayR update {version}  &', 'Y', 'admin', '2024-06-12 10:19:57', 'admin', '2024-06-12 10:38:48', NULL);

v1.0.0

15 May 09:08
Compare
Choose a tag to compare
init commit