v2.8.0
版本发布时间: 2024-02-09 05:43:45
wailsapp/wails最新发布版本:v3.0.0-alpha.7(2024-09-18 20:02:38)
Added
- Added windows options supports
DisablePinchZoom
configuration. Added by @tuuzed in PR - Add Apple Silicon hardware detection to
wails doctor
. Changed by @almas1992 in PR - Remove quarantine attribute on macOS binaries. Changed by @leaanthony in PR
- Added documentation for a common GStreamer error on Linux systems. Changed by @mkwsnyder in PR
- Added documentation on explicity example of importing JS runtime. Changed by @danawoodman in PR
- Add dock icon right-click exit handling by @almas1992 in PR
Fixed
- Fixed vue-ts template build error. Fixed by @atterpac in PR
- Docs for IsZoomControlEnabled and ZoomFactor. Fixed by @leaanthony in PR
- Fixed
-compiler
flag forwails build
,wails dev
andwails generate module
. Fixed in PR by @xtrafrancyz - Fixed uninitialized
SecondInstanceData.WorkingDirectory
on linux and windows (#3154). - Fixed save file dialog not appending file extension automatically on Windows by @almas1992 in PR
- Fixed compatibility for wails cli being built with go 1.22 and later. Fixed by @stffabi in PR