Skip to content

Releases: wailsapp/wails

v1.7.2-pre2

27 Jul 11:14
Compare
Choose a tag to compare
v1.7.2-pre2 Pre-release
Pre-release
  • Version fix

v1.7.2-pre1

27 Jul 11:12
Compare
Choose a tag to compare
v1.7.2-pre1 Pre-release
Pre-release
  • Keep windows build files after build

v1.7.2-pre5

04 Sep 10:24
Compare
Choose a tag to compare
v1.7.2-pre5 Pre-release
Pre-release

New Feature: Sync Stores!

More to come in a blog post shortly.

v1.7.1

03 Jul 10:08
Compare
Choose a tag to compare
  • New ldflags option for build
  • Fix: Icon Generation for older projects
  • Fix: Vanilla js template for Windows

v1.7.0-pre2

03 Jul 04:00
Compare
Choose a tag to compare
  • Fix: Filename for windows icon generation when building older projects
  • Fix: Vanilla template on Windows

v1.7.0-pre1

22 Jun 10:16
Compare
Choose a tag to compare
  • New -ldflags option for wails build. Passes through the given string to -ldflags when linking.

v1.6.0

18 Jun 23:43
Compare
Choose a tag to compare

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

Features

  • New Template: Vanilla JS! This template is a basic project to use wails with no frameworks. It could be improved so feedback welcome.

  • Windows Icon Generation - Windows apps now have icons generated from the appicon.png file.

  • Windows Icon in Window - The icon is now displayed in the left corner of the window.

  • File select dialogs now have an optional title and filter.

  • F5 on Windows now does not reload the window

New Distribution Support

  • ArchLabs
  • Pop!_OS
  • Solus

Bug Fixes

  • wails serve on Windows
  • Fix for CWE-126
  • Better error reporting when JSON parse fails on internal messages

v1.6.0-pre5

27 May 02:50
ecaaafa
Compare
Choose a tag to compare

Fix: Ignore case in linux distribution ID. Fixes Deepin support.

v1.6.0-pre4

27 May 00:40
6235e83
Compare
Choose a tag to compare

Support for Solus and Pop!_OS
When requesting distro support, the user is prompted to open the tutorial on the site

v1.6.0-pre3

21 May 21:19
376ba74
Compare
Choose a tag to compare

Feature: Windows .ico generation
Feature: Configurable wails serve port
Fix: wails serve on windows