Skip to content

v1.4.0 - Quality of life improvements

Choose a tag to compare

@cristianoliveira cristianoliveira released this 10 Jul 20:27
· 99 commits to master since this release
7dee672

What's Changed

Key Features

  • Time Elapsed for Each Run: Track the duration of each run for better performance monitoring and workflow improvements
  • Support for Absolute and Relative Paths templates: Addition of {{absolute_path}} and {{relative_path}} templates.
  • Timeout helps: Receive possible solutions when a timeout occurs to facilitate quicker resolutions.
  • Arbitrary Commands run on start: Automatically run the commands during initialization.
  • Terminate watcher on change config: Ensure there are no running watchers with outdated configuration.
  • Fail-Fast Execution: Utilize the -b flag for immediate termination upon the first failure.
  • Optimized Output: The last output now excludes a newline for more compact logs.
  • Init Command template: Added all available properties to commands

Features

Fixes

Documentation

Full Changelog: v1.2.0...v1.4.0