v0.72.0
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 inprofiles 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)