Skip to content

Commit

Permalink
1.7.1 Released
Browse files Browse the repository at this point in the history
  • Loading branch information
ezequielnick committed Feb 8, 2025
1 parent 55a3bc9 commit 83c5b03
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
name: Build
on:
push:
branches:
- master
tags:
- v*
paths-ignore:
- 'README.md'
- '.github/ISSUE_TEMPLATE/**'
- '.github/workflows/issues.yml'
workflow_dispatch:

permissions: write-all

Expand Down
19 changes: 19 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 1.7.1
**注意1:主题失效,请重新下载一次,因为更新了UI组件,老主题不兼容了**
**注意2:如安装后为英文,请在设置中反复选择几次不同语言以写入配置文件**

### 新功能 (Feat)
- 自动检测操作系统语言并设置app

### 修复 (Fix)
- 修复详细模式下节点旗帜不显示的问题
- 修复引导页显示问题
- 修复缺失的hero-ui参数
- 补充丢失的翻译

### 其他改进 (Chore)
- 美化延迟测试结果按钮的显示样式
- 默认开1-RTT延迟测试
- 替换默认延迟测试链接

## 1.7.0
### 新功能 (Feat)
- 增加更多核心设置
- 添加内联支持和缺失的翻译
Expand Down
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.7.0",
"version": "1.7.1",
"description": "Mihomo Party",
"main": "./out/main/index.js",
"author": "mihomo-party-org",
Expand Down

0 comments on commit 83c5b03

Please sign in to comment.