Skip to content

v0.8.2 : require GUI-necessary env vars

Compare
Choose a tag to compare
@tomeichlersmith tomeichlersmith released this 25 Jul 20:41
· 51 commits to main since this release

In the last few commits on main, I've tweaked how the environment variables are handled and which ones are allowed in order to make the GUI connection a bit smoother. In short,

  • DISPLAY is promoted to required so it is always shared (even in --clean-env)
  • Environment variables starting with X are not shared to prevent confusion (e.g. about XAUTHORITY) which could be confusing for programs since the HOME directory is changing

🤖 Bot Changes

  • Auto Runner Version Update by @github-actions in #115
  • Auto Runner Version Update by @github-actions in #116
  • Auto Man Page Update by @github-actions in #118

Full Changelog: v0.8.1...v0.8.2