We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7fe6d3 commit d994ecfCopy full SHA for d994ecf
2 files changed
CHANGELOG.MD
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-Version 1.2.25 (2026-02-03)
+Version 1.2.26 (2026-02-03)
4
5
## Changes since v1.2.25
6
@@ -11,6 +11,7 @@ All significant changes in this version are documented here.
11
12
- Updated dependencies
13
- Speeded up automatic optimal DNS fetching
14
+- Fixed inconsistent tray menu status issue
15
16
17
## 自 v1.2.25 以来的变更
@@ -22,6 +23,7 @@ All significant changes in this version are documented here.
22
23
24
- 更新了依赖项
25
- 加快自动获取最优DNS的速度
26
+- 修复托盘菜单状态不一致的问题
27
28
29
---
src-tauri/tauri.conf.json
{
"productName": "OneBox",
- "version": "1.2.25",
+ "version": "1.2.26",
"identifier": "cloud.oneoh.onebox",
"build": {
"beforeDevCommand": "bun run dev",
0 commit comments