Skip to content

Commit

Permalink
build: advance version to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lppedd committed Apr 9, 2020
1 parent 27ca830 commit 14ae62b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
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.11.1"
version = "0.12.0"

repositories {
maven("https://dl.bintray.com/kotlin/kotlin-eap")
Expand Down
25 changes: 25 additions & 0 deletions change-notes/0_12_0.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<h3>0.12.0 (10/04/2020)</h3>
<p>
Nineteenth alpha release.<br/>
Feature, fixes and refactoring
</p>
<ul>
<li>
In a mission to have parity of behavior for context and template completion, I've enhanced
the template completion with a step for body/footer types.<br>
You'll also notice the scope parentheses, if empty, aren't removed as soon as you complete them;
this change means you'll be able to go back and forth on all segments. Also,
after template's completion the core engine will reposition the cursor and delete the empty
scope's parentheses.<br>
You can follow <a href="https://github.com/lppedd/idea-conventional-commit/issues/25">issue 25</a>
for other future changes. The work to do is <strong>a lot!</strong>
</li>
<li>
Fixed the jerky new experimental on-the-fly filtering of completion elements. This took
an enormous effort, as I had to debug the completion mechanism and hook in the right places.<br>
The filtering behavior will for sure be enhanced again in the future, per your issues or requests
</li>
<li>
Used safe methods to submit work eligible for cancellation
</li>
</ul>

0 comments on commit 14ae62b

Please sign in to comment.