Skip to content

v3.0.0-alpha.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@leaanthony leaanthony released this 18 Sep 12:02
· 20 commits to v3-alpha since this release
860d02d

v3.0.0-alpha.7 - 2024-09-18

Added

Changed

  • Events API change: On/Emit -> user events, OnApplicationEvent -> Application Events OnWindowEvent -> Window Events, by leaanthony
  • Fix for Events API on Linux by TheGB0077 in #3734
  • [CI] improvements to actions & enable to run actions also in forks and branches prefixed with v3/ or v3- by stendler in #3747

Fixed

  • Fixed bug with usage of customEventProcessor in drag-n-drop example by etesam913 in #3742
  • [linux] Fixed linux compile error introduced by IgnoreMouseEvents addition by atterpac in #3721
  • [windows] Fixed syso icon file generation bug by atterpac in #3675
  • [linux] Fix to run natively in wayland incorporated from #1811 in #3614 by @stendler
  • Do not bind internal service methods in #3720 by leaanthony
  • [windows] Fixed system tray startup panic in #3693 by @DeltaLaboratory
  • Do not bind internal service methods in #3720 by leaanthony
  • [windows] Fixed system tray startup panic in #3693 by @DeltaLaboratory
  • Major menu item refactor and event handling. Mainly improves macOS for now. By leaanthony
  • Fix tests after plugins and event refactor in #3746 by @stendler
  • [windows] Fixed Failed to unregister class Chrome_WidgetWin_0 warning. By leaanthony