Skip to content

MCE Controller Version 2.2.8

Compare
Choose a tag to compare
@tig tig released this 06 Feb 19:16

Updated dependencies. Better logging.

Attempt to fix Issue #24:

  • Commands file not saved at exit anymore
  • Only watching changes
  • The display log threshold settings dialog now works correctly

To install, copy and paste the following command into a PowerShell command window.

$mcecv="v2.2.8.63"; $mcec="MCEController.Setup.exe"; iwr https://github.com/tig/mcec/releases/download/$mcecv/$mcec -outfile "$env:temp\$mcec"; start "$env:temp\$mcec"