Bug:
In the previous version, there was an error (sqlite3.OperationalError: attempt to write a read-only database) when opening the application. This error is caused by the app trying to modify the database file, but unfortunately, the database file is set to read only because "On Windows, anything inside the Program Files folder is meant to be read-only during normal use." reference. Therefore, on this update, the application database file will move to the local file directory of the user window instead.
Full Changelog: v1.0...v1.1.1