Skip to content

Commit

Permalink
build: advance version to 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lppedd committed Apr 12, 2020
1 parent 90fa8d6 commit 74c2e52
Show file tree
Hide file tree
Showing 2 changed files with 23 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.14.0"
version = "0.15.0"

repositories {
maven("https://dl.bintray.com/kotlin/kotlin-eap")
Expand Down
22 changes: 22 additions & 0 deletions change-notes/0_15_0.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<h3>0.15.0 (13/04/2020)</h3>
<p>
Twenty-second alpha release.<br/>
Feature
</p>
<ul>
<li>
Kept the completion's pop-up menu open after using the settings or filtering menu items.<br>
This change makes using the completion's pop-up much easier, as you no longer have to
reopen it each time, the plug-in will do it for you transparently.
</li>
</ul>
<p><strong>Changes from 0.14.0</strong></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 74c2e52

Please sign in to comment.