Merge branch 'v3-alpha' into v3/feature/setup

This commit is contained in:
Lea Anthony 2026-01-26 15:40:16 +11:00 committed by GitHub
commit 80f6a71e05
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 4 deletions

View file

@ -30,6 +30,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
*/
## [Unreleased]
## v3.0.0-alpha.64 - 2026-01-26
## Added
- Add experimental server mode for headless/web deployments (`-tags server`). Enables running Wails apps as HTTP servers without native GUI dependencies. Build with `wails3 task build:server`. See `examples/server` for details.
## v3.0.0-alpha.63 - 2026-01-25
## Fixed

View file

@ -18,9 +18,6 @@ After processing, the content will be moved to the main changelog and this file
## Added
<!-- New features, capabilities, or enhancements -->
- Add experimental `wails3 setup` wizard for interactive project setup and dependency checking
- Add Docker-based cross-platform build configuration to setup wizard
- Add code signing configuration for macOS, Windows, and Linux in setup wizard
- Add TypeScript binding style selection (interfaces vs classes) to setup wizard
- Add `--json` flag to `wails3 doctor` for machine-readable output
- Add signing status section to `wails3 doctor` command

View file

@ -1 +1 @@
v3.0.0-alpha.63
v3.0.0-alpha.64