Skip to content

Commit 605ce84

Browse files
committed
build: advance version to 0.14.0
1 parent b5c38d1 commit 605ce84

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = "com.github.lppedd"
10-
version = "0.13.0"
10+
version = "0.14.0"
1111

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

change-notes/0_14_0.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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>

0 commit comments

Comments
 (0)