Releases: wailsapp/wails
Release list
Wails v3.0.0-alpha2.117
Wails v3 Alpha Release - v3.0.0-alpha2.117
Added
- Implement custom hit-test logic for non-client regions on Windows in PR by @savely-krasovsky
Changed
- Configure WebView2 monitor-scale detection based on UseVisualHosting in PR by @wayneforrest
🤖 This is an automated nightly release generated from the latest changes on master.
Installation:
go install github.com/wailsapp/wails/v3/cmd/wails3@v3.0.0-alpha2.117Wails v3.0.0-alpha2.116
Wails v3 Alpha Release - v3.0.0-alpha2.116
Added
- Update FAQ documentation to focus on Wails v3 features and guidance in PR by @taliesin-ai
🤖 This is an automated nightly release generated from the latest changes on master.
Installation:
go install github.com/wailsapp/wails/v3/cmd/wails3@v3.0.0-alpha2.116Wails v3.0.0-alpha2.115
Wails v3 Alpha Release - v3.0.0-alpha2.115
Fixed
- Fix
Menu.Update()not rebuilding the native menu on GTK4 Linux (#5659, independently diagnosed and fixed by @puneetdixit200 in #5539) - Fix crash enumerating macOS screens on display change by copying screen id/name strings and snapshotting the count (#5565, independently diagnosed and fixed by @x-haose in #5584)
- Fix crash on Windows when
WM_ERASEBKGNDpaints a solid background during a minimise/restore transition whereGetClientRectreturns nil (guard reported by @sinspired in #5636) - Fix frontend bindings error always parses as text by @mbaklor in #5690
- Fix Windows build failure when using the
serverbuild tag, caused by Windows GUI files missing the!serverbuild constraint that the macOS and Linux equivalents already have (#5680)
🤖 This is an automated nightly release generated from the latest changes on master.
Installation:
go install github.com/wailsapp/wails/v3/cmd/wails3@v3.0.0-alpha2.115Wails v2.13.0
Installation
go install github.com/wailsapp/wails/v2/cmd/wails@v2.13.0Changes
Added
- Added example demonstrating events usage in the documentation
#5026by@iamhabbeboy
Added
- Added Kira to the community showcase by @thiennguyen93
Fixed
- Fixed wake (experimental
WAILS_USE_WAKE=truebuild runner) running preconditionsh:strings without template expansion, causing a spurious "garble is required for obfuscated builds" error on every build by @leaanthony - Fixed nil pointer crash in
application.Quitwhen called beforeRunor afterRunreturned early #5452 by @c-tonneslan
Wails v3.0.0-alpha2.114
Wails v3 Alpha Release - v3.0.0-alpha2.114
Added
- Implement Update Manifest protocol and endpoint provider in PR by @taliesin-ai
Changed
- Fold the
webview2binding into the v3 module asv3/internal/webview2, removing the standalone module, its nightly release/sync workflows, and the go.mod version dance (v3 is its only consumer) in PR by @taliesin-ai
Fixed
- Move WebView2 monitor-scale detection and DPI-change host resync fix to Unreleased section in PR by @taliesin-ai
- Update WebView2 COM marshaling for float64 and BOOL parameters in PR by @wayneforrest
- Prevent panic and nil dereference in Windows system tray icon updates and destruction in PR by @wayneforrest
- Fixes hidden windows not re-hiding correctly on Windows in PR by @wayneforrest
- Synchronize WebView2 controller visibility with window minimize/maximize/restore in PR by @wayneforrest
🤖 This is an automated nightly release generated from the latest changes on master.
Installation:
go install github.com/wailsapp/wails/v3/cmd/wails3@v3.0.0-alpha2.114Wails v3.0.0-alpha2.113
Wails v3 Alpha Release - v3.0.0-alpha2.113
Added
- Add a warning when building a release AAB without
ANDROID_KEYSTORE_FILEset (Google Play rejects debug-signed bundles) and document App Bundle packaging and signing in PR by @taliesin-ai - Add why-wails.mdx documentation in multiple languages in PR by @taliesin-ai
- Support mapping Go time.Time to JS Date or string in bindings in PR by @fbbdev
- Add Android App Bundle (AAB) packaging tasks (
bundle,bundle:fat,assemble:aab,assemble:aab:release) for Play Store submission — APK tasks remain for local/emulator testing in PR by @mortenolsrud (fixes #5726) - Add Android physical device task targets and resume camera/location permissions in PR by @taliesin-ai
Changed
- Bump
webview2to v1.0.28 (release notes). - Bump the Android template
compileSdk/targetSdkfrom 34 to 35, which Google Play requires for new app submissions in PR by @taliesin-ai
Fixed
- Fix baked avatar masks in sponsorkit in PR by @leaanthony
- Fix Android AVD auto-creation picking the wrong system image or cmdline-tools version due to lexicographic version sorting in PR by @taliesin-ai
- Fix the setup wizard suggesting an outdated Android NDK version (now 26.3.11579264, matching the documented requirement) in PR by @taliesin-ai
- Update French documentation for SvelteKit and options in PR by @leaanthony
- Re-enable WebView2 monitor-scale detection and gate host resync on DPI change in PR by @taliesin-ai
- Fix SIGSEGV on macOS screen enumeration during display changes in PR by @flofreud
🤖 This is an automated nightly release generated from the latest changes on master.
Installation:
go install github.com/wailsapp/wails/v3/cmd/wails3@v3.0.0-alpha2.113webview2 v1.0.28
webview2 v1.0.28
- [v3][windows] Re-enable WebView2 monitor-scale detection to fix mixed-DPI GPU-process crash (#5732) (#5734)
Full diff: webview2/v1.0.27...webview2/v1.0.28
Wails v3.0.0-alpha2.112
Wails v3 Alpha Release - v3.0.0-alpha2.112
Added
- Add Go-based contributors SVG generator and update docs/website credits pages in PR by @taliesin-ai
- Support mapping Go time.Time to JS Date or string in bindings in PR by @fbbdev
Changed
- Replace Node-based sponsor image pipeline with Go generator in PR by @taliesin-ai
Fixed
- Fix Android build asset dependency installation script in PR by @taliesin-ai
- Reject the U+0085 (NEXT LINE) control character in
ValidateAndSanitizeURL, completing the whitespace coverage of the URL validator - Recalculate DWM frame on DPI change for frameless windows in PR by @leaanthony
- Fix DnD dropzone detection failing at non-100% scaling on Windows in PR by @yulesxoxo
- Add explicit Objective-C memory management for Cocoa objects across Darwin dialogs, menus, tray, and notifications in PR by @taliesin-ai
- Fixes Linux CGO backend bugs and system tray issues in PR by @taliesin-ai
🤖 This is an automated nightly release generated from the latest changes on master.
Installation:
go install github.com/wailsapp/wails/v3/cmd/wails3@v3.0.0-alpha2.112Wails v3.0.0-alpha2.111
Wails v3 Alpha Release - v3.0.0-alpha2.111
Added
- Add HappyTools to community showcase in PR by @Aliuyanfeng
- Add Indonesian locale support and comprehensive documentation in PR by @triadmoko
- Add DisableMenu option to WindowsWindow in PR by @leaanthony
Changed
- Update Taskfile template and CLI to dispatch build/package tasks with GOOS and ARCH in PR by @leaanthony
Fixed
- Fixes issue with mac window tabbing in PR by @taliesin-ai
Removed
- Remove German translated MDX files from contributing, features, and guides in PR by @taliesin-ai
🤖 This is an automated nightly release generated from the latest changes on master.
Installation:
go install github.com/wailsapp/wails/v3/cmd/wails3@v3.0.0-alpha2.111Wails v3.0.0-alpha2.110
Wails v3 Alpha Release - v3.0.0-alpha2.110
Added
- Implement macOS WebView reload and force reload, and add recovery for WebContent process termination in PR by @wayneforrest
- Add comprehensive German documentation for contributing, features, and guides in PR by @leaanthony
- Enhance notifications with sound, attachments, scheduling, and update API in PR by @popaprozac
Fixed
- Recalculate DWM frame on DPI change for frameless windows in PR by @leaanthony
- Fix DnD dropzone detection failing at non-100% scaling on Windows in PR by @yulesxoxo
🤖 This is an automated nightly release generated from the latest changes on master.
Installation:
go install github.com/wailsapp/wails/v3/cmd/wails3@v3.0.0-alpha2.110