Skip to content

Commit db1a78f

Browse files
author
Xiaoxia
committed
chore: update version to 0.8.0
- Incremented version number in Info.plist, appcast.xml, and version.json. - Updated release notes to reflect bug fixes and changes. - Adjusted download URLs and SHA256 checksums for the new version. - Changed publication date in appcast.xml.
1 parent fd7977d commit db1a78f

3 files changed

Lines changed: 16 additions & 18 deletions

File tree

src/manager-macos/Resources/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.7.1</string>
20+
<string>0.8.0</string>
2121
<key>CFBundleVersion</key>
22-
<string>0.7.1</string>
22+
<string>0.8.0</string>
2323
<key>LSApplicationCategoryType</key>
2424
<string>public.app-category.developer-tools</string>
2525
<key>LSMinimumSystemVersion</key>

website/public/api/appcast.xml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,24 +26,22 @@
2626
/>
2727
</item>
2828
<item>
29-
<title>Version 0.7.1</title>
29+
<title>Version 0.8.0</title>
3030
<description><![CDATA[
3131
<ul>
32-
<li>- 修复公证签名</li>
33-
<li>- 菜单中增加帮助文档</li>
34-
<li>- 优化性能</li>
32+
<li>- 修复若干bug</li>
3533
<li>- 重要‼ 0.5.7 之前版本,请在升级前确保已备份虚拟机内的重要数据</li>
3634
</ul>
3735
]]></description>
38-
<pubDate>Tue, 21 Apr 2026 00:00:00 -0000</pubDate>
36+
<pubDate>Fri, 08 May 2026 00:00:00 -0000</pubDate>
3937
<sparkle:minimumSystemVersion>12</sparkle:minimumSystemVersion>
4038
<enclosure
41-
url="https://files.xiaozhi.me/tenbox/releases/TenBox-0.7.1.zip"
39+
url="https://files.xiaozhi.me/tenbox/releases/TenBox-0.8.0.zip"
4240
sparkle:os="macos"
43-
sparkle:version="0.7.1"
44-
sparkle:shortVersionString="0.7.1"
45-
sparkle:edSignature="/9KmNIg1rRTjEUBwqV/HQ1OK30omScLx2Rjl2sd54kJLUoe16FpJ0voXnY/ERt7ie+tyuCyz7SFpGO+9Q1WyCw=="
46-
length="4676137"
41+
sparkle:version="0.8.0"
42+
sparkle:shortVersionString="0.8.0"
43+
sparkle:edSignature="ofzj0VeQ8edjzR40AjZGWCEYffiZi/sLByUyRF/71qddMoywttEP0gCNGYVxIo9aAeb+P3mX4hm46h8VnTnyCA=="
44+
length="4727818"
4745
type="application/octet-stream"
4846
/>
4947
</item>

website/public/api/version.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
"min_os": "Windows 10"
1717
},
1818
"macos": {
19-
"latest_version": "0.7.1",
20-
"release_notes": "- 修复公证签名\n- 菜单中增加帮助文档\n- 优化性能\n- 重要‼ 0.5.7 之前版本,请在升级前确保已备份虚拟机内的重要数据",
21-
"release_date": "2026-04-21",
22-
"download_url": "https://files.xiaozhi.me/tenbox/releases/TenBox-0.7.1.dmg",
23-
"sha256": "81664cf3d567d384f661f504e5022ff1aee8b74b132ea6f5cf5e9b1fcf23e401",
24-
"size": 4620900,
19+
"latest_version": "0.8.0",
20+
"release_notes": "- 修复若干bug\n- 重要‼ 0.5.7 之前版本,请在升级前确保已备份虚拟机内的重要数据",
21+
"release_date": "2026-05-08",
22+
"download_url": "https://files.xiaozhi.me/tenbox/releases/TenBox-0.8.0.dmg",
23+
"sha256": "4aee82d5aaaf43bd34d9194860c9870e2724f02b6c4288daf3467d3075ea22ef",
24+
"size": 4669948,
2525
"min_os": "macOS 12"
2626
}
2727
}

0 commit comments

Comments
 (0)