Skip to content

Releases: codegallivant/script-caster

v2.1.0

11 Aug 08:32
Compare
Choose a tag to compare

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

01 Aug 16:51
b91b615
Compare
Choose a tag to compare

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 of infi.systray as infi.systray is only compatible with the Windows OS
  • Added CONTACT_STATUS feature to Exterior
  • Changed name of project from mental-out to script-caster

v1.1.1

11 Jul 14:19
Compare
Choose a tag to compare

Full Changelog: v1.1.0...v1.1.1

v1.1.0

10 Jul 16:24
Compare
Choose a tag to compare

Changelog

  • Curbed unnecessary thread use thereby reducing lag.
  • Removed AUTOSAVESHOT operation
  • Changed a few variable's terminologies

v1.0.0

08 Jul 17:32
3d36efb
Compare
Choose a tag to compare