v0.20.0latest2026-05-22
Added
- Variants bind to environments. A variant at collection or folder scope now declares which workspace environments it applies to, one or many. The send-time picker only offers variants bound to the active environment, and the runner skips any variant that does not match, falling through to the environment plus scope defaults. Bind environments inline next to the variable editor in the variant panel. Switching the active environment clears remembered picks so the next send re-prompts against the right set.
Changed
- Variants now require an environment. New variants pick at least one environment on creation. Variants made in 0.19.0 carry no binding and stay inert, flagged in the variant list, until you assign one from the variant panel. An inert variant resolves to nothing, which is what stops a prod variant from quietly applying while a local environment is active.