v0.7.66
simstudioai/simv0.7.66Aug 10, 2026by github-actions[bot]
AI Summary
Refactors URL state management and email rendering, alongside fixes for invite handling, provenance reporting, and account creation logic.
Key Highlights
- Refactor URL state to use nuqs setters and derive state instead of mirroring
- Funnel emails through a shared render and subject layer
- Fix invite loading state to wait for token resolution
- Fix auth to stop offering account creation when disabled
Full Release Notes
## Improvements - improvement(url-state): use nuqs setters and derive state instead of mirroring it (#6486) - improvement(emails): funnel every sender through the shared render and subject layer (#6482) ## Bug Fixes - fix(invite): hold the loading state until the stored token resolves (#6488) - fix(provenance): report why a projection was refused, at the point of refusal (#6483) - fix(auth): stop offering account creation when registration is disabled (#6484) ## Other Changes - chore(deps): drop the archived image-size dependency (#6485) ## Contributors - @waleedlatif1 [View changes on GitHub](https://github.com/simstudioai/sim/compare/v0.7.65...v0.7.66)