File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-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.13 .0"
10+ version = " 0.14 .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.14.0 (13/04/2020)</ h3 >
2+ < p >
3+ twenty-first alpha release.< br />
4+ Features and refactoring
5+ </ p >
6+ < ul >
7+ < li > Implemented a new Provider's filter type, which allow to "keep only selected" Provider</ li >
8+ < li >
9+ Allowed changing completion type (Standard / Template) and Provider's filter type
10+ (Keep selected / Hide selected) from the completion pop-up's menu. No need to open Settings
11+ for that from now on! ;)
12+ </ li >
13+ < li > For template completion, refactored the "No scope" element to behave better</ li >
14+ </ ul >
You can’t perform that action at this time.
0 commit comments