flash555588_ai-model-workbench/docs/release-notes/0.7.6.md
2026-07-12 23:28:52 +08:00

32 lines
1 KiB
Markdown

# AI Model Workbench 0.7.6
`0.7.6` is a source-review patch for the `0.7.5` Slice and measurement
interaction release.
## Changes
- Replaced Babylon preview `activeWindow.requestAnimationFrame()` with
`window.requestAnimationFrame()` to satisfy Obsidian's timer API source-review
rule.
- Replaced the related Babylon focus and Slice frame cancellations with
`window.cancelAnimationFrame()` for consistent scheduling and cleanup.
- Rebuilt the packaged plugin assets with the review-approved calls.
## Behavior
- Slice, measurement, focus, disassembly, annotation, and camera behavior are
unchanged from `0.7.5`.
- Babylon.js compatibility mode remains the default single-model route.
- Three.js opt-in routing, Converted GLB fast-path behavior, and Babylon fallback
remain unchanged.
- No settings or persisted-data migration is introduced.
## Verification
- `npm run lint`
- `npm run typecheck`
- `npm test`
- `npm run verify:preview`
- `npm run build`
- `npm run verify:release`
- `npm run verify:obsidian -- --clean`