Skip to content

v2.9.2

Latest
Compare
Choose a tag to compare
@leaanthony leaanthony released this 18 Sep 11:31
f302c80

v2.9.2 - 2024-09-18

Fixed

  • Fixed CGO memory issue on Darwin by @leaanthony in PR
  • Fixed an error that occurred when an author name contains a string that is not suitable for JSON. Fixed by @taiseiotsuka in PR
  • Fixed MacOS build to use outputfilename from wails.json. #3200
  • Fixed file drop events on windows. Fixed in PR by @FrancescoLuzzi
  • Fixed doctor command not finding pkg-config on Solus. PR #3670 by @ianmjones
  • Fixed binding for struct fields that were exported but had no json tags. PR #3678
  • Fixed file drop events on Windows in PR by @FrancescoLuzzi
  • Modified ZoomFactor and IsZoomControlEnabled options to be Windows-only options in PR#3644 by @levinit
  • Added nil check for Drag-n-Drop on Windows. Fixed by in PR by @leaanthony based on the suggestion by @Alpa-1 in #3596.
  • Fixed typos in various .mdx files. PR #3628 by @deining
  • Fixed notifyListeners() race condition when terminated mid-emission PR by @mrf345
  • Fixed dialogs in Windows when using Go 1.23 in PR by @leaanthony
  • More syscall fixes for Go 1.23 support in PR by @leaanthony
  • Fixed drag and drop missing cursor icon PR by @mrf345

Changed

  • Modified docs to reflect the correct password syntax for the gon-sign.json file PR by @ignasbernotas

New Contributors

Full Changelog: v2.9.1...v2.9.2