Archive
Release archive
Change Log v0.0.1
Bug Fixes
- Fixed a Windows crash in the app update dialog that could occur after clicking Install app update and trigger an egui layout panic.
- Update and export progress bars now use finite, guarded UI widths instead of infinite layout values.
- Added regression tests for the UI width guard to catch NaN/Infinity-related layout failures earlier.
Fixed a crash in the GUI preview path where a failed offscreen GPU render could leave the shared egui/wgpu state invalid and trigger a later panic during UI index-buffer uploads.
The preview renderer now fails fast on offscreen validation errors, discards invalid preview state, and rebuilds the preview renderer on the next frame instead of continuing with a corrupted GPU state. This improves stability when the preview surface or GPU state becomes transiently invalid on Windows.