mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
Merge branch 'v3-alpha' into v3/feature/setup
This commit is contained in:
commit
80f6a71e05
3 changed files with 6 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
v3.0.0-alpha.63
|
||||
v3.0.0-alpha.64
|
||||
Loading…
Add table
Add a link
Reference in a new issue