mirror of
https://gh.catmak.name/https://github.com/mihomo-party-org/mihomo-party
synced 2025-12-27 05:00:30 +08:00
1.8.1 Released
This commit is contained in:
parent
866cdb4661
commit
cccd66bb21
@ -8,5 +8,7 @@
|
|||||||
<true/>
|
<true/>
|
||||||
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
|
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
<key>com.apple.security.cs.disable-library-validation</key>
|
||||||
|
<true/>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
|||||||
37
changelog.md
37
changelog.md
@ -1,28 +1,21 @@
|
|||||||
|
## 1.8.1
|
||||||
|
|
||||||
|
### 新功能 (Feat)
|
||||||
|
- 重构 DNS 控制模块,改为“覆写”逻辑,当开关打开后,使用DNS 设置中的配置覆盖订阅原始配置,关闭开关恢复订阅原始配置
|
||||||
|
|
||||||
|
### 性能提升(Perf)
|
||||||
|
- 更新依赖,提升页面响应性
|
||||||
|
- 优化订阅切换逻辑,大幅提升切换速度和稳定性
|
||||||
|
|
||||||
|
### 修复 (Fix)
|
||||||
|
- “使用自动 Smart 规则覆写”没有覆盖兜底的 MATCH 规则
|
||||||
|
- 移除默认的 Smart "policy-priority" 规则
|
||||||
|
-
|
||||||
|
|
||||||
## 1.8.0
|
## 1.8.0
|
||||||
|
|
||||||
### 新功能 (Feat)
|
### 新功能 (Feat)
|
||||||
**重大更新:本次更新增加了 Smart Core,可以根据用户使用习惯和节点质量自动选择符合您的最优节点。并内置了“一键开启”,适合不想折腾自定义规则的用户
|
**重大更新:本次更新增加了 Smart Core,可以根据用户使用习惯和节点质量自动选择符合您的最优节点。并内置了“一键开启”,适合不想折腾自定义规则的用户
|
||||||
“一键开启”内置 Smart规则的功能在“内核设置”下的“使用自动 Smart 规则覆写”,原理:当开关开启后,自动载入覆写脚本,新增 Smart Group,并替换当前配置文件下的默认出站规则为"Smart Group",您的所有代理流量都将从此分组下的节点流出。如果使用“全局模式”请选择名称为"Smart Group"的节点,以使用该功能。**
|
“一键开启”内置 Smart规则的功能在“内核设置”下的“使用自动 Smart 规则覆写”,原理:当开关开启后,自动载入覆写脚本,新增 Smart Group,并替换当前配置文件下的默认出站规则为"Smart Group",您的所有代理流量都将从此分组下的节点流出。如果使用“全局模式”请选择名称为"Smart Group"的节点,以使用该功能。**
|
||||||
|
|
||||||
注意:本功能还在测试中,如遇到问题请发 issue 反馈
|
注意:本功能还在测试中,如遇到问题请发 issue 反馈
|
||||||
|
|
||||||
## 1.7.7
|
|
||||||
|
|
||||||
### 新功能 (Feat)
|
|
||||||
- Mihomo 内核升级 v1.19.12
|
|
||||||
- 新增 Webdav 最大备数设置和清理逻辑
|
|
||||||
|
|
||||||
### 修复 (Fix)
|
|
||||||
- 修复 MacOS 下无法启动的问题(重置工作目录权限)
|
|
||||||
- 尝试修复不同版本 MacOS 下安装软件时候的报错(Input/output error)
|
|
||||||
- 部分遗漏的多国语言翻译
|
|
||||||
|
|
||||||
## 1.7.6
|
|
||||||
|
|
||||||
**此版本修复了 1.7.5 中的几个严重 bug,推荐所有人更新**
|
|
||||||
|
|
||||||
### 修复 (Fix)
|
|
||||||
- 修复了内核1.19.8更新后gist同步失效的问题(#780)
|
|
||||||
- 部分遗漏的多国语言翻译
|
|
||||||
- MacOS 下启动Error: EACCES: permission denied
|
|
||||||
- MacOS 系统代理 bypass 不生效
|
|
||||||
- MacOS 系统代理开启时 500 报错
|
|
||||||
@ -39,12 +39,14 @@ mac:
|
|||||||
target:
|
target:
|
||||||
- pkg
|
- pkg
|
||||||
entitlementsInherit: build/entitlements.mac.plist
|
entitlementsInherit: build/entitlements.mac.plist
|
||||||
|
hardenedRuntime: true
|
||||||
|
gatekeeperAssess: false
|
||||||
extendInfo:
|
extendInfo:
|
||||||
- NSCameraUsageDescription: Application requests access to the device's camera.
|
- NSCameraUsageDescription: Application requests access to the device's camera.
|
||||||
- NSMicrophoneUsageDescription: Application requests access to the device's microphone.
|
- NSMicrophoneUsageDescription: Application requests access to the device's microphone.
|
||||||
- NSDocumentsFolderUsageDescription: Application requests access to the user's Documents folder.
|
- NSDocumentsFolderUsageDescription: Application requests access to the user's Documents folder.
|
||||||
- NSDownloadsFolderUsageDescription: Application requests access to the user's Downloads folder.
|
- NSDownloadsFolderUsageDescription: Application requests access to the user's Downloads folder.
|
||||||
notarize: true
|
notarize: false
|
||||||
artifactName: ${name}-macos-${version}-${arch}.${ext}
|
artifactName: ${name}-macos-${version}-${arch}.${ext}
|
||||||
pkg:
|
pkg:
|
||||||
allowAnywhere: false
|
allowAnywhere: false
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mihomo-party",
|
"name": "mihomo-party",
|
||||||
"version": "1.8.0",
|
"version": "1.8.1",
|
||||||
"description": "Mihomo Party",
|
"description": "Mihomo Party",
|
||||||
"main": "./out/main/index.js",
|
"main": "./out/main/index.js",
|
||||||
"author": "mihomo-party-org",
|
"author": "mihomo-party-org",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user