Skip to content

Commit

Permalink
v2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hsz committed Nov 17, 2017
1 parent bf99247 commit eaadf50
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 9 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
Change Log
----------

### [v2.3.1](https://github.com/hsz/idea-gitignore/tree/v2.3.1) (2017-11-17)
### [v2.3.2](https://github.com/hsz/idea-gitignore/tree/v2.3.2) (2017-11-17)

[Full Changelog](https://github.com/hsz/idea-gitignore/compare/v2.3.0...v2.3.1)
[Full Changelog](https://github.com/hsz/idea-gitignore/compare/v2.3.0...v2.3.2)

**Fixed bugs:**

- IDE Fatal Error: Accessing 'IgnoreFilesIndex' during processing 'FilenameIndex' [\#480](https://github.com/hsz/idea-gitignore/issues/480)
- ConcurrentModificationException in IgnoreSettings.notifyOnChange [\#480](https://github.com/hsz/idea-gitignore/issues/480)
- Missing/Wrong Key IGNORE.UNUSED_ENTRY in colour scheme [\#494](https://github.com/hsz/idea-gitignore/issues/494)
- It's prohibited to access index during event dispatching [\#493](https://github.com/hsz/idea-gitignore/issues/493)

Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.ignore 2.3.1
.ignore 2.3.2
=============

[ignore.hsz.mobi][website]
Expand Down Expand Up @@ -125,13 +125,14 @@ Usage
Changelog
---------

### [v2.3.1](https://github.com/hsz/idea-gitignore/tree/v2.3.1) (2017-11-17)
### [v2.3.2](https://github.com/hsz/idea-gitignore/tree/v2.3.2) (2017-11-17)

[Full Changelog](https://github.com/hsz/idea-gitignore/compare/v2.3.0...v2.3.1)
[Full Changelog](https://github.com/hsz/idea-gitignore/compare/v2.3.0...v2.3.2)

**Fixed bugs:**

- IDE Fatal Error: Accessing 'IgnoreFilesIndex' during processing 'FilenameIndex' [\#480](https://github.com/hsz/idea-gitignore/issues/480)
- ConcurrentModificationException in IgnoreSettings.notifyOnChange [\#480](https://github.com/hsz/idea-gitignore/issues/480)
- Missing/Wrong Key IGNORE.UNUSED_ENTRY in colour scheme [\#494](https://github.com/hsz/idea-gitignore/issues/494)
- It's prohibited to access index during event dispatching [\#493](https://github.com/hsz/idea-gitignore/issues/493)

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runGenerators = true

pluginGroup = mobi.hsz.idea
pluginName = .ignore
pluginVersion = 2.3.1
pluginVersion = 2.3.2

publishPluginId = 7495
publishUsername = hsz
Expand Down
7 changes: 4 additions & 3 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>mobi.hsz.idea.gitignore</id>
<name>.ignore</name>
<version>2.3.1</version>
<version>2.3.2</version>
<vendor email="[email protected]" url="http://ignore.hsz.mobi">hsz</vendor>

<description><![CDATA[
Expand Down Expand Up @@ -77,13 +77,14 @@

<change-notes><![CDATA[
<a href="https://github.com/hsz/idea-gitignore/tree/v2.3.1"><b>v2.3.1</b></a> (2017-11-17) <br/><br/>
<a href="https://github.com/hsz/idea-gitignore/compare/v2.3.0...v2.3.1"><small>Full Changelog</small></a> <br/><br/>
<a href="https://github.com/hsz/idea-gitignore/tree/v2.3.2"><b>v2.3.2</b></a> (2017-11-17) <br/><br/>
<a href="https://github.com/hsz/idea-gitignore/compare/v2.3.0...v2.3.2"><small>Full Changelog</small></a> <br/><br/>
<i>Fixed bugs:</i>
<ul>
<li>IDE Fatal Error: Accessing 'IgnoreFilesIndex' during processing 'FilenameIndex' (<a href="https://github.com/hsz/idea-gitignore/issues/480">480</a>)</li>
<li>ConcurrentModificationException in IgnoreSettings.notifyOnChange (<a href="https://github.com/hsz/idea-gitignore/issues/480">480</a>)</li>
<li>Missing/Wrong Key IGNORE.UNUSED_ENTRY in colour scheme (<a href="https://github.com/hsz/idea-gitignore/issues/494">494</a>)</li>
<li>It's prohibited to access index during event dispatching (<a href="https://github.com/hsz/idea-gitignore/issues/493">493</a>)</li>
</ul>
Expand Down
1 change: 1 addition & 0 deletions resources/messages/IgnoreBundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ notification.update.content=<br/>\
If you find my plugin helpful, <b><a href="https://www.paypal.me/hsz">Donate with PayPal</a></b><br/><br/>\
Fixes:<br/>\
- IDE Fatal Error: Accessing 'IgnoreFilesIndex' during processing 'FilenameIndex' (#480)<br/>\
- ConcurrentModificationException in IgnoreSettings.notifyOnChange (#480)<br/>\
- Missing/Wrong Key IGNORE.UNUSED_ENTRY in colour scheme (#494)<br/>\
- It's prohibited to access index during event dispatching (#493)<br/>\
<br/>\
Expand Down

0 comments on commit eaadf50

Please sign in to comment.