Releases: wailsapp/wails
Releases · wailsapp/wails
v2.0.0-beta.23
What's Changed
- BREAKING CHANGE - Remove
AllowFiles
andAllowDirectories
flags in Dialog options. They are implied by the methods. - [v2] feature / Add flag to skip mod tidy by @dedo1911 in #1021
- Add Riftshare to community showcase by @achhabra2 in #1024
- [mac] Fix for save dialog
- [mac] Fix for 10.14 compilation issues
- Fix: Only generate
.ico
if not there - Add info about antivirus and upx by @stffabi
New Contributors
- @achhabra2 made their first contribution in #1024
v1.16.9
- Only generate
.ico
file if it doesn't exist. This allows custom .ico files to be used.
v2.0.0-beta.22
v2.0.0-beta.22 is 108 commits + 148 files changed..... 😅
Thanks to all the amazing contributors for this monster release!
WARNING: The option Fullscreen
is being deprecated. Please use WindowStartState
instead. Thank you 🙏
Features
- Adding workspace to npm which better integrates wails and frontend npm. - Thanks @Snider 🎉
- Windows ARM64 support - Thanks @stffabi
- Experimental support for
bindings.d.ts
generation inwailsjs
dir - Added file information for Windows to attach metadata like "ProductVersion" & "CompanyName" to Windows builds - Thanks @stffabi 🎉
- New Windows option
EnableFramelessBorder
to support hiding the titlebar - Thanks @stffabi 🎉 - New
OnBeforeClose
option to hook into application close - Thanks @ironpark 🎉 - New dev flag
reloadDirs
to reload when misc dirs have been updated - Thanks @stffabi 🎉 - Support fs.FS for assets - Thanks @stffabi 🎉
Fixes
- Handle DPI Scaling in
SetSize
- Thanks @stffabi 🎉 - Better dispatch handling on Windows - Thanks @stffabi 🎉
- Do not apply WindowStartState on reloads - Thanks @stffabi 🎉
- Fix slash escaping in git username
- Fix logging in prod builds (used to crash)
- Memory leak in
processRequest
for Windows and Darwin - Thanks @stffabi 🎉
Misc
- Chinese updates for the Website - Thanks @misitebao 🎉
- Migration of
io/ioutil
toio
andos
packages + ton ofgo fmt
fixes - Thanks @Juneezee 🎉 - Improved runtime build scripts
- Improved URI translation for asset server - Thanks @stffabi 🎉
- Improved
processRequest
to handle errors - Thanks @stffabi 🎉 - Build fix for Linux - Thanks @ianmjones 🎉
- Far better handling of race condition for browsers in dev mode (delayed IPC execution until websocket connection is up)
- Updated website: Router guide, link to Awesome Wails, new options added
- Attempt to infer
assetdir
from the embedded fs - thanks @stffabi 🎉
Full Changelog: v2.0.0-beta.21...v2.0.0-beta.22
v2.0.0-beta.21
Features
WindowStartState
option to define default window state at startup- Helper NPM scripts for developers working on a Wails GUI project by @Snider in #955
- [Windows] Frameless resize
- Support slices + out params in Models.ts generation
Fixes
- [macOS] Fix background color by @stffabi in #954
- [v2] Add windowsgui ldflag when crosscompiling for windows by @stffabi in #965
- [macOS] Fix fullscreen
- [macOS] Fix Open/Save panels on Monterey
- [macOS] Fix file filters on Monterey
- [macOS] Fix plist generation
- [v2] Remove build constraint for DesktopIPC
Updates
New Contributors
Full Changelog: v2.0.0-beta.20...v2.0.0-beta.21
v2.0.0-beta.20
- Fix issues with cli args to dev mode
- Fix for default wailsjsdir when generating wailsjs modules
v2.0.0-beta.19
- Fix show stopper bug in dev command
v2.0.0-beta.18
- Fix svelte template
v2.0.0-beta.17
- Update default templates
v2.0.0-beta.16
Features
- v2 beta for Mac
What's Changed
- docs: synchronize chinese documents by @misitebao in #900
- docs: synchronize chinese documents by @misitebao in #901
- Appargs by @phoenix147 in #907
- use environment variables instead of flags in dev to support CLI apps by @phoenix147 in #906
- V2 Mac updates by @leaanthony in #922
New Contributors
- @phoenix147 made their first contribution in #907
Full Changelog: v1.16.8...v2.0.0-beta.16
v2.0.0-beta.15
What's Changed
- Fix TypeScript runtime declaration by @Wakeful-Cloud in #891
- Fixed WindowGetSize by @Wakeful-Cloud in #893
- Fixed #889
- Fix: check for process before killing (dev)
New Contributors
- @Wakeful-Cloud made their first contribution in #891
Full Changelog: v2.0.0-beta.14...v2.0.0-beta.15