[2.0.0]
Fixed
- Fixed an issue where the program wouls sometimes crash when reading / writing a file
- Fixed an issue where minimizing the window would cause the dropdown list to become empty
Added
- Tests for build
- Added CI with appveyor
- Checks builds and run tests
- Automatically increments build / version number inside the application
Removed
- Removed a thread made for constantly polling active windows
- Open windows will now only be polled when the combo box is activated
- This removes the need to check for the window string
Changed
- Refactored program to fit better coding standards