Skip to content

Releases: wailsapp/wails

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

v1.7.2-pre10

08 Sep 20:59
Compare
Choose a tag to compare
v1.7.2-pre10 Pre-release
Pre-release
  • Updated the Sync Store Subscribe API to be consistent with Update

v1.7.2-pre9

07 Sep 21:07
Compare
Choose a tag to compare
v1.7.2-pre9 Pre-release
Pre-release
  • Fix: Svelte template for Windows

v1.7.2-pre8

07 Sep 10:29
Compare
Choose a tag to compare
v1.7.2-pre8 Pre-release
Pre-release
  • OMG Svelte template!!! 😱 🎉 🍰

v1.7.2-pre7

04 Sep 21:11
Compare
Choose a tag to compare
v1.7.2-pre7 Pre-release
Pre-release

Tag correct branch 😒

v1.7.2-pre4

03 Sep 10:17
Compare
Choose a tag to compare
v1.7.2-pre4 Pre-release
Pre-release
  • Revert location of wails config (sorry everyone!)
  • Refactored React project
  • Ctlos Linux support

Thanks to:

v1.7.2-pre3

22 Aug 23:52
01a1288
Compare
Choose a tag to compare
v1.7.2-pre3 Pre-release
Pre-release

Add support for customising info.plist on packaged Mac apps.