v4.3.4

enricoros/big-AGIv4.3.4Jan 23, 2026by juliangarnier

AI Summary

Enhances Web Animations API (WAAPI) integration by automatically persisting synced animations and fixes a comment syntax error in the onScroll handler.

Key Highlights

  • Synced WAAPI animations now persist automatically
  • Fixed onScroll comment syntax error

Full Release Notes

## Improvements
- **WAAPI / Timeline**
  - Synced WAAPI animations now automatically have their `persist` property set to `true` (#1121)

## Bug Fixes
- **onScroll**
  - Fix comment syntax potentially causing an error (#1124)