Skip to content

Releases: cezarypiatek/ScriptRunnerPOC

1.4.0

02 Jul 16:47
Compare
Choose a tag to compare

What's new:

  • Add interactive input for executed actions
  • Preserve selected action while config reload

1.3.0

24 Jun 06:53
Compare
Choose a tag to compare

What's new:

  • Add working directory fallback to manifest location

1.2.0

23 Jun 19:39
Compare
Choose a tag to compare

What's new:

  • Add option for reloading config
  • Handle multiple config sources

1.1.0

16 Jun 11:28
Compare
Choose a tag to compare

What's new:

  • Intialize script list when loaded for the very first time
  • Settings window + ScriptConfigs add/remove

1.0.0

13 Jun 06:01
Compare
Choose a tag to compare

What's new:

  • Disable path filtering to trigger initial release
  • Add github action scripts
  • Add option for installing action
  • Add todayAsDefault for datepicker options
  • Strip console special chars from the output
  • Add support for environment variables
  • Add timepicker
  • Add job name and status to tab header
  • #16: Memorize main window layout
  • A few tweeks to main layout
  • Add option to falback to default value in predefined argument set
  • ExecutedJob clean up
  • Add option for running scripts side by side
  • Add numeric control
  • Add support for command with spces
  • Add support for predefined parameter sets
  • Present command in EditBox to allow copy
  • Ignore callstack for cancelled operations
  • Main window styling
  • Extend schema with predefinedArgumentSets
  • Add json schema for action config
  • Make output window read-only
  • Handle sensitive parameter masking
  • Add output separators
  • Remove redundant info about parameter type as everything ends up as string
  • Fix initial directory for directoryPicker
  • Fix setting default for checkbox
  • Fix formatting values
  • #10: Add support for multiselect
  • #9: Add option for hiding datepicker parts
  • #9: Add option for formatting dates
  • #5: Add directorypicker control
  • #5: Add filepicker control
  • Add option for canceling script execution
  • Add progessbar for execution
  • Handle multiple actions
  • Use description for field label
  • Add script executor
  • Update Proposal_1.json
  • Update Proposal_1.json
  • Update Proposal_1.json
  • Finally some working dynamic control creation
  • Fields but no bindings
  • Script config reader
  • Spike generating textBox dynamically
  • Default avalonia project files
  • Extend config draft
  • Add first proposal for config draft
  • Initial commit