mirror of
https://gh.catmak.name/https://github.com/mihomo-party-org/mihomo-party
synced 2025-12-28 05:30:29 +08:00
1.7.0 Release
This commit is contained in:
parent
4da4c242ad
commit
c60b041192
36
changelog.md
36
changelog.md
@ -1,9 +1,33 @@
|
|||||||
### Features
|
### 新功能 (Feat)
|
||||||
|
- 增加更多核心设置
|
||||||
|
- 添加内联支持和缺失的翻译
|
||||||
|
- 增加连接的时间排序功能
|
||||||
|
- 添加 i18n 支持,包含英文翻译
|
||||||
|
- 支持应用内更新和重启 Sub-Store
|
||||||
|
|
||||||
- 添加更多设置项
|
### 修复 (Fix)
|
||||||
- macOS代码签名
|
- 延迟按钮宽度的自动调整
|
||||||
|
- 渲染 Card 为 div,防止按钮嵌套导致的 Hydration 错误
|
||||||
|
- 解决自动运行受控组件的警告
|
||||||
|
- 解决标题栏覆盖和受控组件的警告
|
||||||
|
- 解决无法点击配置文件的问题
|
||||||
|
- 解决组件层级中的无效按钮嵌套
|
||||||
|
- 在 NextUI 按钮组件中用 `onPress` 替换 `onClick`
|
||||||
|
- 添加 `aria-label` 以解决可访问性警告
|
||||||
|
- UI 中的延迟测试结果支持自动更新,无需点击
|
||||||
|
- 移除 NextUI Card 组件中的嵌套按钮元素
|
||||||
|
- 修复 `useWindowFrame` 切换时的重复重启问题 (#457)
|
||||||
|
|
||||||
### Bug Fixes
|
### 重构 (Refactor)
|
||||||
|
- 按文件类型筛选提供者,而不是按订阅信息筛选
|
||||||
|
- 添加缺失的 `aria-label`,提升可访问性合规性
|
||||||
|
|
||||||
- 修复路径错误的问题
|
### 其他改进 (Chore)
|
||||||
- 修复macOS拨号网络无法设置系统代理的问题
|
- 格式化语言文件并删除未使用的文件
|
||||||
|
- 添加缺失的 i18n 字符串和 UI 调整
|
||||||
|
- 更新依赖项
|
||||||
|
- 记住滚动位置和展开状态
|
||||||
|
- 增加节点详细信息
|
||||||
|
|
||||||
|
### 依赖更新 (Deps)
|
||||||
|
- 更新依赖项,并将 UI 框架从 NextUI 迁移到 HeroUI
|
||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mihomo-party",
|
"name": "mihomo-party",
|
||||||
"version": "1.6.0",
|
"version": "1.7.0",
|
||||||
"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