You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User commands now override built-in correctly. For example if you define <Shutdown Cmd="shutdown" Type="disable" /> in MCEControl.commands the built-in will be disabled.
Fixed 'MCEControl.commands file watcher; if the file is changed all commands reset and reload now.
Fixed bug in mcec:exit and refactored BegInInvokes to simplify code.
Made shutdown commands more reliable (using Process.Start).