Releases: wailsapp/wails
Releases Β· wailsapp/wails
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
v1.16.8
What's Changed
- Add NixOS support by @diogox in #789
- fix: prevent hidden files to show on gtk host when opening a file dialog
- Don't build project by default. Added
-build
flag towails init
New Contributors
Full Changelog: v2.0.0-beta.15...v1.16.8
v2.0.0-beta.14
What's Changed
- Windows: AlwaysOnTop flag - https://wails.io/docs/reference/options#alwaysontop
- Windows: Disable swipe navigation
- Windows: Updated WebView2 permissions
- Windows: Update minimum vebview2 to 91.0.992.28
- Added Angular template to Community templates list by @TAINCER in #886
New Contributors
Full Changelog: v2.0.0-beta.13...v2.0.0-beta.14