From 2b06a0456dca6640e4ec7e4f4534a933428aa79d Mon Sep 17 00:00:00 2001 From: richblack Date: Sat, 8 Aug 2026 03:10:11 +0800 Subject: [PATCH] =?UTF-8?q?v0.18.23=20changelog=EF=BC=88=E7=94=A8=E6=88=B6?= =?UTF-8?q?=E8=AA=9E=E8=A8=80=EF=BC=89=EF=BC=8B=E4=B8=89=E5=B9=B3=E5=8F=B0?= =?UTF-8?q?=E6=89=93=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 指紋閘擋下重打同版號(「兩個內容不同卻都叫 v0.18.22=版本號說謊」), 照它要求先寫 changelog 才放行——這個閘今天第一次真的攔到人,有效。 打包踩到一個坑:dmg 壓製回 resource temporarily unavailable, 真因是前一次對照實驗留下的 /Volumes/Arcrun 1 掛載點沒卸載。 hdiutil detach -force 後即通過。記下來免得下次誤判成打包壞了。 --- 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 158343a..1871efa 100644 --- a/cmd/arcrun-app/.version-source.json +++ b/cmd/arcrun-app/.version-source.json @@ -2,5 +2,6 @@ "_algo": 3, "v0.18.20": "56af7481fbf47e9b", "v0.18.21": "675bfe5ce6b99e44", - "v0.18.22": "8bca37a0a4a0206d" + "v0.18.22": "8bca37a0a4a0206d", + "v0.18.23": "0daa65adcf412419" }