Skip to content

Commit

Permalink
build: advance version to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lppedd committed Apr 11, 2020
1 parent b5c38d1 commit 605ce84
Show file tree
Hide file tree
Showing 2 changed files with 15 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.13.0"
version = "0.14.0"

repositories {
maven("https://dl.bintray.com/kotlin/kotlin-eap")
Expand Down
14 changes: 14 additions & 0 deletions change-notes/0_14_0.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<h3>0.14.0 (13/04/2020)</h3>
<p>
twenty-first alpha release.<br/>
Features and refactoring
</p>
<ul>
<li>Implemented a new Provider's filter type, which allow to "keep only selected" Provider</li>
<li>
Allowed changing completion type (Standard / Template) and Provider's filter type
(Keep selected / Hide selected) from the completion pop-up's menu. No need to open Settings
for that from now on! ;)
</li>
<li>For template completion, refactored the "No scope" element to behave better</li>
</ul>

0 comments on commit 605ce84

Please sign in to comment.