Skip to content

Commit

Permalink
Update changelog for v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ashald committed Oct 2, 2022
1 parent c756c5e commit 723ec02
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning].

## Unreleased
## 3.3.0 - 2022-10-02

### Added

Expand All @@ -14,7 +14,7 @@ This project adheres to [Semantic Versioning].
### Fixed

- Incompatibility with IDEA 2022.2 ([#151]) - special thanks to [@HassanAbouelela](https://github.com/HassanAbouelela)
- Experimental features checkbox is is properly enabled/disabled when plugin is enabled/disabled
- Experimental features checkbox is properly enabled/disabled when plugin is enabled/disabled

## 3.2.2 - 2021-09-02

Expand Down
16 changes: 14 additions & 2 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,25 @@
]]></description>

<change-notes><![CDATA[
<a href="https://github.com/Ashald/EnvFile/tree/v3.2.2"><b>v3.2.2</b></a> (2021-09-02)
<a href="https://github.com/Ashald/EnvFile/tree/v3.3.0"><b>v3.3.0</b></a> (2022-10-02)
<br/>
<br/>
<b>Added</b>:
<ul>
<li>Multi-line variable support in `.env` files</li>
<li>Ignore for `export ` prefix in `.env` files</li>
<li>Include parent environment variables (when enabled) into environment substitution</li>
<li>An option to execute file and parse content from standard output</li>
</ul>
<br/>
<br/>
<b>Fixed</b>:
<ul>
<li>Incompatibility with IDEA 2021</li>
<li>Incompatibility with PyCharm 2022.2</li>
<li>Experimental features checkbox is properly enabled/disabled when plugin is enabled/disabled</li>
</ul>
<br/>
<br/>
Expand Down

0 comments on commit 723ec02

Please sign in to comment.