Releases: wailsapp/wails
v1.9.0
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
- Initial support for firebug - use
wails build -d -firebug
to enable. Really useful for the windows builds.
v1.8.1-pre6
- Removed zero-copy string to []byte conversion due to some incompatibilities
v1.8.1-pre5
- Minor updates to vue template
v1.8.1-pre3
- Vue 3 template
- Platform hints for templates
- New
--tags
flag to pass flags to the go compiler
v1.8.1-pre2
- 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
- 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
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 customldflags
. Usewails build -ldflags
to pass them to the compiler.
New Distribution Support
- Ctlos is now supported. Thanks to Dmitry Gomzyakov for this.
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
- The build script has been updated - cheers Travis McLane
Please let us know what bugs you find and we will look at them with the highest priority!
v1.7.2-pre12
- CSS Fix for Vanilla template
v1.7.2-pre11
- Scaling fix for HiDPI / Windows