Skip to content

v1.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Aug 15:00
· 5 commits to master since this release
2ee2465

✨ CLI experience

  • Compact feature and release artifact selections
  • Clearer configuration summaries and next steps
  • Animated phase progress with elapsed times
  • --animations and --no-animations options
CleanShot 2026-08-01 at 18 04 01

⚡ 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.

CleanShot 2026-08-01 at 17 55 55

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