Skip to content

v2.0.3

Latest
Compare
Choose a tag to compare
@patrickdappollonio patrickdappollonio released this 17 Dec 23:15
· 6 commits to main since this release
677309a

TL;DR

A user reported some, often required, environment variables might've been missing on strict mode executions. To support a wide range of processes, strict mode should ensure no extra variables are given to the program while still keeping some baseline variables still around.

This release automatically adds the following environment variables as passthrough even if strict mode is set: PATH, HOME, SHELL, USER, SHLVL, LANG, TERM, LOGNAME, PWD, OLDPWD, EDITOR, VISUAL, DISPLAY and HOSTNAME. Thanks @cbmdfc for the report!

What's Changed

Full Changelog: v2.0.2...v2.0.3