Releases: wailsapp/wails
Releases · wailsapp/wails
v2.0.0-beta.4
- Goland support is here! 🎉 (Thanks @dlsniper !)
- Added new meta tag to control script injection behaviour
wails update
now usesgo install
- Added
.gitignore
to templates - Make devserver listen to localhost
- Fix missing comma in bindings (Thanks @codydbentley !)
- Fix tags in dev mode
v2.0.0-beta.3
- Fix Wails version in templates
- Fix for javascript mimetype (Thanks @codydbentley !)
- Created
-ide
flag. Removed-vscode
v2.0.0-beta.2
Bug fixes:
- Handle empty file content
- Fixed
browser
strategy for-webview2
flag (Thanks @LanguageAgnostic!) - Removed unnecessary
import "C"
statements
v2.0.0-beta.1
This is the first release of Wails v2 beta for Windows.
More details here
beta test
v2.0.0-beta.0 Merge branch 'v2-alpha'
v1.16.7
v1.16.6
- Do not build project automatically after init
- Added
-build
flag to mimic old behaviour
v2.0.0-alpha.73
Windows
- Prevent default webview2 hotkeys
- Prints WebView2 installation details at the debug log level
- Updated manifest for common controls 6
- Better menu id generation
v2.0.0-alpha.72
Windows
- Support Application Menu
- Checkboxes and Radio Groups are kept in sync when using the same menus multiple times
Mac
- Fix for missing import (Thanks @tmclane!)
Examples are being uploaded to https://github.com/leaanthony/wails-examples - but be aware, it is entirely unsupported.
v2.0.0-alpha.71
- Fix OnTrayMenuOpen
- Target ARM by default when running CLI on Apple silicon
- Remove
wails debug
and move to a build flag - Svelte template
Known issues:
wails dev
currently doesn't work