diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b15de87..0b61341d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 41c90906..e09d2625 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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) diff --git a/README.md b/README.md index 76cd9f60..6815f324 100644 --- a/README.md +++ b/README.md @@ -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] @@ -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) @@ -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) diff --git a/gradle.properties b/gradle.properties index f9b7c312..b1993acb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,7 +13,7 @@ runGenerators = true pluginGroup = mobi.hsz.idea pluginName = .ignore -pluginVersion = 2.5.0 +pluginVersion = 2.6.0 publishPluginId = 7495 publishUsername = hsz diff --git a/resources/META-INF/plugin.xml b/resources/META-INF/plugin.xml index 67aaf696..85611dc8 100644 --- a/resources/META-INF/plugin.xml +++ b/resources/META-INF/plugin.xml @@ -1,7 +1,7 @@ mobi.hsz.idea.gitignore .ignore - 2.5.0 + 2.6.0 hsz v2.5.0 (2018-03-24)

- Full Changelog

+ v2.6.0 (2018-04-13)

+ Full Changelog

Implemented enhancements: Fixed bugs: + + Closed issues: + + Full Changelog History diff --git a/resources/messages/IgnoreBundle.properties b/resources/messages/IgnoreBundle.properties index 9290665e..010550ba 100644 --- a/resources/messages/IgnoreBundle.properties +++ b/resources/messages/IgnoreBundle.properties @@ -158,12 +158,11 @@ notification.update.title=.ignore plugin updated to v{0} notification.update.content=
\ If you find my plugin helpful, Donate with PayPal

\ Implemented enhancements:
\ -- `.ebignore` (ElasticBeanstalk) support (#520)
\ +- Multirow tabs for outer rules panel (#501)
\ Fixes:
\ -- The plugin slows down the IDE a lot (#525)
\ -- MatcherUtil.cache takes too much memory (#521)
\ -- KotlinNullPointerException in Rider IDE (#385) (#522)
\ -- Already disposed in VirtualFilePointerImpl (Utils.getExcludedRoots) (#524)
\ -- AssertionError in VirtualFilePointerContainerImpl (#503)
\ +- The following plugins are incompatible with the current IDE build (#530)
\ +- NullPointerException on File indexing (IgnoreFilesIndex), infinite loop of failing re-indexes - thanks to @nicity ! (#527)
\ +Closed:
\ +- Have you considered Open Collective? opencollective.com/ignore (#497)
\
\ If you find my plugin helpful, donate me using
Donate with PayPal