chore: update dependencies and changelog

* update depends

* update changelog
This commit is contained in:
Memory
2026-06-21 21:25:17 +08:00
committed by GitHub
parent b19b6c1247
commit 02896c6de1
3 changed files with 3141 additions and 2836 deletions

View File

@@ -2,15 +2,54 @@
## 新功能 (Feat)
- 新增 Tunnel 编辑器
- 新增代理组标题显示当前节点
- 新增 IP 信息来源选择记忆
- 新增关闭应用日志输出选项
- 新增网络信息卡片排序
- 新增记忆侧边栏卡片选中状态
- 新增 Age 加密配置和 Gist 同步支持
- 新增轻量模式行为开关
## 性能优化 (Performance)
- 重构简化连接页
- 优化软件启动和退出速度
- 收敛软件配置,提升渲染性能
- 优化代理组延迟测试结果展示
- 优化核心和 Sub-Store 日志轮转及大小限制截断性能
## 修复 (Fix)
- 修复修改 Mihomo 设置(如日志等级、端口等)后未应用到运行中内核的问题
- 修复托盘菜单可能被回收导致不可用的问题
- 修复 Mihomo 安全路径缺少工作目录的问题
- 修复流量卡片初始尺寸异常的问题
- 修复不允许 IP 段占位符错误的问题
- 修复本地配置显示更新超时时间的问题
- 修复规则集搜索清空后列表不可见的问题
- 修复 Mihomo 重启期间 WebSocket 重连异常的问题
- 修复便携版数据目录未保持在应用目录下的问题
- 修复搜索过滤条件未持久化的问题
- 修复窗口宽度在每次重启后逐渐变大的问题
- 修复生成配置未允许全部有效日志等级的问题
- 修复 Windows 管理员启动时 GPU 沙盒异常的问题
- 修复已有 DNS 配置时 `dns-hijack` 未保留的问题
- 修复配置自动补全输入为空时的异常
- 修复关闭流量日志后未立即停止记录的问题
- 修复 Mihomo WebSocket 命名管道路由丢失的问题
- 修复远程订阅拉取兼容性问题
- 修复过期开机自启注册表回退项未清理的问题
- 修复静默启动恢复最大化窗口时仍显示窗口的问题
- 修复侧边栏设置分隔线缺失的问题
## 其他 (Chore)
- 调整 DNS 覆写默认关闭
- 更新俄语翻译
- 优化流量时间范围显示格式
- 更新依赖
- 使用最新发布的 sysproxy-rs
# 1.9.5

View File

@@ -40,7 +40,7 @@
"@types/plist": "^3.0.5",
"adm-zip": "^0.5.17",
"age-encryption": "^0.3.0",
"axios": "^1.16.0",
"axios": "^1.18.0",
"chokidar": "^5.0.0",
"croner": "^9.1.0",
"crypto-js": "^4.2.0",
@@ -49,15 +49,15 @@
"file-icon": "^6.0.0",
"file-icon-info": "^1.1.1",
"flag-icons": "^7.5.0",
"i18next": "^26.1.0",
"i18next": "^26.3.1",
"iconv-lite": "^0.7.2",
"js-yaml": "^4.1.1",
"js-yaml": "^4.2.0",
"plist": "^3.1.1",
"qrcode.react": "^4.2.0",
"sysproxy-rs": "file:src\\native\\sysproxy",
"validator": "^13.15.35",
"webdav": "^5.10.0",
"ws": "^8.20.0",
"ws": "^8.21.0",
"yaml": "^2.9.0"
},
"devDependencies": {
@@ -68,24 +68,24 @@
"@electron-toolkit/eslint-config-ts": "^3.1.0",
"@electron-toolkit/tsconfig": "^2.0.0",
"@heroui/react": "^2.8.10",
"@tailwindcss/vite": "^4.3.0",
"@tailwindcss/vite": "^4.3.1",
"@types/adm-zip": "^0.5.8",
"@types/crypto-js": "^4.2.2",
"@types/express": "^5.0.6",
"@types/node": "^25.6.2",
"@types/node": "^25.9.4",
"@types/pubsub-js": "^1.8.6",
"@types/react": "^19.2.14",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@types/validator": "^13.15.10",
"@types/ws": "^8.18.1",
"@typescript-eslint/eslint-plugin": "^8.59.2",
"@typescript-eslint/parser": "^8.59.2",
"@typescript-eslint/eslint-plugin": "^8.61.1",
"@typescript-eslint/parser": "^8.61.1",
"@vitejs/plugin-react": "^5.2.0",
"chart.js": "^4.5.1",
"cron-validator": "^1.4.0",
"dayjs": "^1.11.20",
"dayjs": "^1.11.21",
"driver.js": "^1.4.0",
"electron": "^41.5.1",
"electron": "^41.8.0",
"electron-builder": "26.0.12",
"electron-vite": "4.0.1",
"electron-window-state": "^5.0.3",
@@ -93,33 +93,33 @@
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.1.1",
"form-data": "^4.0.5",
"form-data": "^4.0.6",
"framer-motion": "12.23.26",
"lodash": "^4.18.1",
"meta-json-schema": "^1.19.24",
"monaco-yaml": "^5.5.0",
"nanoid": "^5.1.11",
"meta-json-schema": "^1.19.27",
"monaco-yaml": "^5.5.1",
"nanoid": "^5.1.15",
"next-themes": "^0.4.6",
"postcss": "^8.5.14",
"prettier": "^3.8.3",
"postcss": "^8.5.15",
"prettier": "^3.8.4",
"pubsub-js": "^1.9.5",
"react": "^19.2.6",
"react": "^19.2.7",
"react-chartjs-2": "^5.3.1",
"react-dom": "^19.2.6",
"react-error-boundary": "^6.1.1",
"react-dom": "^19.2.7",
"react-error-boundary": "^6.1.2",
"react-i18next": "^16.6.6",
"react-icons": "^5.6.0",
"react-markdown": "^10.1.0",
"react-monaco-editor": "^0.59.0",
"react-router-dom": "^7.15.0",
"react-router-dom": "^7.18.0",
"react-virtuoso": "^4.18.7",
"swr": "^2.4.1",
"tailwindcss": "^4.3.0",
"tar": "^7.5.15",
"tsx": "^4.21.0",
"tailwindcss": "^4.3.1",
"tar": "^7.5.16",
"tsx": "^4.22.4",
"types-pac": "^1.0.3",
"typescript": "^5.9.3",
"vite": "^7.3.3",
"vite": "^7.3.5",
"vite-plugin-monaco-editor": "^1.1.0"
},
"packageManager": "pnpm@10.27.0",

5888
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff