SimpleCTE v1.0.1 contains a few small changes to make it a little more friendly to use, and plenty of inside non-user facing changes. We also have a license now, which I don't think was present in the first release. Changes include:
- Renamed
exit
button toback
for screens that do not close the application - Added a new welcome screen that opens when it is the user's first time using the application, specifically when it needs to create a settings.json file.
- Revamped how events are handled. An app this size made with PySimpleGUI will naturally have tons of window events. To make this a little easier to manage, events are now categorized in files and most of them are handled by one method that decides what other method to give the event to.
Full Changelog: v1.0.0...v1.0.1