Skip to content

Commit

Permalink
release 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hsz committed Aug 15, 2014
1 parent ff7d7db commit ec09dc1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
12 changes: 11 additions & 1 deletion META-INF/plugin.xml
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[
Expand Down Expand Up @@ -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>
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,15 @@ To generate new `.gitignore` file, just click on <kbd>File</kbd> > <kbd>New</kbd
Changelog
---------

Version 0.5.4

- Better entries completion and references
- Unused entry inspection style changed to grayed ([#47](https://github.com/hsz/idea-gitignore/issues/47))
- Fixed AddTemplateAction NPE ([#48](https://github.com/hsz/idea-gitignore/issues/48))
- Select Destination dialog problem fixed in Android Studio ([#36](https://github.com/hsz/idea-gitignore/issues/36))
- Handling excluded directories in inspection ([#47](https://github.com/hsz/idea-gitignore/issues/47))
- Inspection warning messages clarification

Version 0.5.3

- Added "Add template..." action to the "Generate" context menu under <kbd>Alt</kbd> + <kbd>Insert</kbd> shortcut
Expand Down

0 comments on commit ec09dc1

Please sign in to comment.