-
Notifications
You must be signed in to change notification settings - Fork 176
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
20 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<idea-plugin version="2"> | ||
<id>mobi.hsz.idea.gitignore</id> | ||
<name>.gitignore support</name> | ||
<version>0.5.3</version> | ||
<version>0.5.4</version> | ||
<vendor email="[email protected]" url="http://www.hsz.mobi">hsz</vendor> | ||
|
||
<description><![CDATA[ | ||
|
@@ -49,6 +49,16 @@ | |
|
||
<change-notes><![CDATA[ | ||
Version 0.5.4 | ||
<ul> | ||
<li>Better entries completion and references</li> | ||
<li>Unused entry inspection style changed to grayed (<a href="https://github.com/hsz/idea-gitignore/issues/47">#47</a>)</li> | ||
<li>Fixed AddTemplateAction NPE (<a href="https://github.com/hsz/idea-gitignore/issues/48">#48</a>)</li> | ||
<li>Select Destination dialog problem fixed in Android Studio (<a href="https://github.com/hsz/idea-gitignore/issues/36">#36</a>)</li> | ||
<li>Handling excluded directories in inspection (<a href="https://github.com/hsz/idea-gitignore/issues/47">#47</a>)</li> | ||
<li>Inspection warning messages clarification</li> | ||
</ul> | ||
Version 0.5.3 | ||
<ul> | ||
<li>Added "Add template..." action to the "Generate" context menu under <kbd>Alt</kbd> + <kbd>Insert</kbd> shortcut</li> | ||
|
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