Skip to content

Releases: yeray697/CommonScriptsContainer

v1.1.1

16 Nov 10:17

Choose a tag to compare

Hotfix:
There was an issue where the app.settings was not being used (it was included in the .exe)

v1.1

16 Nov 09:01
df31a80

Choose a tag to compare

Bugs

  • Fixing an issue when editing the Script Type (#1).

Enhancements

  • Move Settings file to an App.config, preparing a change where an installer will be added to the project, and so fixing an issue where the App was not working when running the app at Windows Startup because of not finding the paths of scripts.json
  • Now the app runs hide when running at Windows Startup

Minor changes

  • Moving Windows Registry logic to its own service

v1.0

08 Nov 13:07

Choose a tag to compare

This version is now fully functionally, but still has some minor issues when editing the script items from the tool, specially when you change the script type.
Anyway, it is working and includes two scripts:

  • "Schedule PC to shutdown at 02:00"
  • A macro to swap the Audio Output device from, e.g., Speakers to Headset. More info about the script in AudioDeviceCmdlets repository.