Skip to content

Commit 7e195fe

Browse files
committed
Merge branch 'feature/beta'
2 parents b7c071f + 675020e commit 7e195fe

File tree

16 files changed

+305
-114
lines changed

16 files changed

+305
-114
lines changed

CHANGELOG.MD

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
# Changelog
22
Use development and beta versions only if you are aware of the potential risks.
33

4-
## Changes since v1.1.47
4+
## Changes since v1.1.52
55
All significant changes in this version are documented here.
66

77
### ⚠ CHANGES
8-
- Upgraded sing-box core to v1.12.4.
9-
- The application now automatically checks network status on startup.
10-
- Added a prompt suggesting a computer restart if adding a configuration file fails.
11-
- Updated the network check address to http://connectivitycheck.gstatic.com/generate_204
8+
- Add DHCP DNS configuration and toggle functionality
9+
- Change default DNS from DHCP to 223.5.5.5
10+
- Update Rust dependencies
1211

1312

14-
## 自 v1.1.47 以来的变更
13+
## 自 v1.1.52 以来的变更
1514
本版本的所有重要变更将记录于此。
1615

1716
### ⚠ 变更
18-
- sing-box 内核升级至 v1.12.4。
19-
- 应用启动时自动检测网络状态。
20-
- 配置文件添加失败时,新增“建议重启电脑”的提示。
21-
- 网络检测地址更新为 http://connectivitycheck.gstatic.com/generate_204
17+
- 新增 DHCP DNS 配置及开关功能
18+
- 将默认 DNS 从 DHCP 获取改为 223.5.5.5
19+
- 更新 Rust 依赖

bun.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
"devDependencies": {
3838
"@tauri-apps/cli": "^2.8.3",
3939
"@types/react": "^19.1.12",
40-
"@types/react-dom": "^19.1.8",
40+
"@types/react-dom": "^19.1.9",
4141
"@vitejs/plugin-react": "^4.7.0",
42-
"daisyui": "^5.0.53",
42+
"daisyui": "^5.0.54",
4343
"husky": "^9.1.7",
4444
"tar": "^7.4.3",
4545
"typescript": "~5.6.3",

0 commit comments

Comments
 (0)