File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed
Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77}
88
99group = " com.github.lppedd"
10- version = " 0.11.1 "
10+ version = " 0.12.0 "
1111
1212repositories {
1313 maven(" https://dl.bintray.com/kotlin/kotlin-eap" )
Original file line number Diff line number Diff line change 1+ < h3 > 0.12.0 (10/04/2020)</ h3 >
2+ < p >
3+ Nineteenth alpha release.< br />
4+ Feature, fixes and refactoring
5+ </ p >
6+ < ul >
7+ < li >
8+ In a mission to have parity of behavior for context and template completion, I've enhanced
9+ the template completion with a step for body/footer types.< br >
10+ You'll also notice the scope parentheses, if empty, aren't removed as soon as you complete them;
11+ this change means you'll be able to go back and forth on all segments. Also,
12+ after template's completion the core engine will reposition the cursor and delete the empty
13+ scope's parentheses.< br >
14+ You can follow < a href ="https://github.com/lppedd/idea-conventional-commit/issues/25 "> issue 25</ a >
15+ for other future changes. The work to do is < strong > a lot!</ strong >
16+ </ li >
17+ < li >
18+ Fixed the jerky new experimental on-the-fly filtering of completion elements. This took
19+ an enormous effort, as I had to debug the completion mechanism and hook in the right places.< br >
20+ The filtering behavior will for sure be enhanced again in the future, per your issues or requests
21+ </ li >
22+ < li >
23+ Used safe methods to submit work eligible for cancellation
24+ </ li >
25+ </ ul >
You can’t perform that action at this time.
0 commit comments