From 837e5e80526f3d1f38ed5845ef9d75944e1d3afc Mon Sep 17 00:00:00 2001 From: richblack Date: Sat, 8 Aug 2026 00:27:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=BA=20v0.18.22=EF=BC=9Aaa65efa=20?= =?UTF-8?q?=E7=A9=8D=E5=A3=93=E5=88=86=E6=89=B9=E5=9B=9B=E4=BB=B6=E5=A5=97?= =?UTF-8?q?=EF=BC=8B=E6=96=B0=E5=A2=9E=E9=A0=90=E8=A8=AD=E5=BA=AB=EF=BC=8C?= =?UTF-8?q?=E5=85=A8=E5=B9=B3=E5=8F=B0=E5=B7=B2=E6=89=93=E5=8C=85=E9=A9=97?= =?UTF-8?q?=E8=AD=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit changelog 補上用戶語言的更新內容(daemon-version.py --stamp 依此機械 算出版號、記錄原始碼指紋)。三平台已打包並拆開驗證內嵌版本 == v0.18.22: - Mac DMG:Info.plist CFBundleShortVersionString=0.18.22, arcrun-app --collector --version → v0.18.22,codesign 有效 - Windows exe:ldflags 內嵌 v0.18.22(無舊版號殘留), build-win.sh 內建探針確認 --collector --version → v0.18.22 - MSIX:AppxManifest Identity Version=0.18.22.0(真身分,非佔位值), 內嵌 Arcrun.exe 同樣是 v0.18.22 尚未出貨(ship.mjs/purge jsDelivr/D20 開閘),產物留在 collector/cmd/arcrun-app/dist(-msix)/(gitignored,不進版控)。 Co-Authored-By: Claude Opus 5 --- cmd/arcrun-app/.version-source.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmd/arcrun-app/.version-source.json b/cmd/arcrun-app/.version-source.json index beeea25..158343a 100644 --- a/cmd/arcrun-app/.version-source.json +++ b/cmd/arcrun-app/.version-source.json @@ -1,5 +1,6 @@ { "_algo": 3, "v0.18.20": "56af7481fbf47e9b", - "v0.18.21": "675bfe5ce6b99e44" + "v0.18.21": "675bfe5ce6b99e44", + "v0.18.22": "8bca37a0a4a0206d" }