EnvFile Versions Save

EnvFile 3.x is a plugin for JetBrains IDEs that allows you to set environment variables for your run configurations from one or multiple files.

v3.4.1

1 year ago

Fixed

  • Plugin affecting env vars even when disabled

v3.4.0

1 year ago

Added

  • When environment variables file is executed, it now receives all environment variables accumulated by previous entries
  • Log stderr from execution of environment variables files into IDE event console

v3.3.0

1 year ago

Added

  • Multi-line variable support in .env files (#127) - special thanks to @ledoyen
  • Ignore for export prefix in .env files
  • Include parent environment variables (when enabled) into environment substitution (#165) - special thanks to @jansorg
  • An option to execute file and parse content from standard output

Fixed

  • Incompatibility with IDEA 2022.2 (#151) - special thanks to @HassanAbouelela
  • Experimental features checkbox is properly enabled/disabled when plugin is enabled/disabled

v3.2.2

2 years ago

Fixed

  • Incompatibility with IDEA 2021 (#151) - special thanks to @tosmun for contribution

v3.2.1

3 years ago

Fixed

  • Incompatibility with IDEA 2020 (#38) - special thanks to @pilzm for contribution

v3.2.0

4 years ago

Added

  • Experimental integration for external system run configurations (such as Gradle) (#38)

v3.1.2

4 years ago

Fixed

  • Try to recover from AssertionError: Already disposed: Project, reported via email and in (#83)

v3.1.1

4 years ago

Fixed

  • Substitute parent process env vars in IDEA - wasn't working before (#81)

v3.1.0

5 years ago

3.1.0 - 2018-11-28

Added

  • EnvFile can substitute Jet Brains path macro references (#70)
  • Add an option to ignore missing files (#72)

v3.0.1

5 years ago

Fixed

  • Fix language support announcement