release: 0.2.1 — Windows path fix + version bump (Win & Mac)

Bump version to 0.2.1 across tauri.conf.json, package.json,
Cargo.toml, updater manifest, and Mac fallback URL.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-17 19:03:32 +08:00
co-authored by Claude Opus 4.6
parent 1090cd0809
commit f88f6a8c46
5 changed files with 6 additions and 16 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "heicode-desktop", "name": "heicode-desktop",
"private": true, "private": true,
"version": "0.2.0", "version": "0.2.1",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "heicode-desktop" name = "heicode-desktop"
version = "0.2.0" version = "0.2.1"
edition = "2021" edition = "2021"
[lib] [lib]
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"$schema": "https://raw.githubusercontent.com/nicegui/nicegui/main/nicegui/static/tauri-schema-v2.json", "$schema": "https://raw.githubusercontent.com/nicegui/nicegui/main/nicegui/static/tauri-schema-v2.json",
"productName": "HeiCode", "productName": "HeiCode",
"version": "0.2.0", "version": "0.2.1",
"identifier": "com.heicode.desktop", "identifier": "com.heicode.desktop",
"build": { "build": {
"frontendDist": "../dist", "frontendDist": "../dist",
+2 -2
View File
@@ -136,8 +136,8 @@ func filenameFromURL(rawURL string) string {
// (drag-to-Applications UX), NOT the .app.tar.gz which is the Tauri // (drag-to-Applications UX), NOT the .app.tar.gz which is the Tauri
// auto-updater payload. Bump these when a new Mac DMG ships to blob. // auto-updater payload. Bump these when a new Mac DMG ships to blob.
const ( const (
fallbackMacArmVersion = "0.1.9" fallbackMacArmVersion = "0.2.1"
fallbackMacArmURL = "https://heicodeblob.blob.core.windows.net/msi/desktop/0.1.9/HeiCode_0.1.9_aarch64.dmg" fallbackMacArmURL = "https://heicodeblob.blob.core.windows.net/msi/desktop/0.2.1/HeiCode_0.2.1_aarch64.dmg"
) )
// GetDesktopDownloads returns the latest released desktop client metadata // GetDesktopDownloads returns the latest released desktop client metadata
+1 -11
View File
@@ -1,11 +1 @@
{ {"version":"0.2.1","notes":"Heicode 0.2.1","pub_date":"2026-05-17T10:00:00.000Z","platforms":{"windows-x86_64":{"signature":"","url":"https://heicodeblob.blob.core.windows.net/msi/desktop/0.2.1/HeiCode_0.2.1_x64_en-US.msi"},"darwin-aarch64":{"signature":"","url":"https://heicodeblob.blob.core.windows.net/msi/desktop/0.2.1/HeiCode_0.2.1_aarch64.dmg"}}}
"version": "0.1.1",
"notes": "0.1.1 — 审批弹窗按钮不再被大 diff 挤走、任务卡死可手动 ✓ 闭合、AskUserQuestion 支持可多选、文案修正",
"pub_date": "2026-05-13T06:06:08.282Z",
"platforms": {
"windows-x86_64": {
"signature": "dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJpIHNlY3JldCBrZXkKUlVSa3lBOFkxcW5LdHhtQUxDK2h0YWc3aHhBM3N5NFF3TEgxMFV1V285dzdZRkpIT1VTdTl4b2pXekplNHBRQmpHNktmbitocjc3dEdkZmUyQUNwbUVUaHN5V1BUS2NwTGdRPQp0cnVzdGVkIGNvbW1lbnQ6IHRpbWVzdGFtcDoxNzc4NjUyMzE0CWZpbGU6SGVpQ29kZV8wLjEuMV94NjQtc2V0dXAuZXhlCk9hMkF0azhCUnRSNjZIZ1VmN1BTZi9Kdmowdk93aEltcDI3bGlsRm9RcHJiMjAwQkRhTytQd0lyaVBFYXg1Vk0rQjE5MXZaSkcwM0FINThrY2d2cUNBPT0K",
"url": "https://heicodeblob.blob.core.windows.net/msi/desktop/0.1.1/HeiCode_0.1.1_x64-setup.exe"
}
}
}