Skip to content

Releases: ashald/EnvFile

5.0.0 - 2026-01-26

26 Jan 15:03

Choose a tag to compare

Changed

  • Upgraded Gradle IntelliJ plugin to v2
  • Updated platform version from 2022.2 to 2022.3 as it's the minimum version for v2 of the Gradle IntelliJ plugin
  • Fixed an issue where environment variables weren't applied on Java and Kotlin projects in 2025.2+
  • Bumped minimum version from 2022.2 to 2024.3
  • Updated Gradle wrapper from 8.5 to 8.14.3
  • Bumped Java version from 17 to 21

4.0.0 - 2026-01-15

14 Jan 15:59

Choose a tag to compare

Changed

  • Updated Gradle plugin from 1.9.0 to 1.17.4
  • Updated platform version from 2022.2 to 2024.1
  • Extended IDE compatibility range to support versions 241-253.* (2024.1 through 2025.3.x)
  • Upgraded Gradle wrapper from 7.5.1 to 8.5

Fixed

  • Compatibility with IntelliJ IDEA 2025.x versions ([#248])

3.4.1 - 2022-10-04

04 Oct 16:14

Choose a tag to compare

Fixed

  • Plugin affecting env vars even when disabled

3.4.0 - 2022-10-03

03 Oct 07:36

Choose a tag to compare

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

3.3.0 - 2022-10-02

02 Oct 19:49

Choose a tag to compare

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

3.2.2 - 2021-09-02

02 Sep 05:03

Choose a tag to compare

Fixed

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

3.2.1 - 2020-03-30

31 Mar 02:02

Choose a tag to compare

Fixed

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

3.2.0 - 2019-05-24

24 May 16:48

Choose a tag to compare

Added

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

3.1.2 - 2019-05-21

22 May 03:37

Choose a tag to compare

Fixed

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

3.1.1 - 2019-04-24

25 Apr 03:31

Choose a tag to compare

Fixed

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