v2.0.0-beta.33
版本发布时间: 2022-03-05 10:45:57
wailsapp/wails最新发布版本:v3.0.0-alpha.7(2024-09-18 20:02:38)
Features
- NSIS Installer support for creating installers for Windows applications - Thanks @stffabi 🎉
- New
frontend:dev:watcher
command to spin out 3rd party watchers when usingwails dev
- Thanks @stffabi 🎉 - Remote templates now support version tags - Thanks @misitebao 🎉
Bug Fixes
- A number of fixes for ARM Linux providing a huge improvement - Thanks @ianmjones 🎉
- Fixed potential Nil reference when discovering the path to
index.html
- Fixed crash when using
runtime.Log
methods in a production build - Improvements to internal file handling meaning webworkers will now work on Windows - Thanks @stffabi 🎉
Changes
- The Webview2 bootstrapper is now run as a normal user and doesn't require admin rights
- The docs have been improved and updated
- Added troubleshooting guide