Releases: WaveSpeedAI/wavespeed-desktop
Releases · WaveSpeedAI/wavespeed-desktop
v1.0.41
Full Changelog: v1.0.40...v1.0.41
Nightly Build (20251230)
Nightly Build
Automated nightly build from main branch.
Build Date: 20251230
Commit: edc5ab8
This is a pre-release build and may be unstable.
Downloads
- Windows:
.exe(installer) or.zip - macOS:
.dmgor.zip - Linux:
.AppImageor.deb
1.0.40
v1.0.40 bump version to 1.0.40
1.0.39
v1.0.39 Restrict deploy to tagged builds (#25)
1.0.38
v1.0.38 Limit nightly release to scheduled builds
1.0.37
v1.0.37 Improve file reorder drag and mask visibility
1.0.36
v1.0.36 Bump version to 1.0.36
1.0.35
Fix/linux and upload issues (#16) * Fix Linux sandbox issue on Ubuntu 24.04+ - Add after-install.sh script to set SUID bit on chrome-sandbox - Add --no-sandbox to .desktop file via executableArgs - Users can launch from application menu or use --no-sandbox flag in terminal Fixes #13 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Fix large file upload issues - Add maxBodyLength and maxContentLength to allow large file uploads - Add dynamic timeout based on file size (min 120s, +1s per MB, max 600s) - Fixes uploads failing for files larger than ~10MB 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Harden chrome-sandbox permissions setup --------- Co-authored-by: Haorui Jiang <143785706+HiramJiang@users.noreply.github.com> Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com> Co-authored-by: C <ichengzeyi@gmail.com>
1.0.34
v1.0.34 Improve progress accuracy, error reset, and face tools thresholds
1.0.33
Fix Face Swapper UI preview and ONNX tensor memory leaks UI fix: - Add React keys to face preview canvases to prevent stale content when switching between faces Memory leak fixes: - Add disposeTensor() helper to properly release ONNX tensors - Fix tensor disposal in faceSwapper.worker.ts (detect, embed, swap, enhance) - Fix tensor disposal in faceEnhancer.worker.ts (YOLO detect, GFPGAN enhance) - Fix tensor disposal in imageEraser.worker.ts (LaMa inpaint) Prevents "failed to allocate buffer" errors when processing multiple images. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>