Releases: wailsapp/wails
Releases Β· wailsapp/wails
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
v2.0.0-beta.13
- Added experimental
window.wails.flags.disableScrollbarDrag
flag for disabling dragging on scrollbars - Fix: Remove chromium message on shutdown
v2.0.0-beta.12
wails update -pre
now updatesreplace
ingo.mod
- Fix:
bindings.js
comma - Fix: End return in
awaitIPC
v2.0.0-beta.11
- Better error output
- Better Websocket disconnect handling
v2.0.0-beta.9
- Fix for parsing multiline require in
go.mod
files
v2.0.0-beta.10
- Fix Websocket IPC timing bug
Full Changelog: v2.0.0-beta.9...v2.0.0-beta.10
v2.0.0-beta.8
- Support user tags in
wails generate module
v2.0.0-beta.7
Fix go.sum
v2.0.0-beta.5
New Features:
debounce
flag for controlling reload/refresh time withwails dev
devserverurl
flag for using 3rd party dev server withwails dev
frontend:dev
flag for running 3rd party file watchers withwails dev
- New meta tag to control injection of scripts in application.
wails generate module
to generate thewailsjs
modules in the frontend- Now runs
go mod tidy
prior to build to ensure modules are correct wails dev
will automatically update your project's wails version ingo.mod
Fixes
- JS Execution escaping (Thanks @marktohark π )
- Accelerator keys now work in javascript when using key events (Thanks @marktohark π )
- Timing bug when loading frontend scripts
- Connection delay for websockets
Changelog
- Fixed base NEXTSTEPS and README in v2 template generator by @codydbentley in #846
- Added two new Vue3 TS templates to website by @codydbentley in #845
- Refactored
wails dev
command: by @codydbentley in #848 - feat(website): synchronize chinese documents by @misitebao in #852
- Bump github.com/gorilla/websocket from 1.4.0 to 1.4.1 by @dependabot in #855
- add template.JSEscapeString to ensure ExecJs normal execution by @marktohark in #849
- PutAreBrowserAcceleratorKeysEnabled => false by @marktohark in #859
New Contributors
- @marktohark made their first contribution in #849
Full Changelog: v2.0.0-beta.4...v2.0.0-beta.5