·
5 commits
to master
since this release
✨ CLI experience
- Compact feature and release artifact selections
- Clearer configuration summaries and next steps
- Animated phase progress with elapsed times
--animationsand--no-animationsoptions
⚡ Faster scaffolding
Projects are now created in a sibling staging directory while preserving the installed dependencies. This removes the expensive node_modules move and reinstall cycle.
Up to 3× faster
📦 Release artifacts
Choose which GitHub Release artifacts to generate:
- Windows: NSIS, MSI, or portable executable
- macOS: Apple Silicon or Intel DMG
- Linux: AppImage, DEB, or RPM
Generated workflows build only the selected artifacts.
Compatibility fixes
- Updated the debug panel for the latest Base UI components
- Fixed nested button and menu group errors
- Fixed Next.js workspace root warnings
- Updated Vite configs for the native config loader
- Excluded Cargo artifacts from Vite and Astro file watchers
- Added theme-aware native scrollbars
Release reliability
- Added pre-publish native builds for Windows, macOS, and Linux
- Added artifact output verification for installers, portable builds, DMGs, AppImage, DEB, and RPM
- Pinned the scaffolding toolchain for reproducible project creation