Skip to content

Commit

Permalink
v2.2.1-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
hsz committed Sep 14, 2017
1 parent 92fc8f2 commit 7b2e3a9
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 40 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# Change Log


## [v2.2.1](https://github.com/hsz/idea-gitignore/tree/v2.2.1) (2017-09-06)
## [v2.2.1](https://github.com/hsz/idea-gitignore/tree/v2.2.1) (2017-09-??)

[Full Changelog](https://github.com/hsz/idea-gitignore/compare/v2.2.0...v2.2.1)

**Fixed bugs:**

- Accessing 'IgnoreFilesIndex' during processing [\#473](https://github.com/hsz/idea-gitignore/issues/#473)
- Write-unsafe context [\#471](https://github.com/hsz/idea-gitignore/issues/#471)
- Error on opening .gitignore file [\#470](https://github.com/hsz/idea-gitignore/issues/#470)
- File colouring not working [\#462](https://github.com/hsz/idea-gitignore/issues/#462)

## [v2.2.0](https://github.com/hsz/idea-gitignore/tree/v2.2.0) (2017-09-06)

[Full Changelog](https://github.com/hsz/idea-gitignore/compare/v2.1.1...v2.2.1)

Expand Down
20 changes: 6 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.ignore v2.2.1-RC1
.ignore v2.2.1-RC2
==================

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

## [v2.2.1](https://github.com/hsz/idea-gitignore/tree/v2.2.1) (2017-09-06)
## [v2.2.1](https://github.com/hsz/idea-gitignore/tree/v2.2.1) (2017-09-??)

[Full Changelog](https://github.com/hsz/idea-gitignore/compare/v2.1.1...v2.2.1)

**Implemented enhancements:**

- **Migration to the native IDE indexing**
- EAP repository channel
- Prettier (.prettierignore) support [\#466](https://github.com/hsz/idea-gitignore/issues/466)
[Full Changelog](https://github.com/hsz/idea-gitignore/compare/v2.2.0...v2.2.1)

**Fixed bugs:**

- Accessing 'IgnoreFilesIndex' during processing [\#473](https://github.com/hsz/idea-gitignore/issues/#473)
- Write-unsafe context [\#471](https://github.com/hsz/idea-gitignore/issues/#471)
- Error on opening .gitignore file [\#470](https://github.com/hsz/idea-gitignore/issues/#470)
- File colouring not working [\#462](https://github.com/hsz/idea-gitignore/issues/#462)
- ~/.gitignore_global is not handled [\#453](https://github.com/hsz/idea-gitignore/issues/#453)
- NPE in MatcherUtil.match [\#457](https://github.com/hsz/idea-gitignore/issues/#457)
- 'Outer ignore rules' shows previous project's exclude files [\#460](https://github.com/hsz/idea-gitignore/issues/#460)
- ExpiringMap causes ArrayIndexOutOfBoundsException [\#461](https://github.com/hsz/idea-gitignore/issues/#461)
- FileTypeManager.associate run in write-unsafe context [\#471](https://github.com/hsz/idea-gitignore/issues/#471)

[Full Changelog History](./CHANGELOG.md)

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.2.1-RC1
pluginVersion = 2.2.1-RC2

publishPluginId = 7495
publishUsername = hsz
Expand Down
18 changes: 4 additions & 14 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.2.1-RC1</version>
<version>2.2.1-RC2</version>
<vendor email="jakub@hsz.mobi" url="http://ignore.hsz.mobi">hsz</vendor>

<description><![CDATA[
Expand Down Expand Up @@ -80,23 +80,13 @@
<a href="https://github.com/hsz/idea-gitignore/tree/v2.2.1"><b>v2.2.1</b></a> (2017-09-06) <br/><br/>
<a href="https://github.com/hsz/idea-gitignore/compare/v2.1.1...v2.0.1"><small>Full Changelog</small></a> <br/><br/>
<i>Implemented enhancements:</i>
<ul>
<li><b>Migration to the native IDE indexing</b></li>
<li>EAP repository channel</li>
<li>Prettier (.prettierignore) support (<a href="https://github.com/hsz/idea-gitignore/issues/466">466</a>)</li>
</ul>
<i>Fixed bugs:</i>
<ul>
<li>Accessing 'IgnoreFilesIndex' during processing (<a href="https://github.com/hsz/idea-gitignore/issues/473">473</a>)</li>
<li>Write-unsafe context (<a href="https://github.com/hsz/idea-gitignore/issues/471">471</a>)</li>
<li>Error on opening .gitignore file (<a href="https://github.com/hsz/idea-gitignore/issues/470">470</a>)</li>
<li>File colouring not working (<a href="https://github.com/hsz/idea-gitignore/issues/462">462</a>)</li>
<li>~/.gitignore_global is not handled (<a href="https://github.com/hsz/idea-gitignore/issues/453">453</a>)</li>
<li>NPE in MatcherUtil.match (<a href="https://github.com/hsz/idea-gitignore/issues/457">457</a>)</li>
<li>'Outer ignore rules' shows previous project's exclude files (<a href="https://github.com/hsz/idea-gitignore/issues/460">460</a>)</li>
<li>ExpiringMap causes ArrayIndexOutOfBoundsException (<a href="https://github.com/hsz/idea-gitignore/issues/461">461</a>)</li>
<li>FileTypeManager.associate run in write-unsafe context (<a href="https://github.com/hsz/idea-gitignore/issues/471">471</a>)</li>
</ul>
<a href="https://github.com/hsz/idea-gitignore/blob/master/CHANGELOG.md"><b>Full Changelog History</b></a>
Expand Down
13 changes: 3 additions & 10 deletions resources/messages/IgnoreBundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -154,17 +154,10 @@ notification.untrack.content=<b>.ignore</b> plugin found some files that are tra
notification.update.title=<b>.ignore</b> plugin updated to v{0}
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/>\
Features:<br/>\
- <b>Migration to the native IDE indexing</b><br/>\
- EAP repository channel<br/>\
- Prettier (.prettierignore) support (#466)<br/>\
<br/>\
Fixes:<br/>\
- Accessing 'IgnoreFilesIndex' during processing (#473)<br/>\
- Write-unsafe context (#471)<br/>\
- Error on opening .gitignore file (#470)<br/>\
- File colouring not working (#462)<br/>\
- ~/.gitignore_global is not handled (#453)<br/>\
- NPE in MatcherUtil.match (#457)<br/>\
- 'Outer ignore rules' shows previous project's exclude files (#460)<br/>\
- ExpiringMap causes ArrayIndexOutOfBoundsException (#461)<br/>\
- FileTypeManager.associate run in write-unsafe context (#471)<br/>\
<br/>\
If you find my plugin helpful, donate me using <br/><b><a href="https://www.paypal.me/hsz">Donate with PayPal</a></b>

0 comments on commit 7b2e3a9

Please sign in to comment.