Skip to content

Releases: WhoIsConch/SimpleCTE

SimpleCTE v1.0.1

11 Mar 22:49
a558643
Compare
Choose a tag to compare

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 to back 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

22 Feb 01:52
Compare
Choose a tag to compare

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

30 Nov 14:52
Compare
Choose a tag to compare
Release Beta 0.1.0 Pre-release
Pre-release

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