Skip to content

v1.13.1

Released 2026-02-19.

New Features

  • Bumped CEF to Chromium 145; Linux and Windows builds bumped to C++20 to match.
  • Bumped Bun to 1.3.9.
  • Webviews now start transparent and passthrough on Windows and Linux to match macOS behaviour.
  • setTransparent / setPassthrough can be applied at webview start time for OOPIFs.
  • Improved app update flow on macOS.

Bug Fixes

  • Fix crash on Windows when closing transparent webviews under CEF.
  • Fix windows closing unexpectedly when removing an OOPIF on Windows.
  • Block AppleDouble (._*) files that broke code signing on some setups.
  • Don’t resize webviews to zero.
  • Fix a warning on macOS.

Other Changes

  • Removed the deprecated targets argument.