Releases: codegallivant/script-caster
Releases · codegallivant/script-caster
v2.1.0
Changelog
- Added tkinter GUI
- Stopped use of pywin32 and win32gui pip modules. App is supposed to be compatible with all operating systems now.
- Allowed folder use in user scripts repository
- Integrated user settings input with GUI
- Changed how
protect_connection()
handles issues - Removed redundancies
- Fixed bugs
Full Changelog: v2.0.0...v2.1.0
v2.0.0
Changelog
- Abolished uniform/non-uniform operations concept
- Switched use of the term "operations" with "user-scripts"
- Integrated user-scripts with Github
- Stopped storing user scripts in strings in a dictionary. Now they are downloaded.
- Scripts are run through subprocesses instead of threads
- Reformatted Exterior input/output and accordingly added a parsing function in
exterior_connection.py
- Edited
exterior_connection.py
to lessen the number of API requests sent - Improved system tray features. Switched to
pystray
pip module instead ofinfi.systray
asinfi.systray
is only compatible with the Windows OS - Added
CONTACT_STATUS
feature to Exterior - Changed name of project from
mental-out
toscript-caster
v1.1.1
Full Changelog: v1.1.0...v1.1.1
v1.1.0
Changelog
- Curbed unnecessary thread use thereby reducing lag.
- Removed
AUTOSAVESHOT
operation - Changed a few variable's terminologies