Skip to content

2024.1.0

Compare
Choose a tag to compare
@csett86 csett86 released this 13 Jan 15:56
· 21 commits to master since this release
52e273e

What's Changed

  • fix: add sandbox permission to iframe by @andreicon in #926
  • fix(main): filter out frame-ancestors if exists in Content-Security-Policy by @emrahcom in #938
  • chore(deps) update electron to 28.1.3 by @csett86 in #941

Notes

  • Linux: With electron 28 there is now a env variable to control the x11/wayland settings under linux: ELECTRON_OZONE_PLATFORM_HINT. Set it to auto and it will use wayland when running under wayland and x11 when running within X or as Xwayland. Default is empty and then x11/xwayland will be used.

New Contributors

Full Changelog: v2023.11.3...v2024.1.0