From 7b1fc24be4379281fe0cc1f99fc77de1e983a7dc Mon Sep 17 00:00:00 2001 From: pompurin404 Date: Tue, 19 Nov 2024 15:08:24 +0800 Subject: [PATCH] 1.5.11 --- changelog.md | 7 +++---- package.json | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/changelog.md b/changelog.md index 6af979b3..f60bbf50 100644 --- a/changelog.md +++ b/changelog.md @@ -7,10 +7,9 @@ ### Features -- 内置 Sub-Store 不使用缓存 -- 允许控制是否为 Sub-Store 使用代理 -- Windows 允许设置内核进程优先级 +- 连接详情支持复制规则 ### Bug Fixes -- 修复寻找可用端口失败的问题 +- 修复 Sub-Store 代理问题 +- 实时保存窗口位置 diff --git a/package.json b/package.json index f8d57ed3..8b70ee81 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mihomo-party", - "version": "1.5.10", + "version": "1.5.11", "description": "Mihomo Party", "main": "./out/main/index.js", "author": "mihomo-party-org",