Added
- Added option to set window class name on Windows. Added in PR by @APshenkin
Fixed
- Fixed dev mode logging bug by @attperac in #3972
- Fixed
reloaddirs
wails.json config options by @atterpac in #4005 - Fixed cross compilation failed with CGO PR by @fcying
- Using go-webview2 v0.1.17 to fix native webview2loader issue, by @leaanthony
- Fixed example for macOS menu by @takuyahara in PR
- Fixed typo by @takuyahara in PR
- Fixed incorrect TS definition of
WindowSetSize
by @leaanthony - Ensure showHiddenFiles works with directory dialog by @leaanthony in PR
- chore: fix some comments in PR by @lvyaoting
- [windows] Fixed frameless window flickering when minimizing/restoring by preventing unnecessary redraws #3951
- Fixed failed models.ts build due to non-json-encodable Go types PR by @pbnjay
- Fixed more binding and typescript export bugs PR by @pbnjay
- Fixed Dispatcher.ProcessMessage crash process instead of return error PR #4015 by @ronaldinho_x86
- Fixed Windows SaveDialog crash by @leaanthony
- Fixed
buildvcs
errors by @leaanthony - Fixed updating menus on MacOS by @stffabi
- Fixed a build error on macOS that occurred when the
outputfilename
andname
fields in wails.json were different. Fixed in PR by @nickisworking
Changed
- Removed documentation references for 'The default module name in go.mod is "changeme". You should change this to something more appropriate.' as it appears to be no longer relevant.
- Update script in Mac App Store guide to support app names containing spaces by @cristianrgreco
- Allow to specify macos-min-version externally. Implemented by @APshenkin in PR
- Updated installation docs for latest linux os version and libwebkit issue PR by @pratikmota