Skip to content

v2.4.0

Compare
Choose a tag to compare
@leaanthony leaanthony released this 08 Mar 12:29
· 410 commits to master since this release
ebc14de

Added

  • Added Webview GPU acceleration options for Windows and Linux. Added by @lyimmi in #2266
  • Added EnableFraudulentWebsiteDetection option to opt-in to scan services for fraudulent content, such as malware or phishing attempts. Older releases had the scan services per default activated. Added by @stffabi in #2269
  • Allow an AssetServer Middleware to specify the Content-Type of a file served by the Assets fs.FS. Added by @stffabi in #2286
  • The AssetServer now detects more mimetypes by extension, e.g. .mjs. Added by @stffabi in #2391

Changed

  • Improved fullscreen mode for frameless window on Windows. Changed by @stffabi in #2279, #2288 and #2299
  • On Windows unmaximising a window has no effect anymore when the window is in fullscreen mode, this makes it consistent with e.g. macOS. Changed by @stffabi in #2279
  • Frameless resize now sets the cursor on documentElement, otherwise resizing cursor won't be shown outside of the body rectangle. Changed by @stffabi in #2289
  • Improved the --wails-draggable experience to be more reactive. Changed by @stffabi in #2302
  • NSIS template now installs the shortcuts for all users and not only for the current user. Changed by @stffabi in #2373

Fixed

  • Fixed failing build hooks when build/bin was missing. Fixed by @lyimmi in #2273
  • Fixed fullscreen mode for frameless window on Windows to fully cover the taskbar when changing into fullscreen from maximised state. Fixed by @stffabi in #2279
  • Fixed set window background colour on Windows when setting the colour via runtime. Fixed by @stffabi in #2279
  • Fixed the showing of a white border around a fullscreen window when DisableWindowIcon is active on Windows. Fixed by @stffabi in #2299
  • Fixed the sometimes lagging drag experience with --wails-draggable on Windows. Fixed by @stffabi in #2302
  • Fixed applying the default arch to platform flag in wails cli. If only a GOOS has been supplied as platform flag e.g. wails build --platform windows the current architecture wasn't applied and the build failed. Fixed by @stffabi in #2309
  • Fixed a segfault on opening the inspector on older macOS versions. Fixed by @stffabi in #2397
  • Fixed the macos single architecture builds not respecting an output file name specified with the '-o' flag. Fixed by @gwynforthewyn in #2358
  • Fixed undo/redo on macOS. Fixed by @stffabi in #2430
  • Fixed Events* runtime functions in JavaScript not returning the function to cancel the watcher. Fixed by @zllovesuki in #2434
  • Fixed AppOptions merging defaults when a custom logger is used. Fixed by @stffabi in #2452
  • Fixed race condition and missing unlock of mutex in events handling. Fixed by @stffabi in #2453