| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| latest.json | 2026-04-30 | 7.4 kB | |
| Frame_0.29.2_aarch64.AppImage.sig | 2026-04-30 | 420 Bytes | |
| Frame_0.29.2_aarch64.AppImage | 2026-04-30 | 210.1 MB | |
| Frame_0.29.2_arm64.deb.sig | 2026-04-30 | 412 Bytes | |
| Frame_0.29.2_arm64.deb | 2026-04-30 | 68.9 MB | |
| Frame_0.29.2_x64-setup.exe.sig | 2026-04-30 | 416 Bytes | |
| Frame_0.29.2_x64-setup.exe | 2026-04-30 | 97.2 MB | |
| Frame_0.29.2_amd64.AppImage.sig | 2026-04-30 | 416 Bytes | |
| Frame_0.29.2_amd64.AppImage | 2026-04-30 | 227.4 MB | |
| Frame_0.29.2_amd64.deb.sig | 2026-04-30 | 412 Bytes | |
| Frame_0.29.2_amd64.deb | 2026-04-30 | 77.6 MB | |
| Frame_aarch64.app.tar.gz.sig | 2026-04-30 | 404 Bytes | |
| Frame_aarch64.app.tar.gz | 2026-04-30 | 72.2 MB | |
| Frame_0.29.2_aarch64.dmg | 2026-04-30 | 69.8 MB | |
| Frame_x64.app.tar.gz.sig | 2026-04-30 | 404 Bytes | |
| Frame_x64.app.tar.gz | 2026-04-30 | 83.0 MB | |
| Frame_0.29.2_x64.dmg | 2026-04-30 | 81.5 MB | |
| README.md | 2026-04-30 | 536 Bytes | |
| v0.29.2 source code.tar.gz | 2026-04-30 | 6.6 MB | |
| v0.29.2 source code.zip | 2026-04-30 | 6.7 MB | |
| Totals: 20 Items | 1.0 GB | 1 | |
Fixed
- Preview Image Loading: Fixed image sources and image overlays in the Pixi preview by decoding local files through the Tauri filesystem API and
ImageBitmap, avoiding stalled Pixi image loads and WebGPU cross-origin upload failures in dev and packaged builds. - Preview WebGPU Rendering: Centralized Pixi preview imports through a local bootstrap module with the required WebGPU uniform upload compatibility patch, and isolated overlay rendering in its own render group to keep overlay controls rendering correctly.