v2.0.0-beta.30
版本发布时间: 2022-02-05 07:32:33
wailsapp/wails最新发布版本:v3.0.0-alpha.7(2024-09-18 20:02:38)
New Features for v2
-
wails build
now supports adebug
flag to generate a production build with debug symbols - [Go Runtime] New
GetEnvironment()
method to return information about the build at runtime
Fixes
- Possible breaking change: The
WindowGetPosition
andWindowSetPosition
calls were incorrectly defined asWindowGetPos
andWindowSetPos
in the Go runtime. This has been fixed. - [windows] Fix dpi scaling for factors other than 100%, 200%,... by @stffabi in https://github.com/wailsapp/wails/pull/1098
- [windows] Improve frameless window handling by @stffabi in https://github.com/wailsapp/wails/pull/1085
- [windows] Add WebviewUserDataPath to windows options by @stffabi in https://github.com/wailsapp/wails/pull/1105
- [runtime] Added TypeScript interface export for the window.go object by @albert-sun in https://github.com/wailsapp/wails/pull/1092
- [windows] Updated windows window/frontend to fix issue with html select positioning by @MikeSchaap in https://github.com/wailsapp/wails/pull/1082
- [windows] Only call EnableSizable for normal windows by @stffabi in https://github.com/wailsapp/wails/pull/1074
- [windows] Reduce frameless border size to 6px
- [runtime] Fix logging bug
- [templates] Updated vanilla template to remove logging and use non-deprecated APIs
- [windows] Disallow maximising a window if DisableResize is true
- use path to first index.html file for 'index' by @tmclane in https://github.com/wailsapp/wails/pull/1127
New Contributors
- @albert-sun made their first contribution in https://github.com/wailsapp/wails/pull/1092
- @MikeSchaap made their first contribution in https://github.com/wailsapp/wails/pull/1082
Full Changelog: https://github.com/wailsapp/wails/compare/v2.0.0-beta.29...v2.0.0-beta.30