-
Notifications
You must be signed in to change notification settings - Fork 655
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8d88851
commit f179949
Showing
2 changed files
with
30 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,32 @@ | ||
### Features | ||
### 新功能 (Feat) | ||
- 增加更多核心设置 | ||
- 添加内联支持和缺失的翻译 | ||
- 增加连接的时间排序功能 | ||
- 添加 i18n 支持,包含英文翻译 | ||
|
||
- 添加更多设置项 | ||
- macOS代码签名 | ||
### 修复 (Fix) | ||
- 延迟按钮宽度的自动调整 | ||
- 渲染 Card 为 div,防止按钮嵌套导致的 Hydration 错误 | ||
- 解决自动运行受控组件的警告 | ||
- 解决标题栏覆盖和受控组件的警告 | ||
- 解决无法点击配置文件的问题 | ||
- 解决组件层级中的无效按钮嵌套 | ||
- 在 NextUI 按钮组件中用 `onPress` 替换 `onClick` | ||
- 添加 `aria-label` 以解决可访问性警告 | ||
- UI 中的延迟测试结果支持自动更新,无需点击 | ||
- 移除 NextUI Card 组件中的嵌套按钮元素 | ||
- 修复 `useWindowFrame` 切换时的重复重启问题 (#457) | ||
|
||
### Bug Fixes | ||
### 重构 (Refactor) | ||
- 按文件类型筛选提供者,而不是按订阅信息筛选 | ||
- 添加缺失的 `aria-label`,提升可访问性合规性 | ||
|
||
- 修复路径错误的问题 | ||
- 修复macOS拨号网络无法设置系统代理的问题 | ||
### 其他改进 (Chore) | ||
- 格式化语言文件并删除未使用的文件 | ||
- 添加缺失的 i18n 字符串和 UI 调整 | ||
- 更新依赖项 | ||
- 记住滚动位置和展开状态 | ||
- 增加代理项的详细信息 | ||
|
||
### 依赖更新 (Deps) | ||
- 更新依赖项,并将 UI 框架从 NextUI 迁移到 HeroUI |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters