mirror of
https://github.com/flash555588/ai-model-workbench.git
synced 2026-07-22 06:56:38 +00:00
1 KiB
1 KiB
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()withwindow.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 lintnpm run typechecknpm testnpm run verify:previewnpm run buildnpm run verify:releasenpm run verify:obsidian -- --clean