From 32b18f2b9fb544e9afcdbed88226b6bd92555390 Mon Sep 17 00:00:00 2001 From: Ariver <shanghai3168@gmail.com> Date: Wed, 24 Jun 2026 20:54:06 +0800 Subject: [PATCH] Archive 8.0.1 acceptance package --- src/Release/Acceptance-8.0.1-20260624.2021/SHA256SUMS.txt | 1 src/Release/Acceptance-8.0.1-20260624.2021/RELEASE_MANIFEST.md | 56 ++++++++++++++++++++++++++++ src/Release/Acceptance-8.0.1-20260624.2021/README.md | 8 ++++ src/Release/Acceptance-8.0.1-20260624.2021/Archive/TagLauncher-8.0.1-build20260624.2021.dmg | 0 src/Release/Acceptance-8.0.1-20260624.2021/QA_RELEASE_EVIDENCE.md | 39 +++++++++++++++++++ 5 files changed, 104 insertions(+), 0 deletions(-) diff --git a/src/Release/Acceptance-8.0.1-20260624.2021/Archive/TagLauncher-8.0.1-build20260624.2021.dmg b/src/Release/Acceptance-8.0.1-20260624.2021/Archive/TagLauncher-8.0.1-build20260624.2021.dmg new file mode 100644 index 0000000..37aedbc --- /dev/null +++ b/src/Release/Acceptance-8.0.1-20260624.2021/Archive/TagLauncher-8.0.1-build20260624.2021.dmg Binary files differ diff --git a/src/Release/Acceptance-8.0.1-20260624.2021/QA_RELEASE_EVIDENCE.md b/src/Release/Acceptance-8.0.1-20260624.2021/QA_RELEASE_EVIDENCE.md new file mode 100644 index 0000000..0702eec --- /dev/null +++ b/src/Release/Acceptance-8.0.1-20260624.2021/QA_RELEASE_EVIDENCE.md @@ -0,0 +1,39 @@ +# QA Release Evidence - TagLauncher 8.0.1 build20260624.2021 + +## Environment + +- Date: 2026-06-24 +- Branch: `codex/dark-glass-8.0.0` +- Source commit: `c1d6cfc` +- Version/build: `8.0.1 / 20260624.2021` +- SDK selected by scripts: `/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX27.0.sdk` + +## Automated QA + +| Check | Result | +| --- | --- | +| `bash src/Scripts/tag_double_click_preferences_qa.sh` | PASS | +| `bash src/Scripts/tag_navigation_hover_scroll_qa.sh` | PASS | +| `bash src/Scripts/theme_settings_qa.sh` | PASS | +| `bash src/Scripts/appgrid_startup_loading_qa.sh` | PASS | +| `bash src/Scripts/macos14_availability_typecheck_qa.sh` | PASS | +| `bash src/Scripts/macos14_build_metadata_qa.sh` | PASS | + +## Package Verification + +| Check | Result | +| --- | --- | +| Built app metadata | `8.0.1 (20260624.2021)`, `LSMinimumSystemVersion=14.0` | +| `codesign --verify --deep --strict --verbose=2 src/build/TagLauncher.app` | PASS | +| `hdiutil verify src/build/TagLauncher-8.0.1-build20260624.2021.dmg` | PASS | +| DMG mount contents | `TagLauncher.app` and `Applications -> /Applications` present | +| Mounted app metadata | `8.0.1 (20260624.2021)` | +| SHA256 | `54d02e0f3f3baba359e6cf5a88e6d05522d9ac5c7a956ddce028c6c6b2773c55` | + +## Acceptance Focus + +- Confirm App Grid theme switching still works. +- Confirm entering edit mode always uses the default light App Grid and exits back to the selected theme. +- Confirm repeated App Grid opening no longer immediately shows a visible spinner in common warm-cache paths. +- Confirm double-clicking a tag opens Preferences and lands on the Tags tab. +- Confirm single-click tag navigation, tag hover auto-scroll, and long-press reorder still behave normally. diff --git a/src/Release/Acceptance-8.0.1-20260624.2021/README.md b/src/Release/Acceptance-8.0.1-20260624.2021/README.md new file mode 100644 index 0000000..e0670ef --- /dev/null +++ b/src/Release/Acceptance-8.0.1-20260624.2021/README.md @@ -0,0 +1,8 @@ +# TagLauncher 8.0.1 build20260624.2021 + +- 类型:验收候选包 +- DMG:`Archive/TagLauncher-8.0.1-build20260624.2021.dmg` +- 源码 commit:`c1d6cfc` +- SHA256:`54d02e0f3f3baba359e6cf5a88e6d05522d9ac5c7a956ddce028c6c6b2773c55` + +本包用于用户验收 8.0.1 深色毛玻璃主题、启动加载体验和标签双击进入设置标签页交互。当前包为本地验收候选包,非 App Store 上传包。 diff --git a/src/Release/Acceptance-8.0.1-20260624.2021/RELEASE_MANIFEST.md b/src/Release/Acceptance-8.0.1-20260624.2021/RELEASE_MANIFEST.md new file mode 100644 index 0000000..8f1acea --- /dev/null +++ b/src/Release/Acceptance-8.0.1-20260624.2021/RELEASE_MANIFEST.md @@ -0,0 +1,56 @@ +# TagLauncher 8.0.1 build20260624.2021 Release Manifest + +## Scope + +- Package type: acceptance candidate DMG for user validation. +- Version: `8.0.1` +- Build: `20260624.2021` +- Branch: `codex/dark-glass-8.0.0` +- Source commit: `c1d6cfc` +- CODEGRAPH check: checked and updated. `CODEGRAPH.md` records the 8.0 theme system, startup loading smoothing, and tag double-click settings QA entry. + +## Changes + +- App Grid theme system with 8 background themes. +- Edit mode temporarily renders with the default light App Grid regardless of selected theme. +- App Grid startup loading smoothing via last snapshot reuse and delayed spinner. +- Tag navigation double-click opens Preferences on the Tags tab. +- Single-click tag navigation, hover auto-scroll, and long-press tag reorder remain protected. + +## Build Commands + +```bash +bash src/Scripts/tag_double_click_preferences_qa.sh +bash src/Scripts/tag_navigation_hover_scroll_qa.sh +bash src/Scripts/theme_settings_qa.sh +bash src/Scripts/appgrid_startup_loading_qa.sh +bash src/Scripts/macos14_availability_typecheck_qa.sh +APP_BUILD=20260624.2021 bash ./build.sh +bash ./make_dmg.sh +mv build/TagLauncher.dmg build/TagLauncher-8.0.1-build20260624.2021.dmg +``` + +## Artifacts + +- Build output DMG: `src/build/TagLauncher-8.0.1-build20260624.2021.dmg` +- Archived DMG: `src/Release/Acceptance-8.0.1-20260624.2021/Archive/TagLauncher-8.0.1-build20260624.2021.dmg` +- SHA256: `54d02e0f3f3baba359e6cf5a88e6d05522d9ac5c7a956ddce028c6c6b2773c55` +- Size: `5.8M` + +## Verification + +- `tag_double_click_preferences_qa.sh`: PASS. +- `tag_navigation_hover_scroll_qa.sh`: PASS. +- `theme_settings_qa.sh`: PASS. +- `appgrid_startup_loading_qa.sh`: PASS. +- `macos14_availability_typecheck_qa.sh`: PASS. +- `macos14_build_metadata_qa.sh`: PASS. +- Built app metadata: `8.0.1 (20260624.2021)`, minimum macOS `14.0`. +- `codesign --verify --deep --strict --verbose=2`: PASS. +- `hdiutil verify`: PASS. +- Mounted DMG contains `TagLauncher.app` and `Applications -> /Applications`: PASS. + +## Notes + +- DMG is ad-hoc signed for local acceptance validation, not an App Store upload package. +- User acceptance is still required before treating this as a frozen release package. diff --git a/src/Release/Acceptance-8.0.1-20260624.2021/SHA256SUMS.txt b/src/Release/Acceptance-8.0.1-20260624.2021/SHA256SUMS.txt new file mode 100644 index 0000000..257d408 --- /dev/null +++ b/src/Release/Acceptance-8.0.1-20260624.2021/SHA256SUMS.txt @@ -0,0 +1 @@ +54d02e0f3f3baba359e6cf5a88e6d05522d9ac5c7a956ddce028c6c6b2773c55 Archive/TagLauncher-8.0.1-build20260624.2021.dmg -- Gitblit v1.9.3