Skip to content

Releases: tig/mcec

Release v2.3.0

28 Jan 22:52
@tig tig
0daf1d5
Compare
Choose a tag to compare

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

  • Fixes #29. Modified client connection to circumvent DNS resolution by @OlHall in #32

New Contributors

Full Changelog: v2.2.11.3...v2.3.0.1

MCE Controller Version 2.2.11.3

10 Dec 15:29
@tig tig
Compare
Choose a tag to compare
  • 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

08 Feb 18:09
@tig tig
Compare
Choose a tag to compare
  • 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

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

This is not a real release. Ignore.

MCE Controller Version 2.2.9

06 Feb 20:43
@tig tig
Compare
Choose a tag to compare

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

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

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

28 Dec 22:15
@tig tig
Compare
Choose a tag to compare
  • 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

23 Apr 03:01
@tig tig
Compare
Choose a tag to compare
  • Implemented Mouse Middle Button support (mouse:mbc, mbd, ...). Documentation was previously incorrect regarding mouse: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

20 Apr 03:23
@tig tig
Compare
Choose a tag to compare
  • 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

18 Apr 22:50
@tig tig
Compare
Choose a tag to compare
  • 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"