-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
23 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<h3>0.15.2 (02/10/2020)</h3> | ||
<p> | ||
Twenty-fourth alpha release.<br/> | ||
Build changes, fix and refactorings | ||
</p> | ||
<ul> | ||
<li>Moved compatibility up to IDEA 2020.3</li> | ||
<li> | ||
Fixed automatic insertion/overwrite of colon and parenthesis | ||
in case trailing spaces are present in the line | ||
</li> | ||
<li> | ||
Fixed an exception while getting footer values in certain cases. | ||
See <a href="https://github.com/lppedd/idea-conventional-commit/issues/32">issue 32</a>. | ||
</li> | ||
<li> | ||
Fixed an exception while using the Conventional Commit commit's inspections enhancements. | ||
See <a href="https://github.com/lppedd/idea-conventional-commit/issues/33">issue 33</a>. | ||
</li> | ||
<li>Done a minor code clean-up</li> | ||
</ul> |