NOTICEProfile backup overhaul and recommended plugin updates: Profile backup files created in older versions are no longer compatible. To restore profiles in this or future versions, backups must be generated from this build using the new .elbackup format, completely replacing the legacy JSON system. Additionally, it is strongly recommended to update your plugins to their newly released .dll builds to ensure full compatibility, stability, and enhanced performance.
NEWNative plugin architecture: The plugin system has been overhauled to support native .dll plugins, significantly minimizing Windows Defender false positives while noticeably boosting plugin performance and execution stability.
NEWExpanded plugin API: Updated the internal plugin API with expanded capabilities, unlocking new ways for plugins to interact with the core engine.
CHANGEDNative UI dialogs: All external helper dialogs (Update, Countdown, Quick Exit, Manual Continue, and Skipped Apps) have been rewritten into native .dll components. They now run directly within the main process instead of spawning separate standalone processes, substantially lowering resource overhead and avoiding false positive detections. Additionally, dialogs can now be freely dragged across the screen, and a new option to reset their positions has been added to the settings.
CHANGEDDrag and drop stability: When dragging items in the Profile Editor, all expanded application settings now automatically collapse to prevent layout glitches during reordering.
CHANGEDPrimary app safety check: Added a toast notification preventing users from disabling the designated Primary App, prompting them to select a different primary application first.
CHANGEDProcess detachment mechanism: Profile applications are now spawned with detached process hierarchies, decoupling third-party executables from EL’s main tree to prevent aggressive antivirus software from flagging the launcher.
CHANGEDIsolated multi-profile monitoring: Launching multiple profiles concurrently no longer interrupts active watchdog sessions. Each profile is now monitored independently from start to finish.
CHANGEDWatchdog orphan cleanup: Added an automatic maintenance check on launch that cleans up leftover watchdog session files caused by sudden system restarts or ungraceful terminations.
FIXEDResolved an issue where available update notifications failed to appear in the UI.
FIXEDFixed a bug where disabling the countdown window in the settings had no effect and the dialog continued to show.
FIXEDFixed an issue where the Profile Editor path validation system failed to detect and highlight invalid application paths.