Skip to content

v1.4.0

Compare
Choose a tag to compare
@kristofferahl kristofferahl released this 05 May 14:16
· 1 commit to master since this release
27831ea

Changelog

  • 1a20b8f - Only allowing Select options (v1) to be specified once. - New: Select options v2.
  • 9273a9b - Sanity check for stdin before triggering interactive help mode. - Enabled entering arguments (optional) as a last step in interactive help mode.
  • 61b11f4 Added missing check for errors in runtime.go.
  • 5cc7524 Added vscode launch config.
  • 873cef9 Adding support for interactive help mode.
  • e66575f Disabled test caching.
  • ad578a9 Fix for wrong version of actions/checkout and added missing schema change.
  • 186c124 Fixed failing test.
  • 8108149 Improved interactive prompt with descriptions.
  • bece583 Limiting centry manifest file extensions to yaml and yml.
  • 5982b23 Merge pull request #3 from kristofferahl/feature/select-v2-and-interactive-help
  • c9730dd Moving manifest file patch checks to readManifestFile.
  • 20cc06d Trying CodeQL
  • 84865b1 Updated CodeQL.
  • 8148b42 Updated docs with select/v2 and interactive help.
  • 27831ea Updated schema.
  • 48e7f6c Updated to go 1.19 and fixing issue with monkey on M1.