github wailsapp/wails v2.0.0-beta.30

latest releases: v2.8.1, v2.8.0, v3.0.0-alpha.4...
pre-release2 years ago

New Features for v2

  • wails build now supports a debug 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 and WindowSetPosition calls were incorrectly defined as WindowGetPos and WindowSetPos in the Go runtime. This has been fixed.
  • [windows] Fix dpi scaling for factors other than 100%, 200%,... by @stffabi in #1098
  • [windows] Improve frameless window handling by @stffabi in #1085
  • [windows] Add WebviewUserDataPath to windows options by @stffabi in #1105
  • [runtime] Added TypeScript interface export for the window.go object by @albert-sun in #1092
  • [windows] Updated windows window/frontend to fix issue with html select positioning by @MikeSchaap in #1082
  • [windows] Only call EnableSizable for normal windows by @stffabi in #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 #1127

New Contributors

Full Changelog: v2.0.0-beta.29...v2.0.0-beta.30

Don't miss a new wails release

NewReleases is sending notifications on new releases.