Releases: wailsapp/wails
Releases · wailsapp/wails
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
v1.7.2-pre10
- Updated the Sync Store
Subscribe
API to be consistent withUpdate
v1.7.2-pre9
- Fix: Svelte template for Windows
v1.7.2-pre8
- OMG Svelte template!!! 😱 🎉 🍰
v1.7.2-pre7
Tag correct branch 😒
v1.7.2-pre4
- Revert location of wails config (sorry everyone!)
- Refactored React project
- Ctlos Linux support
Thanks to:
v1.7.2-pre3
Add support for customising info.plist
on packaged Mac apps.