Skip to content

Commit

Permalink
1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pompurin404 committed Oct 30, 2024
1 parent 181ac91 commit f20f15d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on:
tags:
- v*
paths-ignore:
- "README.md"
- ".github/ISSUE_TEMPLATE/**"
- ".github/workflows/issues.yml"
- 'README.md'
- '.github/ISSUE_TEMPLATE/**'
- '.github/workflows/issues.yml'

permissions: write-all

Expand Down Expand Up @@ -245,7 +245,7 @@ jobs:
run: |
pnpm install
pnpm add @mihomo-party/sysproxy-darwin-${{ matrix.arch }}
pnpm add -D [email protected].1
pnpm add -D [email protected].2
pnpm prepare --${{ matrix.arch }}
- name: Build
env:
Expand Down
10 changes: 8 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@
- 1.5.1 之后 Windows 下 `profuctName` 改为 `Mihomo Party`, 更新后若出现找不到文件报错,手动以管理员权限运行 `Mihomo Party.exe` 即可
- 由于更改了应用名称,开机启动失效是正常现象,在设置中重新开关一下即可

### Features

- 连接详情/日志允许选择复制
- 日志预加载

### Bug Fixes

- 修复对话框字体模糊的问题
- 修复 macOS 窄边栏宽度错误的问题
- 修复最大化时编辑器尺寸错误的问题
- 修复后端返回类型错误导致的问题
- 修复非正常退出时无法保存窗口大小的问题
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mihomo-party",
"version": "1.5.5",
"version": "1.5.6",
"description": "Mihomo Party",
"main": "./out/main/index.js",
"author": "mihomo-party-org",
Expand Down

0 comments on commit f20f15d

Please sign in to comment.