From 5194065f5cebfa847061c43cf2c568a1c91721ce Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Fri, 05 Jun 2026 01:51:28 +0800
Subject: [PATCH] Prepare 7.8.14 final App Store build
---
Scripts/window_logic_qa.sh | 2 +-
Apptag/Info.plist | 2 +-
CHANGELOG.md | 3 ++-
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/Apptag/Info.plist b/Apptag/Info.plist
index 8cdb717..9633589 100644
--- a/Apptag/Info.plist
+++ b/Apptag/Info.plist
@@ -21,7 +21,7 @@
<key>CFBundleShortVersionString</key>
<string>7.8.14</string>
<key>CFBundleVersion</key>
- <string>20260605.0122</string>
+ <string>20260605.0150</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 90a7920..8b7b06d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,8 @@
- 修复 Quick Search 和 App Grid 没有扫描 `/System/Library/CoreServices/Applications`,导致“钥匙串访问 / Keychain Access”等系统应用无法被检索和启动的问题
- 该目录纳入轻量应用目录签名检查;目录未变化时仍不会触发额外索引刷新,避免拖慢打开 App Grid / Quick Search 的体验
-- 版本号更新为 `7.8.14`,Build 更新为 `20260605.0122`
+- 窗口 QA 坐标辅助脚本同步 Quick Search 面板识别条件,避免发布前 QA 被旧高度阈值误拦截
+- 版本号更新为 `7.8.14`,Build 更新为 `20260605.0150`
## [7.8.13] — 2026-06-04
diff --git a/Scripts/window_logic_qa.sh b/Scripts/window_logic_qa.sh
index 897add1..d30af67 100755
--- a/Scripts/window_logic_qa.sh
+++ b/Scripts/window_logic_qa.sh
@@ -806,7 +806,7 @@
return name.isEmpty
&& width >= 500
&& width <= 900
- && height >= 320
+ && height >= 120
&& height <= 850
}), let bounds = quickSearch[kCGWindowBounds as String] as? NSDictionary else {
fputs("FAIL: could not find quick search result-list bounds\n", stderr)
--
Gitblit v1.9.3