Skip to content

Releases: wailsapp/wails

v1.9.0

29 Oct 09:21
Compare
Choose a tag to compare

Wails v1.9.0 Released!

Features:

  • Vue 3 template!
  • Firebug dev console to help debug Windows apps
  • Custom GOPATH to support local modules when cross-compiling
  • Stores have a new Get method
  • Custom HTML now supported

We also have docs in Simplified Chinese (WIP).

Many thanks to all the contributors for these fantastic updates!

wails update to grab the new hotness!

v1.8.1-pre7

28 Oct 10:23
Compare
Choose a tag to compare
v1.8.1-pre7 Pre-release
Pre-release
  • Initial support for firebug - use wails build -d -firebug to enable. Really useful for the windows builds.

v1.8.1-pre6

28 Oct 09:40
Compare
Choose a tag to compare
v1.8.1-pre6 Pre-release
Pre-release
  • Removed zero-copy string to []byte conversion due to some incompatibilities

v1.8.1-pre5

26 Oct 09:03
Compare
Choose a tag to compare
v1.8.1-pre5 Pre-release
Pre-release
  • Minor updates to vue template

v1.8.1-pre3

25 Oct 09:45
Compare
Choose a tag to compare
v1.8.1-pre3 Pre-release
Pre-release
  • Vue 3 template
  • Platform hints for templates
  • New --tags flag to pass flags to the go compiler

v1.8.1-pre2

25 Oct 02:57
Compare
Choose a tag to compare
v1.8.1-pre2 Pre-release
Pre-release
  • Templates can target specific platforms (Warnings given for platforms not officially supported)
  • Additional information for Windows build / serve regarding IE11 compatibility

v1.8.1-pre1

15 Sep 07:55
Compare
Choose a tag to compare
v1.8.1-pre1 Pre-release
Pre-release
  • Fix: Default Angular template has a new routing options
  • Fix: Invalid build flag for bridge
  • Fix: Report store Update() errors to error handler

v1.8.0

09 Sep 20:52
Compare
Choose a tag to compare

A huge thank you to the following people for this release:

Features

  • The big new feature is Sync Stores - a solution for state synchronisation between JS and Go. The JS runtime package @wailsapp/runtime has been updated to support stores. Thanks to jasonfran for input on this also.

  • New Template: Finally we are supporting the awesome Svelte (un)framework! Huge thanks to Tim Kipp for this contribution! Tim has also updated the React template!

  • wails build now supports custom ldflags. Use wails build -ldflags to pass them to the compiler.

New Distribution Support

Bug Fixes

  • Better support for HiDPI screens on Windows
  • Fixed memory leak when using filters in dialogs
  • The icon name wasn't always correct on Windows
  • The vanilla template has been updated to work correctly on Windows

Misc


Please let us know what bugs you find and we will look at them with the highest priority!

v1.7.2-pre12

09 Sep 20:40
Compare
Choose a tag to compare
v1.7.2-pre12 Pre-release
Pre-release
  • CSS Fix for Vanilla template

v1.7.2-pre11

09 Sep 20:19
Compare
Choose a tag to compare
v1.7.2-pre11 Pre-release
Pre-release
  • Scaling fix for HiDPI / Windows