Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-06 | 2.4 kB | |
v2.10.2 source code.tar.gz | 2025-07-06 | 17.4 MB | |
v2.10.2 source code.zip | 2025-07-06 | 20.6 MB | |
Totals: 3 Items | 38.0 MB | 1 |
Fixed
- Fixed Window size issues on Wayland PR by @lyimmi
- Fixed SaveFileDialog cancellation result PR by @FrancescoLuzzi
- Fixed issues with hot reloading and quitting not working on Windows PR by @hkere
Changed
- Updated recommendation for Svelte router in #4085 by @benmccann
- Updated documentation to clarify
WebviewGpuPolicy
default behavior on Linux in #4162 by @brianetaveras - Updated documentation to display the correct copyright year in #4243 by @nnashwin
Added
- Added "Branding" section to
wails doctor
to correctly identify Windows 11 #3891 by @ronen25 - Added
-skipembedcreate
flag to build and dev command to improve compile and recompile speed #4143 by @josStorer - Added
DisablePanicRecovery
option to allow handle panics manually #4136 by @APshenkin
Fixed
- Fixed build fails when cross compiling on Linux for Windows #4262 by @rynsf
- Fixed typescript generation of maps with key of array of structs by @joshuapare in #4209
- Fixed -m build flag for dev command not working when recompiling in #4141 by @josStorer
- Fixed window restoration behavior after minimization by @superDingda in #4109
- Fixed excessive console logging after updating to v2.10.1 by @superDingda in #4111
- Fixed incorrect Webview2 reg key in HKCU path by @leaanthony.
- Fixed long WebSocket messages being truncated in
wails dev
by @superDingda in #4211