Prerequisites:
- ADB (like this one)
- ADB drivers for your device (like this one).
Changes at a glance (for laymen):
- The release/build itself is self-contained, meaning you don't need to install .NET runtime anymore.
- The release also has significantly less clutter in the form of DLL files compared to the previous release (v2.0.0).
- Better error handling with actual message boxes upon unexpected errors (unhandled exceptions) instead of simply crashing. This should provide decent context on what kind of an error caused it to crash, making it easier to report the issue (use GitHub Issues of this Repository to report any bugs).
What's Changed (in source code)
Full Changelog: v2.0.0...v2.0.1