Releases: WhoIsConch/SimpleCTE
Releases · WhoIsConch/SimpleCTE
SimpleCTE v1.0.1
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
Welcome to SimpleCTE
SimpleCTE is a database application for the CTE department of a school. This release, unfortunately, does not have an executable file to use, though we'll have some better methods of running this soon. For now, take some source code, run main.py, and enjoy.
Release Beta 0.1.0
The first beta of the SimpleCTE Application. All buttons and functions of the application work as expected (as far as I know), except for the Help button.
Full Changelog: https://github.com/WhoIsConch/SimpleCTE/commits/v0.1.0