Skip to content

Commit d094d1c

Browse files
committed
Merge branch 'feature/beta'
2 parents b4df49f + a840ecf commit d094d1c

File tree

16 files changed

+338
-379
lines changed

16 files changed

+338
-379
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ src-tauri/binaries
2828

2929

3030
src-tauri/*.db
31-
src-tauri/examples
31+
src-tauri/examples
32+
target

CHANGELOG.MD

Lines changed: 11 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,43 +4,34 @@
44

55
Use development and beta versions only if you are aware of the potential risks.
66

7-
## Changes since v1.1.73
7+
## Changes since v1.1.76
88

99
All significant changes in this version are documented here.
1010

1111

12-
### ✨ Features
13-
14-
- None
15-
16-
1712
### ⚠ CHANGES LOG
1813

19-
- Improved UI details
20-
- Updated dependencies
21-
- Improved translations
14+
- sing-box core updated to v1.12.12
15+
- Updated dependencies to the latest version
16+
- The download of rule sets defaults to proxy exit
17+
2218

2319
### 🐛 Bug Fixes
2420

25-
- Direct DNS and DHCP options are mutually exclusive
21+
- Fix the issue of failing to get "Direct DNS"
2622

2723

28-
## 自 v1.1.70 以来的变更
24+
## 自 v1.1.73 以来的变更
2925

3026
本版本的所有重要变更将记录于此。
3127

32-
### ✨ 新增功能
33-
34-
-
35-
36-
3728
### ⚠ 变更日志
3829

39-
- 改进翻译
40-
- 改进UI细节
41-
- 更新依赖项
30+
- 更新依赖库至最新版本
31+
- 规则集的下载默认走代理出口
32+
- sing-box 内核更新至 v1.12.12
4233

4334

4435
### 🐛 问题修复
4536

46-
- "DHCP" 与 "直连DNS" 选项互斥
37+
- 修复获取"直连 DNS" 失败的问题

bun.lock

Lines changed: 68 additions & 64 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,22 @@
1111
"prepare": "husky"
1212
},
1313
"dependencies": {
14-
"@tailwindcss/vite": "^4.1.14",
15-
"@tauri-apps/api": "^2.8.0",
16-
"@tauri-apps/plugin-autostart": "^2.5.0",
17-
"@tauri-apps/plugin-clipboard-manager": "~2.3.0",
18-
"@tauri-apps/plugin-dialog": "^2.4.0",
19-
"@tauri-apps/plugin-fs": "~2.4.2",
20-
"@tauri-apps/plugin-http": "~2.5.2",
21-
"@tauri-apps/plugin-log": "~2.7.0",
22-
"@tauri-apps/plugin-opener": "^2.5.0",
23-
"@tauri-apps/plugin-os": "~2.3.1",
24-
"@tauri-apps/plugin-process": "^2.3.0",
25-
"@tauri-apps/plugin-shell": "~2.3.1",
26-
"@tauri-apps/plugin-sql": "~2.3.0",
27-
"@tauri-apps/plugin-store": "~2.4.0",
14+
"@tailwindcss/vite": "^4.1.16",
15+
"@tauri-apps/api": "^2.9.0",
16+
"@tauri-apps/plugin-autostart": "^2.5.1",
17+
"@tauri-apps/plugin-clipboard-manager": "~2.3.2",
18+
"@tauri-apps/plugin-dialog": "^2.4.2",
19+
"@tauri-apps/plugin-fs": "~2.4.4",
20+
"@tauri-apps/plugin-http": "~2.5.4",
21+
"@tauri-apps/plugin-log": "~2.7.1",
22+
"@tauri-apps/plugin-opener": "^2.5.2",
23+
"@tauri-apps/plugin-os": "~2.3.2",
24+
"@tauri-apps/plugin-process": "^2.3.1",
25+
"@tauri-apps/plugin-shell": "~2.3.3",
26+
"@tauri-apps/plugin-sql": "~2.3.1",
27+
"@tauri-apps/plugin-store": "~2.4.1",
2828
"@tauri-apps/plugin-updater": "^2.9.0",
29-
"@tauri-apps/plugin-window-state": "^2.4.0",
29+
"@tauri-apps/plugin-window-state": "^2.4.1",
3030
"bytes": "^3.1.2",
3131
"clsx": "^2.1.1",
3232
"framer-motion": "^12.23.24",
@@ -35,18 +35,18 @@
3535
"react-dom": "^19.2.0",
3636
"sonner": "^2.0.7",
3737
"swr": "^2.3.6",
38-
"tailwindcss": "^4.1.14",
38+
"tailwindcss": "^4.1.16",
3939
"zod": "^4.1.12"
4040
},
4141
"devDependencies": {
42-
"@tauri-apps/cli": "^2.8.4",
42+
"@tauri-apps/cli": "^2.9.1",
4343
"@types/bytes": "^3.1.5",
44-
"@types/node": "^22.18.11",
44+
"@types/node": "^22.18.12",
4545
"@types/unzipper": "^0.10.11",
4646
"@types/react": "^19.2.2",
4747
"@types/react-dom": "^19.2.2",
4848
"@vitejs/plugin-react": "^4.7.0",
49-
"daisyui": "^5.3.7",
49+
"daisyui": "^5.3.10",
5050
"husky": "^9.1.7",
5151
"tar": "^7.5.1",
5252
"typescript": "~5.6.3",

0 commit comments

Comments
 (0)