Releases: vanadinit/automatix_cmd
Releases · vanadinit/automatix_cmd
2.5.0
2.4.0
- Feature: Add RUNNING_INSIDE_AUTOMATIX as environment variable for shell actions
- Feature: Python debug shell option
- Refactoring Python action
- Python action: Global variables are not persistent through commands any longer. Please use PERSISTENT_VARS.
- Python action: Global imported modules/functions/objects are not available without import any longer (re, quote, ...)
- Python action: Automatix variables are now available as
a_vars
, replacingvars
which was shadowing the builtinvars()
function
2.3.2
2.3.1
2.3.0
2.2.1
2.2.0
2.1.0
2.0.1
2.0.0
- Decoupled from original repository
- Rename repo and package: automatix -> automatix_cmd
- Fix: Manual steps failed always
- Feature: Interactive shell
- Feature: Progress bar
- Feature: Parallel processing
- Removed deprecated const_, system_ and _node variables (deprecation warnings still remain as hint)