Skip to content

Release v2.3.0

Latest
Compare
Choose a tag to compare
@tig tig released this 28 Jan 22:52
· 7 commits to develop since this release
0daf1d5

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