Release v1.0.0
Rezure v1.0.0
The first public release of Rezure, Rezure is a local development environment manager for Windows, built with Tauri + Vue 3.
Highlights
- Service dashboard, start, stop, and monitor local Nginx, PHP, and MySQL services from one screen, with on-demand binary download instead of bundling large binaries in the repo.
- PHP version switching, auto-detects installed PHP versions, lets you switch the active version globally or per-project, and edit php.ini directly from the app.
- Project management, link local project folders, auto-generate virtual hosts, and open/host projects with one click.
- Database management, detect local MySQL profiles/instances and manage databases from a dedicated Databases view.
- Logs view, tail service logs from within the app for quicker debugging.
- Settings, configure app and service behavior through a redesigned settings menu.
- Modern UI, full redesign of the frontend for a cleaner
Fixes & polish
- Fixed PHP switcher bugs affecting version switching reliability.
- Fixed php.ini read/write bugs (two rounds
- Fixed output buffering issue in service process handling.
- Fixed virtual host writing bug.
- Switched to dynamic path resolution instea
Notes
- This is an early v1 release, expect rough edges. Please report issues on GitHub.
- Portable service binaries (Nginx, PHP) are downloaded on demand rather than bundled with the app.