diff --git a/changelog.md b/changelog.md index 5cf08fc..c0c399f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,15 @@ -## 1.7.5 +## 1.7.6 -**此版本修复了 1.7.4 中的几个严重 bug,推荐所有人更新** -另外,软件改名涉及多个功能、以及 logo重绘等多个任务的大量工作,还需要一些时间,已在开发环境进行中。 +**此版本修复了 1.7.5 中的几个严重 bug,推荐所有人更新** + +### 修复 (Fix) +- 修复了内核1.19.8更新后gist同步失效的问题(#780) +- 部分遗漏的多国语言翻译 +- MacOS 下启动Error: EACCES: permission denied +- MacOS 系统代理 bypass 不生效 +- MacOS 系统代理开启时 500 报错 + +## 1.7.5 ### 新功能 (Feat) - 增加组延迟测试时的动画 diff --git a/package.json b/package.json index 8bac5f4..d4fe30e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mihomo-party", - "version": "1.7.5", + "version": "1.7.6", "description": "Mihomo Party", "main": "./out/main/index.js", "author": "mihomo-party-org",