Releases: wailsapp/wails
Releases Β· wailsapp/wails
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
v2.0.0-beta.4
- Goland support is here! π (Thanks @dlsniper !)
- Added new meta tag to control script injection behaviour
wails update
now usesgo install
- Added
.gitignore
to templates - Make devserver listen to localhost
- Fix missing comma in bindings (Thanks @codydbentley !)
- Fix tags in dev mode
v2.0.0-beta.3
- Fix Wails version in templates
- Fix for javascript mimetype (Thanks @codydbentley !)
- Created
-ide
flag. Removed-vscode