Skip to content

2.0.0

Compare
Choose a tag to compare
@Stateford Stateford released this 22 Sep 21:54
· 148 commits to master since this release
1e1c1de

[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