Skip to content

v1.7.0

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Aug 14:22
· 40 commits to main since this release

What's new in v1.7.0

Downloads

  • Recommended: Envarly_1.7.0_x64-setup.exe
  • Managed install: Envarly_1.7.0_x64_en-US.msi
  • Portable: Envarly_1.7.0_x64-portable.zip
  • Checksums: SHA256SUMS.txt

CLI can now write to the registry

  • envarly import <file> — apply a previously exported .json/.reg file, merge or replace
  • envarly set <NAME> <VALUE> / envarly delete <NAME> — single-variable writes, handy for scripts
  • Every write command is dry-run by default and only touches the registry when you pass --apply
  • Unlike setx, these broadcast the change to already-running processes immediately, so you don't need to log off and back on to see it

Full changelog: v1.6.0...v1.7.0