Reasonix v1.21.5
Faster session switching, stable WebView2 animations, and completion receipts that show what changed.更快的会话切换、稳定的 WebView2 动画,以及显示变更内容的完成回执。
Highlights重点内容
WebView2 animation crashes resolved修复 WebView2 动画崩溃
Replaced GSAP-specific motion helpers with CSS-compatible Web Animations tokens. Approval, collapse, and entrance animations now fail gracefully when WebView2 rejects or cancels an animation, preventing fatal errors.将 GSAP 专用的动画辅助函数替换为兼容 CSS 的 Web Animations 标记。当 WebView2 拒绝或取消动画时,批准、折叠和入场动画现在会优雅降级,避免致命错误。
Faster session switching更快的会话切换
Reduced duplicate backend calls during session switches. The project tree no longer refetches on every switch, and read-only queries are coalesced within a 200ms window, cutting IPC time by up to 35%.减少了会话切换时的重复后端调用。项目树不再在每次切换时重新获取,只读查询在 200 毫秒窗口内合并,IPC 时间最多减少 35%。
Completion receipts show what changed完成回执显示变更内容
The completion report now includes changed paths, verification commands and outcomes, and gap details. Delivered via TurnDone and eventwire, so streaming JSON and frontends receive it automatically.完成报告现在包含变更路径、验证命令及其结果,以及差距详情。通过 TurnDone 和 eventwire 传递,流式 JSON 和前端会自动接收。
New新增
Completion receipts完成回执
TurnDone now includes a receipt with changed paths, verification commands, and gap details. Empty turns produce no receipt.TurnDone 现在包含回执,其中包含变更路径、验证命令和差距详情。空回合不产生回执。
Improved改进
Fixed修复
WebView2 animation crashesWebView2 动画崩溃
GSAP easing tokens replaced with CSS-compatible syntax. Animations fail open when WebView2 rejects them, preventing fatal errors.将 GSAP 缓动标记替换为兼容 CSS 的语法。当 WebView2 拒绝动画时,动画会优雅降级,避免致命错误。
Thanks致谢
This release was shaped by:感谢本版本的贡献者:
Ready when you are准备好即可升级