Skip to content

Releases: vanadinit/automatix_cmd

2.5.0

24 Aug 21:03
Compare
Choose a tag to compare

Add fine tuning for required version

2.4.0

10 Aug 11:41
Compare
Choose a tag to compare
  • 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, replacing vars which was shadowing the builtin vars() function

2.3.2

08 Aug 17:08
Compare
Choose a tag to compare

Just to update the github workflow

2.3.1

08 Aug 16:43
Compare
Choose a tag to compare
  • Add check for proper screen version for parallel processing
  • Fix: explanation URL

2.3.0

20 Jul 12:20
Compare
Choose a tag to compare
  • Feature: Make Bash path configurable
  • Feature: Overwriting configuration by environment variables also for boolean type.
  • Refactoring: Integrate progress bar and refactor. External library is not needed anymore.

2.2.1

19 Jul 20:15
Compare
Choose a tag to compare
  • Fix: Crash with parallel processing and Bundlewrap support enabled

2.2.0

11 Jun 13:20
Compare
Choose a tag to compare
  • Feature: Option to change variables at runtime
  • Warning for conflicting automatix package

2.1.0

08 Jun 17:55
Compare
Choose a tag to compare
  • Logging to file for parallel processing and logging section in TIPS & TRICKS
  • Overwriting configuration by environment variables for all configuration values of string type.

2.0.1

05 Jun 16:21
Compare
Choose a tag to compare
  • Adjusted github workflow

2.0.0

05 Jun 13:30
Compare
Choose a tag to compare
  • 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)