Ariver
2026-06-24 32b18f2b9fb544e9afcdbed88226b6bd92555390
Archive 8.0.1 acceptance package
5 files added
104 ■■■■■ changed files
src/Release/Acceptance-8.0.1-20260624.2021/Archive/TagLauncher-8.0.1-build20260624.2021.dmg patch | view | raw | blame | history
src/Release/Acceptance-8.0.1-20260624.2021/QA_RELEASE_EVIDENCE.md 39 ●●●●● patch | view | raw | blame | history
src/Release/Acceptance-8.0.1-20260624.2021/README.md 8 ●●●●● patch | view | raw | blame | history
src/Release/Acceptance-8.0.1-20260624.2021/RELEASE_MANIFEST.md 56 ●●●●● patch | view | raw | blame | history
src/Release/Acceptance-8.0.1-20260624.2021/SHA256SUMS.txt 1 ●●●● patch | view | raw | blame | history
src/Release/Acceptance-8.0.1-20260624.2021/Archive/TagLauncher-8.0.1-build20260624.2021.dmg
Binary files differ
src/Release/Acceptance-8.0.1-20260624.2021/QA_RELEASE_EVIDENCE.md
New file
@@ -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.
src/Release/Acceptance-8.0.1-20260624.2021/README.md
New file
@@ -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 上传包。
src/Release/Acceptance-8.0.1-20260624.2021/RELEASE_MANIFEST.md
New file
@@ -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.
src/Release/Acceptance-8.0.1-20260624.2021/SHA256SUMS.txt
New file
@@ -0,0 +1 @@
54d02e0f3f3baba359e6cf5a88e6d05522d9ac5c7a956ddce028c6c6b2773c55  Archive/TagLauncher-8.0.1-build20260624.2021.dmg