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.0.0

5 years ago

Added

  • Gradle build system support (#68)
  • Automatic versioning from git tags (#68)
  • Integration with Goland (#67)
  • Announce support for .env file extension
  • Run Configuration defined environment variables are now displayed in EnvFile tab as individual entry
  • Optional environment variable substitution (#16) using StringSubstitutor

Fixed

  • Unicode sequence handling in .env files (#38)
  • Backslash being removed from values in .env files (#52)
  • White text on white background when Light theme is used (#61)

Changed

  • Core API extension envfileParser replaced with envFileProvider
  • Shorten path to relative for files within project dir

v2.1.0

7 years ago

2.1.0 - 2017-03-14

Added

  • File paths can be edited manually with double-click
  • Display 5 most recently used files within current IDE session

Fixed

  • Environment variables are not set in IDEA

v2.0.0

7 years ago

2.0.0 - 2017-01-16

Added

  • Integration with IDEA
  • Integration with RubyMine
  • Support for multiple files

Changed

  • The .env parser now strips trailing " and '
  • UI is moved to a separate tab
  • API for extension point envfileParser
  • The way how plugin settings saved into project definition

Removed

  • Extension point envfileFormat

v1.0.1

7 years ago

1.0.1 - 2016-05-09

Fixed

  • UI components overlap with multiple projects opened within same window

Changed

v1.0

8 years ago
  • Added support for .env file format
  • Added support for YAML dictionary format
  • Added support for JSON dictionary format (handled by YAML parser)