diff --git a/docs/src/content/docs/changelog.mdx b/docs/src/content/docs/changelog.mdx index 81783adc8..7fa478b35 100644 --- a/docs/src/content/docs/changelog.mdx +++ b/docs/src/content/docs/changelog.mdx @@ -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 diff --git a/v3/UNRELEASED_CHANGELOG.md b/v3/UNRELEASED_CHANGELOG.md index fe6578034..f269ce6e3 100644 --- a/v3/UNRELEASED_CHANGELOG.md +++ b/v3/UNRELEASED_CHANGELOG.md @@ -18,9 +18,6 @@ After processing, the content will be moved to the main changelog and this file ## Added - 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 diff --git a/v3/internal/version/version.txt b/v3/internal/version/version.txt index 82c9df1b0..a8a995744 100644 --- a/v3/internal/version/version.txt +++ b/v3/internal/version/version.txt @@ -1 +1 @@ -v3.0.0-alpha.63 \ No newline at end of file +v3.0.0-alpha.64 \ No newline at end of file