From 91ff99b72d4092152099327b7a81fb2917a3758c Mon Sep 17 00:00:00 2001 From: pompurin404 Date: Tue, 27 Aug 2024 19:52:51 +0800 Subject: [PATCH] 1.0.9 --- changelog.md | 7 ++----- package.json | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/changelog.md b/changelog.md index 05ec730..c888e04 100644 --- a/changelog.md +++ b/changelog.md @@ -1,10 +1,7 @@ ### New Features -- MacOS托盘图标网速多行显示 +- 调整UI细节 ### Bug Fixes -- 修复永久订阅过期时间显示问题 -- 修复指定3列显示无效的问题 -- 修复MacOS x64依赖缺失的问题 -- 修复MacOS软件卡顿的问题(若仍然卡顿请暂时关闭托盘网速信息) +- 修复MacOS托盘绘制网速导致的占用异常 diff --git a/package.json b/package.json index b1ee2a6..5b0572f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mihomo-party", - "version": "1.0.8", + "version": "1.0.9", "description": "Mihomo Party", "main": "./out/main/index.js", "author": "mihomo-party",