Ariver
2026-05-30 e47223fbd1a6ec0c1ea417d36c4eff1feee93b81
Prepare 7.8.3 release package
2 files modified
4 files added
87 ■■■■■ changed files
Apptag/Info.plist 4 ●●●● patch | view | raw | blame | history
CHANGELOG.md 6 ●●●●● patch | view | raw | blame | history
Release/AppStore-7.8.3-20260530.1652/APP_STORE_ASSET_INVENTORY.md 17 ●●●●● patch | view | raw | blame | history
Release/AppStore-7.8.3-20260530.1652/Archive/TagLauncher-7.8.3-20260530.1652-local-QA.dmg patch | view | raw | blame | history
Release/AppStore-7.8.3-20260530.1652/QA_RELEASE_EVIDENCE.md 35 ●●●●● patch | view | raw | blame | history
Release/AppStore-7.8.3-20260530.1652/README.md 25 ●●●●● patch | view | raw | blame | history
Apptag/Info.plist
@@ -19,9 +19,9 @@
    <key>CFBundlePackageType</key>
    <string>APPL</string>
    <key>CFBundleShortVersionString</key>
    <string>7.8.2</string>
    <string>7.8.3</string>
    <key>CFBundleVersion</key>
    <string>20260520.1452</string>
    <string>20260530.1652</string>
    <key>LSApplicationCategoryType</key>
    <string>public.app-category.utilities</string>
    <key>LSMinimumSystemVersion</key>
CHANGELOG.md
@@ -1,5 +1,11 @@
# TagLauncher Changelog
## [7.8.3] — 2026-05-30
- 修复设置窗口宽度不足导致系统 `Navigation Tab Bar` 折叠入口固定出现的问题,设置页签恢复直接可见
- 修复隐藏 Dock 图标时 Quick Search 独立唤出会导致 Dock/菜单图标短暂闪现的问题,同时保持输入框自动获得焦点
- 版本号更新为 `7.8.3`,Build 更新为 `20260530.1652`
## [7.8.2] — 2026-05-30
- 修复全局 `Fn + Space` 唤出 Quick Search 后输入框未立即获得焦点的问题,用户可以唤出后直接输入
Release/AppStore-7.8.3-20260530.1652/APP_STORE_ASSET_INVENTORY.md
New file
@@ -0,0 +1,17 @@
# App Store Asset Inventory
This release pack freezes TagLauncher `7.8.3` build `20260530.1652`.
## Included
- `Archive/TagLauncher-7.8.3-20260530.1652-local-QA.dmg`
- `README.md`
- `QA_RELEASE_EVIDENCE.md`
- `APP_STORE_ASSET_INVENTORY.md`
## External Items Still Required For App Store Upload
- Apple Developer Bundle ID selection/confirmation in App Store Connect.
- Mac App Store signing certificate and provisioning profile.
- Final App Store screenshots and metadata review before submission.
Release/AppStore-7.8.3-20260530.1652/Archive/TagLauncher-7.8.3-20260530.1652-local-QA.dmg
Binary files differ
Release/AppStore-7.8.3-20260530.1652/QA_RELEASE_EVIDENCE.md
New file
@@ -0,0 +1,35 @@
# QA Release Evidence
## Build Under Test
- Version: `7.8.3`
- Build: `20260530.1652`
- App: `/Users/ar/Projects/Taglauncher/build/TagLauncher.app`
- DMG: `/Users/ar/Projects/Taglauncher/build/TagLauncher.dmg`
- Archived DMG: `Archive/TagLauncher-7.8.3-20260530.1652-local-QA.dmg`
- DMG SHA-256: `f369b8ea3ee9b1e3f1e7f8aa9ff2892427292fec1ffbf84943b0044820be749b`
## Checks
- Version metadata:
  - `CFBundleShortVersionString = 7.8.3`
  - `CFBundleVersion = 20260530.1652`
- Code signing:
  - `codesign --verify --deep --strict --verbose=2 build/TagLauncher.app`
  - Result: passed
- Disk image:
  - `hdiutil verify build/TagLauncher.dmg`
  - Result: passed
- Window logic:
  - `APP_BUILD=20260530.1652 Scripts/window_logic_qa.sh`
  - Result: `ALL WINDOW LOGIC QA PASSED`
## Targeted Fix Coverage
- Preferences tab overflow:
  - Settings default size increased to `1000 x 480`
  - The system `Navigation Tab Bar` overflow indicator was not present in targeted AX verification.
- Quick Search hidden-Dock chrome:
  - Hidden-Dock quick-only Quick Search keeps accessory activation policy instead of switching to regular app chrome.
  - Targeted verification observed `dockCount=0` and focused text field after invoking Quick Search.
Release/AppStore-7.8.3-20260530.1652/README.md
New file
@@ -0,0 +1,25 @@
# TagLauncher 7.8.3 Release Pack
This folder freezes TagLauncher `7.8.3` build `20260530.1652` for local QA distribution and Mac App Store submission preparation.
## Release Identity
- Product: `TagLauncher`
- Version: `7.8.3`
- Build: `20260530.1652`
- Branch: `codex/fix-quick-search-focus-routing`
- Local QA DMG: `Archive/TagLauncher-7.8.3-20260530.1652-local-QA.dmg`
- DMG SHA-256: `f369b8ea3ee9b1e3f1e7f8aa9ff2892427292fec1ffbf84943b0044820be749b`
## Changes Since 7.8.2
- Fixed Preferences tabs collapsing into the system `Navigation Tab Bar` overflow by increasing the settings window size.
- Fixed hidden-Dock Quick Search sessions causing a transient Dock/menu chrome flash while preserving automatic input focus.
## Verification
- App version metadata verified: `7.8.3 (20260530.1652)`
- `codesign --verify --deep --strict --verbose=2 build/TagLauncher.app`: passed
- `hdiutil verify build/TagLauncher.dmg`: passed
- `Scripts/window_logic_qa.sh`: passed on rerun; the first run hit one fullscreen-window capture race and the unchanged rerun completed all checks.