1.5.6
Some checks failed
Build / windows (arm64) (push) Has been cancelled
Build / windows (ia32) (push) Has been cancelled
Build / windows (x64) (push) Has been cancelled
Build / windows7 (ia32) (push) Has been cancelled
Build / windows7 (x64) (push) Has been cancelled
Build / linux (arm64) (push) Has been cancelled
Build / linux (x64) (push) Has been cancelled
Build / macos (arm64) (push) Has been cancelled
Build / macos (x64) (push) Has been cancelled
Build / macos10 (arm64) (push) Has been cancelled
Build / macos10 (x64) (push) Has been cancelled
Build / aur-git-updater (push) Has been cancelled
Build / artifact-windows (push) Has been cancelled
Build / artifact-windows7 (push) Has been cancelled
Build / artifact-macos (push) Has been cancelled
Build / artifact-macos10 (push) Has been cancelled
Build / artifact-linux (push) Has been cancelled
Build / updater (push) Has been cancelled
Build / aur-release-updater (mihomo-party) (push) Has been cancelled
Build / aur-release-updater (mihomo-party-bin) (push) Has been cancelled
Build / aur-release-updater (mihomo-party-electron) (push) Has been cancelled
Build / aur-release-updater (mihomo-party-electron-bin) (push) Has been cancelled
Build / Update WinGet Package (push) Has been cancelled
Build / Update Homebrew cask (push) Has been cancelled

This commit is contained in:
pompurin404 2024-10-30 20:36:43 +08:00
parent 181ac91421
commit f20f15df85
No known key found for this signature in database
3 changed files with 13 additions and 7 deletions

View File

@ -6,9 +6,9 @@ on:
tags: tags:
- v* - v*
paths-ignore: paths-ignore:
- "README.md" - 'README.md'
- ".github/ISSUE_TEMPLATE/**" - '.github/ISSUE_TEMPLATE/**'
- ".github/workflows/issues.yml" - '.github/workflows/issues.yml'
permissions: write-all permissions: write-all
@ -245,7 +245,7 @@ jobs:
run: | run: |
pnpm install pnpm install
pnpm add @mihomo-party/sysproxy-darwin-${{ matrix.arch }} pnpm add @mihomo-party/sysproxy-darwin-${{ matrix.arch }}
pnpm add -D electron@32.2.1 pnpm add -D electron@32.2.2
pnpm prepare --${{ matrix.arch }} pnpm prepare --${{ matrix.arch }}
- name: Build - name: Build
env: env:

View File

@ -5,7 +5,13 @@
- 1.5.1 之后 Windows 下 `profuctName` 改为 `Mihomo Party`, 更新后若出现找不到文件报错,手动以管理员权限运行 `Mihomo Party.exe` 即可 - 1.5.1 之后 Windows 下 `profuctName` 改为 `Mihomo Party`, 更新后若出现找不到文件报错,手动以管理员权限运行 `Mihomo Party.exe` 即可
- 由于更改了应用名称,开机启动失效是正常现象,在设置中重新开关一下即可 - 由于更改了应用名称,开机启动失效是正常现象,在设置中重新开关一下即可
### Features
- 连接详情/日志允许选择复制
- 日志预加载
### Bug Fixes ### Bug Fixes
- 修复对话框字体模糊的问题 - 修复最大化时编辑器尺寸错误的问题
- 修复 macOS 窄边栏宽度错误的问题 - 修复后端返回类型错误导致的问题
- 修复非正常退出时无法保存窗口大小的问题

View File

@ -1,6 +1,6 @@
{ {
"name": "mihomo-party", "name": "mihomo-party",
"version": "1.5.5", "version": "1.5.6",
"description": "Mihomo Party", "description": "Mihomo Party",
"main": "./out/main/index.js", "main": "./out/main/index.js",
"author": "mihomo-party-org", "author": "mihomo-party-org",