diff --git a/META-INF/plugin.xml b/META-INF/plugin.xml index 885359ff..15df18ab 100644 --- a/META-INF/plugin.xml +++ b/META-INF/plugin.xml @@ -1,7 +1,7 @@ mobi.hsz.idea.gitignore .gitignore support - 0.3.3 + 0.4 hsz Features Feature requests:
@@ -42,6 +41,17 @@ ]]>
+
  • Show ignored files by specified Gitignore file (right click on .gitignore file)
  • +
  • Add selected file/directory to Gitignore rules from popup menu
  • +
  • Negation syntax style changed (also fixes #15)
  • +
  • Fixed problem with negation (AssertionError) (#10)
  • +
  • Fixed problem with template's wrong line separator (#13)
  • +
  • Fixed NoSuchMethodError if older SDK does not support notification panel's icon (#14)
  • +
  • Rewritten BNF and JFlex rules
  • + + Version 0.3.3