Skip to content

Commit 4dd1ddb

Browse files
committed
Update changelog for v3.4.0
1 parent a4350aa commit 4dd1ddb

File tree

2 files changed

+5
-15
lines changed

2 files changed

+5
-15
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning].
44

5-
## Unreleased
5+
## 3.4.0 - 2022-10-03
66

77
### Added
88

src/main/resources/META-INF/plugin.xml

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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[
@@ -38,29 +38,19 @@
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

0 commit comments

Comments
 (0)