Skip to content

Commit

Permalink
release `v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hsz committed Mar 3, 2015
1 parent 4e5fc36 commit 950d089
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ Author
License
-------

Copyright (c) 2014 hsz Jakub Chrzanowski. See the [LICENSE](./LICENSE) file for license rights and limitations (MIT).
Copyright (c) 2015 hsz Jakub Chrzanowski. See the [LICENSE](./LICENSE) file for license rights and limitations (MIT).
13 changes: 11 additions & 2 deletions 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>.ignore</name>
<version>1.0</version>
<version>1.0.1</version>
<vendor email="[email protected]" url="http://www.hsz.mobi">hsz</vendor>

<description><![CDATA[
Expand All @@ -17,7 +17,7 @@
<b>.ignore</b> is a plugin for
<i>.gitignore (GIT), .hgignore (Mercurial), .npmignore (NPM), .dockerignore (Docker), .chefignore (Chef),
.cvsignore (CVS), .bzrignore (Bazaar), .boringignore (Darcs)</i>
.cvsignore (CVS), .bzrignore (Bazaar), .boringignore (Darcs), .mtn-ignore (Monotone)</i>
files in your project.
<br/>
Expand Down Expand Up @@ -48,6 +48,15 @@

<change-notes><![CDATA[
Version 1.0.1
<ul>
<li>Allow enable/disable coloring ignored files (<a href="https://github.com/hsz/idea-gitignore/issues/87">#87</a>)</li>
<li>Cover inspection respects negated entries</li>
<li>Wrong ignore indicator with nested entries fix (<a href="https://github.com/hsz/idea-gitignore/issues/85">#85</a>)</li>
<li>ConcurrentModificationException fix (<a href="https://github.com/hsz/idea-gitignore/issues/84">#84</a>)</li>
<li><i>.mtn-ignore</i> support (Monotone version control)</li>
</ul>
Version 1.0
<ul>
<li><b>Ignored files coloring</b> in the Project View (customizable style)</li>
Expand Down
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Introduction
- `.cvsignore` (CVS)
- `.bzrignore` (Bazaar)
- `.boringignore` (Darcs)
- `.mtn-ignore` (Monotone)

files in your project. It supports following JetBrains IDEs:

Expand Down Expand Up @@ -88,6 +89,14 @@ Usage
Changelog
---------

Version 1.0.1

- Allow enable/disable coloring ignored files ([#87](https://github.com/hsz/idea-gitignore/issues/87))
- Cover inspection respects negated entries
- Wrong ignore indicator with nested entries fix ([#85](https://github.com/hsz/idea-gitignore/issues/85))
- ConcurrentModificationException fix ([#84](https://github.com/hsz/idea-gitignore/issues/84))
- `.mtn-ignore` support (Monotone version control)

Version 1.0

- **Ignored files coloring** in the Project View (customizable style)
Expand Down Expand Up @@ -280,7 +289,7 @@ Developed By
License
-------

Copyright (c) 2014 hsz Jakub Chrzanowski. See the [LICENSE](./LICENSE) file for license rights and limitations (MIT).
Copyright (c) 2015 hsz Jakub Chrzanowski. See the [LICENSE](./LICENSE) file for license rights and limitations (MIT).


[github-gitignore]: https://github.com/github/gitignore
Expand Down

0 comments on commit 950d089

Please sign in to comment.