Skip to content

Commit 4358402

Browse files
committed
chore: bump version
1 parent 4c805fe commit 4358402

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.MD

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ Use development and beta versions only if you are aware of the potential risks.
88

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

11+
### ✨ Features
12+
13+
- Added support for UA settings
14+
1115

1216
### ⚠ CHANGES LOG
1317

@@ -19,19 +23,25 @@ All significant changes in this version are documented here.
1923
### 🐛 Bug Fixes
2024

2125
- Fix the issue of failing to get "Direct DNS"
22-
26+
- Fix the issue of clicking "Dashboard" not responding on some systems
2327

2428
## 自 v1.1.78 以来的变更
2529

2630
本版本的所有重要变更将记录于此。
2731

32+
### ✨ 新增功能
33+
34+
- 支持 UA 设置
35+
2836
### ⚠ 变更日志
2937

3038
- 更新依赖库至最新版本
3139
- 规则集的下载默认走代理出口
3240
- sing-box 内核更新至 v1.12.12
3341

3442

43+
3544
### 🐛 问题修复
3645

37-
- 修复获取"直连 DNS" 失败的问题
46+
- 修复获取"直连 DNS" 失败的问题
47+
- 修复点击 "仪表盘" 在部分系统上无响应的问题

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"productName": "OneBox",
3-
"version": "1.1.79",
3+
"version": "1.1.80",
44
"identifier": "cloud.oneoh.onebox",
55
"build": {
66
"beforeDevCommand": "bun run dev",

0 commit comments

Comments
 (0)