Skip to content

Commit

Permalink
v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hsz committed Apr 13, 2018
1 parent 7a04c8c commit 4dfb402
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 25 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
Change Log
----------

### [v2.6.0](https://github.com/hsz/idea-gitignore/tree/v2.6.0) (2018-04-13)

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

**Implemented enhancements:**

- Multirow tabs for outer rules panel [\#501](https://github.com/hsz/idea-gitignore/issues/501)

**Fixed bugs:**

- The following plugins are incompatible with the current IDE build [\#530](https://github.com/hsz/idea-gitignore/issues/530)
- NullPointerException on File indexing (IgnoreFilesIndex), infinite loop of failing re-indexes - thanks to @nicity ! [\#527](https://github.com/hsz/idea-gitignore/issues/527)

**Closed issues:**

- Have you considered Open Collective? [opencollective.com/ignore](https://opencollective.com/ignore) [\#497](https://github.com/hsz/idea-gitignore/issues/497)


### [v2.5.0](https://github.com/hsz/idea-gitignore/tree/v2.5.0) (2018-03-24)

[Full Changelog](https://github.com/hsz/idea-gitignore/compare/v2.4.0...v2.5.0)
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Author
**Contributors**

- [**@zolotov** Alexander Zolotov](https://github.com/zolotov)
- [**@nicity** Maksim Mosienko](https://github.com/nicity)
- [**@76200** Bartłomiej Czyż](https://github.com/76200)
- [**@bedla** Ivo Šmíd](https://github.com/bedla)
- [**@danpfe**](https://github.com/danpfe)
Expand Down
21 changes: 12 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.ignore 2.5.0
.ignore 2.6.0
=============

[![Gitter][badge-gitter-img]][badge-gitter] [![Build Status][badge-travis-img]][badge-travis]
Expand Down Expand Up @@ -128,21 +128,23 @@ Usage
Changelog
---------

### [v2.5.0](https://github.com/hsz/idea-gitignore/tree/v2.5.0) (2018-03-24)
### [v2.6.0](https://github.com/hsz/idea-gitignore/tree/v2.6.0) (2018-04-13)

[Full Changelog](https://github.com/hsz/idea-gitignore/compare/v2.4.0...v2.5.0)
[Full Changelog](https://github.com/hsz/idea-gitignore/compare/v2.5.0...v2.6.0)

**Implemented enhancements:**

- `.ebignore` (ElasticBeanstalk) support [\#520](https://github.com/hsz/idea-gitignore/issues/520)
- Multirow tabs for outer rules panel [\#501](https://github.com/hsz/idea-gitignore/issues/501)

**Fixed bugs:**

- The plugin slows down the IDE a lot [\#525](https://github.com/hsz/idea-gitignore/issues/525)
- MatcherUtil.cache takes too much memory [\#521](https://github.com/hsz/idea-gitignore/issues/521)
- KotlinNullPointerException in Rider IDE [\#385](https://github.com/hsz/idea-gitignore/issues/385) [\#522](https://github.com/hsz/idea-gitignore/issues/522)
- Already disposed in VirtualFilePointerImpl (Utils.getExcludedRoots) [\#524](https://github.com/hsz/idea-gitignore/issues/524)
- AssertionError in VirtualFilePointerContainerImpl [\#503](https://github.com/hsz/idea-gitignore/issues/503)
- The following plugins are incompatible with the current IDE build [\#530](https://github.com/hsz/idea-gitignore/issues/530)
- NullPointerException on File indexing (IgnoreFilesIndex), infinite loop of failing re-indexes - thanks to @nicity ! [\#527](https://github.com/hsz/idea-gitignore/issues/527)

**Closed issues:**

- Have you considered Open Collective? [opencollective.com/ignore](https://opencollective.com/ignore) [\#497](https://github.com/hsz/idea-gitignore/issues/497)


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

Expand Down Expand Up @@ -176,6 +178,7 @@ Developed By
**Contributors**

- [**@zolotov** Alexander Zolotov](https://github.com/zolotov)
- [**@nicity** Maksim Mosienko](https://github.com/nicity)
- [**@76200** Bartłomiej Czyż](https://github.com/76200)
- [**@bedla** Ivo Šmíd](https://github.com/bedla)
- [**@danpfe**](https://github.com/danpfe)
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.5.0
pluginVersion = 2.6.0

publishPluginId = 7495
publishUsername = hsz
Expand Down
21 changes: 12 additions & 9 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.5.0</version>
<version>2.6.0</version>
<vendor email="[email protected]" url="http://ignore.hsz.mobi">hsz</vendor>

<description><![CDATA[
Expand Down Expand Up @@ -78,23 +78,26 @@

<change-notes><![CDATA[
<a href="https://github.com/hsz/idea-gitignore/tree/v2.5.0"><b>v2.5.0</b></a> (2018-03-24) <br/><br/>
<a href="https://github.com/hsz/idea-gitignore/compare/v2.4.0...v2.5.0"><small>Full Changelog</small></a> <br/><br/>
<a href="https://github.com/hsz/idea-gitignore/tree/v2.6.0"><b>v2.6.0</b></a> (2018-04-13) <br/><br/>
<a href="https://github.com/hsz/idea-gitignore/compare/v2.5.0...v2.6.0"><small>Full Changelog</small></a> <br/><br/>
<i>Implemented enhancements:</i>
<ul>
<li><i>.ebignore</i> (ElasticBeanstalk) support (<a href="https://github.com/hsz/idea-gitignore/issues/520">520</a>)</li>
<li>Multirow tabs for outer rules panel (<a href="https://github.com/hsz/idea-gitignore/issues/501">501</a>)</li>
</ul>
<i>Fixed bugs:</i>
<ul>
<li>The plugin slows down the IDE a lot (<a href="https://github.com/hsz/idea-gitignore/issues/525">525</a>)</li>
<li>MatcherUtil.cache takes too much memory (<a href="https://github.com/hsz/idea-gitignore/issues/521">521</a>)</li>
<li>KotlinNullPointerException in Rider IDE (<a href="https://github.com/hsz/idea-gitignore/issues/385">385</a> <a href="https://github.com/hsz/idea-gitignore/issues/522">522</a>)</li>
<li>Already disposed in VirtualFilePointerImpl (Utils.getExcludedRoots) (<a href="https://github.com/hsz/idea-gitignore/issues/524">524</a>)</li>
<li>AssertionError in VirtualFilePointerContainerImpl (<a href="https://github.com/hsz/idea-gitignore/issues/503">503</a>)</li>
<li>The following plugins are incompatible with the current IDE build (<a href="https://github.com/hsz/idea-gitignore/issues/530">530</a>)</li>
<li>NullPointerException on File indexing (IgnoreFilesIndex), infinite loop of failing re-indexes - thanks to @nicity ! (<a href="https://github.com/hsz/idea-gitignore/issues/527">527</a>)</li>
</ul>
<i>Closed issues:</i>
<ul>
<li>Have you considered Open Collective? <a href="https://opencollective.com/ignore">opencollective.com/ignore</a> (<a href="https://github.com/hsz/idea-gitignore/issues/497">497</a>)</li>
</ul>
<a href="https://github.com/hsz/idea-gitignore/blob/master/CHANGELOG.md"><b>Full Changelog History</b></a>
Expand Down
11 changes: 5 additions & 6 deletions resources/messages/IgnoreBundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -158,12 +158,11 @@ 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/>\
Implemented enhancements:<br/>\
- `.ebignore` (ElasticBeanstalk) support (#520)<br/>\
- Multirow tabs for outer rules panel (#501)<br/>\
Fixes:<br/>\
- The plugin slows down the IDE a lot (#525)<br/>\
- MatcherUtil.cache takes too much memory (#521)<br/>\
- KotlinNullPointerException in Rider IDE (#385) (#522)<br/>\
- Already disposed in VirtualFilePointerImpl (Utils.getExcludedRoots) (#524)<br/>\
- AssertionError in VirtualFilePointerContainerImpl (#503)<br/>\
- The following plugins are incompatible with the current IDE build (#530)<br/>\
- NullPointerException on File indexing (IgnoreFilesIndex), infinite loop of failing re-indexes - thanks to @nicity ! (#527)<br/>\
Closed:<br/>\
- Have you considered Open Collective? <a href="https://opencollective.com/ignore">opencollective.com/ignore</a> (#497)<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 4dfb402

Please sign in to comment.