Releases: myahyazahid/rezure
Releases · myahyazahid/rezure
Release list
Rezure v2.0.0, Project Doctor, PHP Extensions & Telemetry
Highlights
- Project Doctor ,one-click environment health check per project, with auto-fix for common misconfigurations (missing PHP extensions, broken vhost/hosts entries, etc.)
- PHP Extensions (PECL) manager, install extensions per PHP version through a SHA-256-pinned catalog, downloaded through the same verified path as other runtime binaries
- Custom PHP path support , drop your own PHP builds into
C:\rezure\custom\phpand Rezure will detect them, Laragon-bin/-style - Telemetry & Changelog, opt-in, non-blocking usage telemetry with a local offline queue, plus an in-app Changelog view
- Support/Donate page, links to support the project, now in-app
Improvements
- Redesigned Projects view and runtime Switch view
- Better
php.inimanagement (more directives editable, safer writes) - Hosts file editing hardened (
services/hosts.rs) - Settings persistence and API config cleanup
Fixes
- Fixed PHP switch bug affecting active runtime detection
- Fixed several settings/feedback-flow bugs reported by early users
Known limitations
- No automated CI/test suite yet — this build has been tested manually
- Auto-update is not implemented yet; update by downloading the new installer manually
- Docker mode and tunneling (ngrok/cloudflared) are still on the roadmap (v3)
Full Changelog: v1.0.0...v2.0.0
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.