From e65282870021e7dc6a11f2b5d4618f8fe4e530a2 Mon Sep 17 00:00:00 2001 From: pompurin404 Date: Fri, 16 Aug 2024 16:26:06 +0800 Subject: [PATCH] 0.5.6 --- changelog.md | 9 +++------ package.json | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/changelog.md b/changelog.md index ca9db7e..e66a115 100644 --- a/changelog.md +++ b/changelog.md @@ -1,8 +1,5 @@ -### New Features - -- MacOS 允许关闭网速显示 - ### Bug Fixes -- 修复MacOS网速显示长度不一致的问题 -- 修复代理名称太长时的显示问题 +- 修复某些Windows设备无法启动的问题 +- 修复中午用户名开机启动设置失败的问题 +- 修复AUR包安装失败的问题 diff --git a/package.json b/package.json index 831cea5..45412cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mihomo-party", - "version": "0.5.5", + "version": "0.5.6", "description": "Mihomo Party", "main": "./out/main/index.js", "author": "mihomo-party",