Skip to content

Commit b49094f

Browse files
committed
build: advance version to 0.8.2
1 parent bae20d6 commit b49094f

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = "com.github.lppedd"
10-
version = "0.8.1"
10+
version = "0.8.2"
1111

1212
repositories {
1313
maven("https://dl.bintray.com/kotlin/kotlin-eap")

change-notes/0_8_2.html

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<h3>0.8.2 (02/04/2020)</h3>
2+
<p>
3+
Thirteenth alpha release.<br/>
4+
New Provider, fix and refactoring
5+
</p>
6+
<ul>
7+
<li>
8+
Landed a new Provider which extract commit types and scopes from <strong>Commitlint</strong> rules!<br>
9+
You can find it at <a href="https://github.com/lppedd/idea-conventional-commit-commitlint">Commitlint Conventional Commit</a>
10+
</li>
11+
<li>
12+
Fixed Provider's icons rendering in the Providers settings page.<br>
13+
To maintain a good looking UI I ask Provider implementations to use
14+
<code>16x16</code> or <code>32x32</code> icons. Unfortunately I did not consider scaling
15+
</li>
16+
<li>
17+
Omitted commit subjects during footer value's completion, and offer completion items
18+
based on the footer type
19+
</li>
20+
</ul>

plugin-description.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
parts of the commit message: <b>type</b>, <b>scope</b>, <b>subject</b>, <b>body</b>,
1717
<b>footer type</b> and <b>footer value</b>.
1818
</p>
19+
<br>
1920
<p>
2021
Read the full description
21-
<a href="https://github.com/lppedd/idea-conventional-commit/blob/master/README.md">here at GitHub</a>.
22+
<a href="https://github.com/lppedd/idea-conventional-commit/blob/master/README.md">at GitHub</a>.
2223
</p>

0 commit comments

Comments
 (0)