From a03eb8a6db7a7c6c54d3a14fe45f1176a5fd1d60 Mon Sep 17 00:00:00 2001 From: pompurin404 Date: Mon, 9 Sep 2024 12:04:17 +0800 Subject: [PATCH] 1.2.13 --- changelog.md | 8 ++++++-- package.json | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index e1af0b4..3717f4d 100644 --- a/changelog.md +++ b/changelog.md @@ -4,5 +4,9 @@ ### New Features -- 新增轻量模式,支持完全退出应用只保留内核后台运行 -- 折叠不常用设置项 +- 添加交互式使用指南 + +### Bug Fixes + +- 修复 MacOS 无法退出全屏的问题 +- 修复设置页面的样式错误问题 diff --git a/package.json b/package.json index 58b69f6..3b51a09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mihomo-party", - "version": "1.2.12", + "version": "1.2.13", "description": "Mihomo Party", "main": "./out/main/index.js", "author": "mihomo-party",