Skip to content

Releases: wailsapp/wails

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

v0.18.5

23 Oct 03:13
Compare
Choose a tag to compare

Better shutdown support
Fixes for MacOS dialogs

v0.17.0

02 Jul 07:41
7dd42f9
Compare
Choose a tag to compare
  • Angular Template
  • Debian Support
  • Linux Distribution Support Request Wizard

v0.16.0

17 Jun 22:26
5b002e8
Compare
Choose a tag to compare
  • React template FTW! - Thanks admin_3.exe!
  • Arch Linux detection without lsb-release
  • Removed deprecated methods for dealing with JS/CSS in the backend

v0.15.0

26 May 04:15
1ce0620
Compare
Choose a tag to compare

This release contains the following updates:

  • New Vuetify project template!
  • Support for Manjaro Linux
  • Projects now automatically build after wails init
  • Template creation tool for developers