From 04706eb9de91f0474a541add6882ace1461c80be Mon Sep 17 00:00:00 2001 From: pompurin404 Date: Mon, 30 Sep 2024 14:00:00 +0800 Subject: [PATCH] 1.4.0 --- changelog.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index c45faaa..2d2beb1 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,6 @@ ### New Features +- 使用 Unix Socket/Windows NamedPipe 通信,提高安全性 - Windows 允许添加 `noadmin` 参数以普通权限启动程序 - 支持在 Windows 任务栏显示网速信息 - 优化 fixed 节点 unfixed 速度 diff --git a/package.json b/package.json index 60caec2..7ea429c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mihomo-party", - "version": "1.3.7", + "version": "1.4.0", "description": "Mihomo Party", "main": "./out/main/index.js", "author": "mihomo-party",