Skip to content

Releases: yeray697/CommonScriptsContainer

3.1.2

26 Jan 20:30

Choose a tag to compare

Hot Fix: Run script on shutdown not working

3.1.1

26 Jan 17:59

Choose a tag to compare

What's Changed

Release 3.0

09 Apr 21:07
f8f39e3

Choose a tag to compare

Warning
Versions 3.0 and later are a personal project which might be overkilling
For a personal use of the app, you should better look at 2.x releases

Features:

  • Add a GRPC Server to run/stop scripts (#24 ):
    In the future, it will be able to perform CRUD operations too.
  • Define a CI process (#35)
    • Release is automatically created as draft after merging to feature/3.0
    • Create a Setup.exe
  • Add an autoupdater based on this gist definition

3.1.3

03 Dec 09:50
bfce15e

Choose a tag to compare

  • Add logs for Shutdown event

Release 3.0.1

16 Apr 17:59
bfce15e

Choose a tag to compare

Fixes Scheduled Script performing no action when changing its status (#43)

V2.1

09 Apr 09:55
bfce15e

Choose a tag to compare

Note
This might be the final user version. It will only be updated if breaking changes are found or if a feature is easy to merge here.
Future versions, i.e. >= 3.0, will be more like a personal project to explore other technologies that might be overkill for a project like this,

Features:

  • Convert scripts settings into a LiteDb
  • New OnStartup script type. These new scripts are executed when the .exe has the arguments -startup

Fixes

  • Fix start minimized not working
  • Fix style issues when resizing the form

v2.0

01 Nov 11:09
f93e50b

Choose a tag to compare

Note
This might be the final user version. It will only be updated if breaking changes are found or if a feature is easy to merge here.
Future versions, i.e. >= 3.0, will be more like a personal project to explore other technologies that might be overkill for a project like this,

Feature:

  • UI converted into Material Design

v1.1.4

14 Oct 17:26
d9bff34

Choose a tag to compare

Bugs:

  • App not minimizing when clicking the taskbar icon #25

Enhancements:

  • Prevent multiple instances running #26

V1.1.3

05 Jun 09:18
48b08f1

Choose a tag to compare

Bug:
Rescheduling already running scripts does not work #20

V1.1.2

24 Apr 15:52
e2ec568

Choose a tag to compare

Bugs:

  • Script status is Stopped when editing a script that is already running #6
  • App not loading settings when running the app at Windows Startup #3
    Moved the config to %appdata%/CommonScripts folder
  • Amend issues when changing script type #17

Enhancements:

  • Settings panel added, including Dark Mode, and logging level (log file and UI).
  • Logs are now at %appdata%/CommonScripts/logs #12
  • Better error handling #15
  • Added Tray Menu actions: Close, Open, and run/stop scripts #7
  • Size of the app reduced