v2.8.2
版本发布时间: 2024-05-08 18:44:18
wailsapp/wails最新发布版本:v3.0.0-alpha.7(2024-09-18 20:02:38)
Breaking Change
- The
-noPackage
flag was misnamed and is being renamed tonopackage
to match the other flags. Changed by @leaanthony in PR.
Added
- Added support for proxying assets requests to an external server. Added by @leaanthony in PR
Fixed
- Fixed an issue with missing icon for Windows. Fixed by @APshenkin