Skip to content

v2.0.0-beta.33

Pre-release
Pre-release
Compare
Choose a tag to compare
@leaanthony leaanthony released this 05 Mar 02:45
· 1294 commits to master since this release

Features

  • NSIS Installer support for creating installers for Windows applications - Thanks @stffabi πŸŽ‰
  • New frontend:dev:watcher command to spin out 3rd party watchers when using wails 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