diff --git a/changelog.md b/changelog.md index 1bc24a9..ca9db7e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,9 +1,8 @@ ### New Features -- 托盘图标显示网速信息 -- MacOS允许隐藏Dock图标 -- Windows支持数据存储到安装目录 +- MacOS 允许关闭网速显示 ### Bug Fixes -- 修复修改混合端口后无法检查更新的问题 +- 修复MacOS网速显示长度不一致的问题 +- 修复代理名称太长时的显示问题 diff --git a/package.json b/package.json index fed4f6c..831cea5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mihomo-party", - "version": "0.5.4", + "version": "0.5.5", "description": "Mihomo Party", "main": "./out/main/index.js", "author": "mihomo-party",