This release contains a bunch of stability fixes. It specifically addresses the following:
- Updated with more modern build tools that have come out since last release
- Now requires minimum C++17
- Fixed possible memory leak in CircularBuffers that could cause stack errors
- Refactored serial and threading code for Arduino communication
- Change to DropDowns so that the active port isnt' sorted to the top anymore. This was causing errors and complicating code
- Dropped official support for VS2015