File tree Expand file tree Collapse file tree 2 files changed +5
-15
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 2 files changed +5
-15
lines changed Original file line number Diff line number Diff line change 22All notable changes to this project will be documented in this file.
33This project adheres to [ Semantic Versioning] .
44
5- ## Unreleased
5+ ## 3.4.0 - 2022-10-03
66
77### Added
88
Original file line number Diff line number Diff line change 11<idea-plugin >
22 <id >net.ashald.envfile</id >
33 <name >EnvFile</name >
4- <version >3.2.2 </version >
4+ <version >3.4.0 </version >
55 <vendor email =" envfile@ashald.net" >Borys Pierov</vendor >
66
77 <description ><![CDATA[
3838 ]]> </description >
3939
4040 <change-notes ><![CDATA[
41- <a href="https://github.com/Ashald/EnvFile/tree/v3.3 .0"><b>v3.3 .0</b></a> (2022-10-02 )
41+ <a href="https://github.com/Ashald/EnvFile/tree/v3.4 .0"><b>v3.4 .0</b></a> (2022-10-03 )
4242 <br/>
4343 <br/>
4444
4545 <b>Added</b>:
4646 <ul>
47- <li>Multi-line variable support in `.env` files</li>
48- <li>Ignore for `export ` prefix in `.env` files</li>
49- <li>Include parent environment variables (when enabled) into environment substitution</li>
50- <li>An option to execute file and parse content from standard output</li>
47+ <li>When environment variables file is executed, it now receives all environment variables accumulated by previous entries</li>
48+ <li>Log stderr from execution of environment variables files into IDE event console</li>
5149 </ul>
5250
5351 <br/>
5452 <br/>
5553
56- <b>Fixed</b>:
57- <ul>
58- <li>Incompatibility with PyCharm 2022.2</li>
59- <li>Experimental features checkbox is properly enabled/disabled when plugin is enabled/disabled</li>
60- </ul>
61- <br/>
62- <br/>
63-
6454 ]]>
6555 </change-notes >
6656
You can’t perform that action at this time.
0 commit comments