From 6909a869d4bc226faf03d6f6475bf8d24137395e Mon Sep 17 00:00:00 2001 From: hsz Date: Tue, 22 May 2018 00:57:48 +0200 Subject: [PATCH] v2.6.2 --- CHANGELOG.md | 12 +++++++++++ README.md | 20 +++++++----------- gradle.properties | 2 +- resources/META-INF/plugin.xml | 24 +++++++--------------- resources/messages/IgnoreBundle.properties | 14 ++++++------- 5 files changed, 33 insertions(+), 39 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 290141fa..c85c08e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ Change Log ---------- +### [v2.6.2](https://github.com/hsz/idea-gitignore/tree/v2.6.2) (2018-05-22) + +[Full Changelog](https://github.com/hsz/idea-gitignore/compare/v2.6.1...v2.6.2) + +**Fixed bugs:** + +- Entries using wildcard never considered as used [\#543](https://github.com/hsz/idea-gitignore/issues/543) +- IndexId ClassNotFoundException [\#534](https://github.com/hsz/idea-gitignore/issues/534) +- "Already disposed: Project" in UntrackFilesDialog [\#539](https://github.com/hsz/idea-gitignore/issues/539) +- Drop project cache from ExternalIndexableSetContributor - thanks to @denofevil [\#545](https://github.com/hsz/idea-gitignore/pull/545) + + ### [v2.6.1](https://github.com/hsz/idea-gitignore/tree/v2.6.1) (2018-04-13) [Full Changelog](https://github.com/hsz/idea-gitignore/compare/v2.5.0...v2.6.1) diff --git a/README.md b/README.md index 1acbc4e0..f06d9a9a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -.ignore 2.6.1 +.ignore 2.6.2 ============= [![Gitter][badge-gitter-img]][badge-gitter] [![Build Status][badge-travis-img]][badge-travis] @@ -128,22 +128,16 @@ Usage Changelog --------- -### [v2.6.1](https://github.com/hsz/idea-gitignore/tree/v2.6.1) (2018-04-13) +### [v2.6.2](https://github.com/hsz/idea-gitignore/tree/v2.6.2) (2018-05-22) -[Full Changelog](https://github.com/hsz/idea-gitignore/compare/v2.5.0...v2.6.1) - -**Implemented enhancements:** - -- Multirow tabs for outer rules panel [\#501](https://github.com/hsz/idea-gitignore/issues/501) +[Full Changelog](https://github.com/hsz/idea-gitignore/compare/v2.6.1...v2.6.2) **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) +- Entries using wildcard never considered as used [\#543](https://github.com/hsz/idea-gitignore/issues/543) +- IndexId ClassNotFoundException [\#534](https://github.com/hsz/idea-gitignore/issues/534) +- "Already disposed: Project" in UntrackFilesDialog [\#539](https://github.com/hsz/idea-gitignore/issues/539) +- Drop project cache from ExternalIndexableSetContributor - thanks to @denofevil [\#545](https://github.com/hsz/idea-gitignore/pull/545) [Full Changelog History](./CHANGELOG.md) diff --git a/gradle.properties b/gradle.properties index bd5b2f9c..4bf10b0e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,7 +14,7 @@ runGenerators = true pluginGroup = mobi.hsz.idea pluginName = .ignore -pluginVersion = 2.6.1 +pluginVersion = 2.6.2 publishPluginId = 7495 publishUsername = hsz diff --git a/resources/META-INF/plugin.xml b/resources/META-INF/plugin.xml index cbbe19bd..678fa3c8 100644 --- a/resources/META-INF/plugin.xml +++ b/resources/META-INF/plugin.xml @@ -1,7 +1,7 @@ mobi.hsz.idea.gitignore .ignore - 2.6.1 + 2.6.2 hsz v2.6.1 (2018-04-13)

- Full Changelog

- - Implemented enhancements: - -
    -
  • Multirow tabs for outer rules panel (501)
  • -
+ v2.6.2 (2018-05-22)

+ Full Changelog

Fixed bugs:
    -
  • 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 issues: - -
    -
  • Have you considered Open Collective? opencollective.com/ignore (497)
  • +
  • Entries using wildcard never considered as used (543)
  • +
  • IndexId ClassNotFoundException (534)
  • +
  • "Already disposed: Project" in UntrackFilesDialog (539)
  • +
  • Drop project cache from ExternalIndexableSetContributor - thanks to @denofevil (545)
Full Changelog History diff --git a/resources/messages/IgnoreBundle.properties b/resources/messages/IgnoreBundle.properties index 010550ba..64daa917 100644 --- a/resources/messages/IgnoreBundle.properties +++ b/resources/messages/IgnoreBundle.properties @@ -156,13 +156,11 @@ notification.untrack.content=.ignore plugin found some files that are tra which are also listed in .gitignore file. Show details Don't show notification.update.title=.ignore plugin updated to v{0} notification.update.content=
\ - If you find my plugin helpful, Donate with PayPal

\ -Implemented enhancements:
\ -- Multirow tabs for outer rules panel (#501)
\ +Helpful? Donate with PayPal or OpenCollective!

\ Fixes:
\ -- 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)
\ +- Entries using wildcard never considered as used (#543)
\ +- IndexId ClassNotFoundException (#534)
\ +- "Already disposed: Project" in UntrackFilesDialog (#539)
\ +- Drop project cache from ExternalIndexableSetContributor - thanks to @denofevil (#545)
\
\ -If you find my plugin helpful, donate me using
Donate with PayPal +If you find my plugin helpful, donate me using
Donate with PayPal or OpenCollective!