Releases: wailsapp/wails
v1.7.0-pre2
- Fix: Filename for windows icon generation when building older projects
- Fix: Vanilla template on Windows
v1.7.0-pre1
- New
-ldflags
option forwails build
. Passes through the given string to-ldflags
when linking.
v1.6.0
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
Fix: Ignore case in linux distribution ID. Fixes Deepin support.
v1.6.0-pre4
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
Feature: Windows .ico generation
Feature: Configurable wails serve
port
Fix: wails serve
on windows
v0.18.5
Better shutdown support
Fixes for MacOS dialogs
v0.17.0
- Angular Template
- Debian Support
- Linux Distribution Support Request Wizard
v0.16.0
- 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
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