You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(release): 1.5.0 [skip ci]
# [1.5.0](v1.4.0...v1.5.0) (2022-01-07)
### Features
* let user pass CliArgs as go template to scripts and commands ([951482f](951482f))
chore(release): 1.4.0 [skip ci]
# [1.4.0](v1.3.0...v1.4.0) (2021-11-17)
### Features
* Add log prop to actfile cmd field ([1a8fbda](1a8fbda))
* load all vars file presented in folders of subacts ([e55c649](e55c649))
chore(release): 1.2.0 [skip ci]
# [1.2.0](v1.1.9...v1.2.0) (2021-07-05)
### Features
* build actr binary which is a shortcut for act run command ([64acb77](64acb77))
chore(release): 1.1.9 [skip ci]
## [1.1.9](v1.1.8...v1.1.9) (2021-07-05)
### Bug Fixes
* **log:** fix double logging for detached acts ([c71a80a](c71a80a))
* **run:** convert flags to upper snake case so they can be correctly used in commands as env vars ([fd90f06](fd90f06))
* **run:** use SysProcAttr.Setsid instead of SysProcAttr.Setpgid to allow interactive acts ([b836e0a](b836e0a)), closes [#1](#1)