Skip to content

Commit

Permalink
v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hsz committed Jul 3, 2014
1 parent 43aa462 commit 1406be0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
10 changes: 9 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.3.2</version>
<version>0.3.3</version>
<vendor email="[email protected]" url="http://www.hsz.mobi">hsz</vendor>

<description><![CDATA[
Expand Down Expand Up @@ -42,6 +42,14 @@
]]></description>

<change-notes><![CDATA[
Version 0.3.3
<ul>
<li>Gitignore file creating suggestion if missing</li>
<li>Fixed problem with negation (AssertionError) (<a href="https://github.com/hsz/idea-gitignore/issues/10">#10</a>)</li>
<li>Replaced icon (<a href="https://github.com/hsz/idea-gitignore/issues/9">#9</a>)</li>
<li>New file entry moved to the end of list (<a href="https://github.com/hsz/idea-gitignore/issues/9">#9</a>)</li>
</ul>
Version 0.3.2
<ul>
<li>Fixed problem with Java 1.6 and JList - NoSuchMethodError (<a href="https://github.com/hsz/idea-gitignore/issues/7">#7</a>)</li>
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ To generate new `.gitignore` file, just click on <kbd>File</kbd> > <kbd>New</kbd
Changelog
---------

Version 0.3.3
- Gitignore file creating suggestion if missing</li>
- Fixed problem with negation (AssertionError) ([#10](https://github.com/hsz/idea-gitignore/issues/10))</li>
- Replaced icon ([#9](https://github.com/hsz/idea-gitignore/issues/9))</li>
- New file entry moved to the end of list ([#9](https://github.com/hsz/idea-gitignore/issues/9))</li>

Version 0.3.2
- Fixed problem with Java 1.6 and JList - NoSuchMethodError ([#7](https://github.com/hsz/idea-gitignore/issues/7))

Expand Down

0 comments on commit 1406be0

Please sign in to comment.