Skip to content

v0.72.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Feb 00:33
· 587 commits to main since this release
v0.72.0
733491a

Bug Fixes

  • profiles: Enhanced error handling if invalid profile is given (c3d8b07)

Features

  • profiles: Enhanced handling of environment variables in profile settings (37fdbb3)

    This update allows the setting, overriding, and utilization of system environment variables in expressions and conditions within the robot.toml configuration files. This enhancement increases the flexibility and adaptability of profile configurations.

  • profiles: Profiles prefixed with an underscore (_) are now automatically hidden in profiles list command (97bf390)

  • profiles: A profile can now be hidden and inherit from other profiles (9cd2ffb)

  • vscode: Show profiles from robot.toml in test explorer as test profile (fcb32a7)