-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |