feat: update changelog for version 1.0.8.3, enhance Pro activation handling, minor fixes and improve renderer script management

This commit is contained in:
kitbyte
2026-06-06 10:56:29 +03:00
parent a4f3a57f97
commit 544b9f0fb0
11 changed files with 402 additions and 45 deletions
@@ -0,0 +1,7 @@
// NOTE: Not wired into the build. Pro activation currently lives in the C# asar
// patch (EPatchType.ActivatePro). This renderer-side variant is kept for future
// use and is excluded from bridge/build.mjs (EXCLUDED_RENDERER_SCRIPTS), so it is
// neither bundled nor injected. To re-enable, remove it from that exclusion list.
import { installActivatePro } from "./activate-pro/index.js"
installActivatePro(globalThis.WandEnhancer)