Skip to content

Commit

Permalink
build: advance version to 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lppedd committed Apr 1, 2020
1 parent bae20d6 commit b49094f
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "com.github.lppedd"
version = "0.8.1"
version = "0.8.2"

repositories {
maven("https://dl.bintray.com/kotlin/kotlin-eap")
Expand Down
20 changes: 20 additions & 0 deletions change-notes/0_8_2.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<h3>0.8.2 (02/04/2020)</h3>
<p>
Thirteenth alpha release.<br/>
New Provider, fix and refactoring
</p>
<ul>
<li>
Landed a new Provider which extract commit types and scopes from <strong>Commitlint</strong> rules!<br>
You can find it at <a href="https://github.com/lppedd/idea-conventional-commit-commitlint">Commitlint Conventional Commit</a>
</li>
<li>
Fixed Provider's icons rendering in the Providers settings page.<br>
To maintain a good looking UI I ask Provider implementations to use
<code>16x16</code> or <code>32x32</code> icons. Unfortunately I did not consider scaling
</li>
<li>
Omitted commit subjects during footer value's completion, and offer completion items
based on the footer type
</li>
</ul>
3 changes: 2 additions & 1 deletion plugin-description.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
parts of the commit message: <b>type</b>, <b>scope</b>, <b>subject</b>, <b>body</b>,
<b>footer type</b> and <b>footer value</b>.
</p>
<br>
<p>
Read the full description
<a href="https://github.com/lppedd/idea-conventional-commit/blob/master/README.md">here at GitHub</a>.
<a href="https://github.com/lppedd/idea-conventional-commit/blob/master/README.md">at GitHub</a>.
</p>

0 comments on commit b49094f

Please sign in to comment.