From 1406be0bf5bafe694bbbf766f3da6bb74352f5db Mon Sep 17 00:00:00 2001 From: hsz Date: Thu, 3 Jul 2014 15:58:09 +0200 Subject: [PATCH] v0.3.3 --- META-INF/plugin.xml | 10 +++++++++- README.md | 6 ++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/META-INF/plugin.xml b/META-INF/plugin.xml index 19fef712..7cbf490f 100644 --- a/META-INF/plugin.xml +++ b/META-INF/plugin.xml @@ -1,7 +1,7 @@ mobi.hsz.idea.gitignore .gitignore support - 0.3.2 + 0.3.3 hsz +
  • Gitignore file creating suggestion if missing
  • +
  • Fixed problem with negation (AssertionError) (#10)
  • +
  • Replaced icon (#9)
  • +
  • New file entry moved to the end of list (#9)
  • + + Version 0.3.2
    • Fixed problem with Java 1.6 and JList - NoSuchMethodError (#7)
    • diff --git a/README.md b/README.md index ad9e2da2..c0dd32ea 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,12 @@ To generate new `.gitignore` file, just click on File > New +- Fixed problem with negation (AssertionError) ([#10](https://github.com/hsz/idea-gitignore/issues/10)) +- Replaced icon ([#9](https://github.com/hsz/idea-gitignore/issues/9)) +- New file entry moved to the end of list ([#9](https://github.com/hsz/idea-gitignore/issues/9)) + Version 0.3.2 - Fixed problem with Java 1.6 and JList - NoSuchMethodError ([#7](https://github.com/hsz/idea-gitignore/issues/7))