Releases: tig/mcec
Release v2.3.0
To install, copy and paste the following command into a PowerShell command window.
$mcecv="v2.3.0.1"; $mcec="MCEController.Setup.exe"; iwr https://github.com/tig/mcec/releases/download/$mcecv/$mcec -outfile "$env:temp\$mcec"; start "$env:temp\$mcec"
What's Changed
New Contributors
Full Changelog: v2.2.11.3...v2.3.0.1
MCE Controller Version 2.2.11.3
- Added more debug tracing re Issue #29
Full Changelog: v2.2.10.2...v2.2.11.3
To install, copy and paste the following command into a PowerShell command window.
$mcecv="v2.2.11.3`"; $mcec="MCEController.Setup.exe"; iwr https://github.com/tig/mcec/releases/download/$mcecv/$mcec -outfile "$env:temp\$mcec"; start "$env:temp\$mcec"
MCE Controller Version 2.2.10
- Fixed #26 - SendMessage ignoring classname
Full Changelog: v2.2.9.12...v2.2.10.2
To install, copy and paste the following command into a PowerShell command window.
$mcecv="v2.2.10.2"; $mcec="MCEController.Setup.exe"; iwr https://github.com/tig/mcec/releases/download/$mcecv/$mcec -outfile "$env:temp\$mcec"; start "$env:temp\$mcec"
Fake Release for Testing Update Mechanism
This is not a real release. Ignore.
MCE Controller Version 2.2.9
Fixes Issue #22 - Overriding TimeOut on Shutdown Command doesn't seem to work
To install, copy and paste the following command into a PowerShell command window.
$mcecv="v2.2.9.12"; $mcec="MCEController.Setup.exe"; iwr https://github.com/tig/mcec/releases/download/$mcecv/$mcec -outfile "$env:temp$mcec"; start "$env:temp$mcec"
MCE Controller Version 2.2.8
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"
MCE Controller Version 2.2.7
- Augmented User Activity Monitor with more deterministic user presence logic using the WM_POWERBROADCAST API (GUID_SESSION_USER_PRESENCE).
To install, copy and paste the following command into a PowerShell command window.
$mcecv="v2.2.7.67"; $mcec="MCEController.Setup.exe"; iwr https://github.com/tig/mcec/releases/download/$mcecv/$mcec -outfile "$env:temp\$mcec"; start "$env:temp\$mcec"
MCE Controller Version 2.2.6
- Implemented Mouse Middle Button support (
mouse:mbc, mbd, ...
). Documentation was previously incorrect regardingmouse:mbx
.
To install, copy and paste the following command into a PowerShell command window.
$mcecv="v2.2.6.3"; $mcec="MCEController.Setup.exe"; iwr https://github.com/tig/mcec/releases/download/$mcecv/$mcec -outfile "$env:temp\$mcec"; start "$env:temp\$mcec"
MCE Controller Version 2.2.5
- Fixed
<SetForeGroundWindow/>
to work even if an app has multiple processes running. Fixed related documentation. Added example to .commands.
To install, copy and paste the following command into a PowerShell command window.
$mcecv="v2.2.5.19"; $mcec="MCEController.Setup.exe"; iwr https://github.com/tig/mcec/releases/download/$mcecv/$mcec -outfile "$env:temp\$mcec"; start "$env:temp\$mcec"
MCE Controller Version 2.2.4
- Fixed #12 - shiftup/down does not seem to be working correctly.
- Fixed auto-update bug
- Fixed stupid logging bug
To install, copy and paste the following command into a PowerShell command window.
$mcecv="v2.2.4.623"; $mcec="MCEController.Setup.exe"; iwr https://github.com/tig/mcec/releases/download/$mcecv/$mcec -outfile "$env:temp\$mcec"; start "$env:temp\$mcec"