cad-editor/crates
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Sebastian fcd4a278e4 fix(plugin): skip non-V4 plugins in broadcast_notification
PluginManager::broadcast_notification was fanning out host notifications to every loaded plugin. Only V4 plugin processes can receive host->plugin notifications; V2/V3 plugins correctly rejected them with notify_plugin requires V4 protocol.

Add PluginProcess::is_v4() and skip non-V4 plugins in broadcast_notification so V4 document snapshot notifications only go to V4-capable plugins. Fixes repeated console errors for Example, Land Survey and V2 Compat.
2026-08-18 12:12:42 +02:00
..
dwg-thumbnailer refactor(web): drop legacy thumb migration 2026-07-29 01:11:17 +03:00
dwg-thumbnailer-win fix(thumbnailer-win): make the COM DLL compile on the MSVC target 2026-07-11 02:11:22 +03:00
ocs_plugin_api fix(plugin): skip non-V4 plugins in broadcast_notification 2026-08-18 12:12:42 +02:00
ocs_web_worker chore: update workspace dependencies 2026-08-15 23:11:21 +03:00
plugin-template-api2 perf(core): cache ribbon_groups() with OnceLock, avoid per-frame tree allocations 2026-07-02 21:00:57 +01:00