WSDD v1.0.0
WSDD 1.0.0
1.0.0 is the first stable WSDD release, promoted from the RC18 public baseline plus the final RC20 developer-experience scope and last-minute release corrections.
Status: stable public release.
Release Scope
- Windows desktop app for local PHP + Docker development.
- MSI installer generated with WiX/cargo-wix.
- Multilingual UI/help with English fallback.
- Base stack:
- Nginx reverse proxy.
- MySQL 8.
- phpMyAdmin.
- shared
wsdd-network.
- PHP project containers:
- PHP 5.6, 7.2, 7.4, 8.1, 8.2, 8.3, 8.4.
- Apache, Webmin, cron URL, project vhosts and local SSL.
- Xdebug available on port
9003using trigger mode.
- Optional stack services:
- Redis
redis:7.4.8-alpine. - Memcached
memcached:1.6.39-alpine. - Mailpit
axllent/mailpit:v1.29.7. - All optional services are disabled by default and deploy only after explicit activation in Settings.
- Redis
- Final release corrections:
- Lower log panel rendering keeps short log lines left-aligned and wraps long container log lines without expanding the layout.
- Localized README/help/i18n content aligned across English, Spanish, French, Hindi and Chinese.
- Installer legal text and release metadata updated from RC to stable
1.0.0.
Important Behavior
- MySQL/phpMyAdmin credentials are stored separately from public settings.
- Webmin credentials are configured per PHP version.
- Optional services use isolated compose files under
Docker-Structure/services/. - Optional services use separate Compose projects so each service can be stopped without affecting base/PHP containers.
- Mailpit exposes SMTP and UI; Redis uses persistent volume
wsdd-redis-data; Memcached is volatile. - MySQL TLS is not forced by default.
Validation
- Fresh install from MSI.
- First-run prerequisites and base stack bootstrap.
- PHP 8.4 project deploy with HTTPS.
- Xdebug DBGp CLI/HTTP trigger flow.
- Redis optional activation/deactivation.
- Memcached optional activation/deactivation.
- Mailpit optional activation/deactivation and UI access.
- Existing project compatibility after settings migration to
config_version7. - Installer upgrade path from latest public RC.
- Final automated release checks: format, clippy, tests, MSI build and checksum verification.
GitHub Assets
- MSI:
wsdd-1.0.0-x86_64.msi - Checksum:
wsdd-1.0.0-x86_64.msi.sha256.txt - Public SHA256:
9003C4D182DAE14AA77686A5902A86C6EA4DD2AAC556AAD81075937B670F998B
Release Notes
This stable release closes the first public development cycle for WSDD Rust Edition.
It is published as a normal GitHub Release, not a pre-release, and includes the MSI installer plus SHA256 checksum.