diff --git a/CHANGELOG.md b/CHANGELOG.md index c5074fb4..af72c233 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index 7a628779..7f64c841 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -.ignore v2.2.1-RC1 +.ignore v2.2.1-RC2 ================== [ignore.hsz.mobi][website] @@ -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) diff --git a/gradle.properties b/gradle.properties index 9b34d441..006e1134 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/resources/META-INF/plugin.xml b/resources/META-INF/plugin.xml index 7e803be0..48242e30 100644 --- a/resources/META-INF/plugin.xml +++ b/resources/META-INF/plugin.xml @@ -1,7 +1,7 @@ mobi.hsz.idea.gitignore .ignore - 2.2.1-RC1 + 2.2.1-RC2 hsz v2.2.1 (2017-09-06)

Full Changelog

- Implemented enhancements: - - - Fixed bugs: Full Changelog History diff --git a/resources/messages/IgnoreBundle.properties b/resources/messages/IgnoreBundle.properties index 3ca4fabf..530a5d28 100644 --- a/resources/messages/IgnoreBundle.properties +++ b/resources/messages/IgnoreBundle.properties @@ -154,17 +154,10 @@ notification.untrack.content=.ignore plugin found some files that are tra notification.update.title=.ignore plugin updated to v{0} notification.update.content=
\ If you find my plugin helpful, Donate with PayPal

\ -Features:
\ -- Migration to the native IDE indexing
\ -- EAP repository channel
\ -- Prettier (.prettierignore) support (#466)
\ -
\ Fixes:
\ +- Accessing 'IgnoreFilesIndex' during processing (#473)
\ +- Write-unsafe context (#471)
\ +- Error on opening .gitignore file (#470)
\ - File colouring not working (#462)
\ -- ~/.gitignore_global is not handled (#453)
\ -- NPE in MatcherUtil.match (#457)
\ -- 'Outer ignore rules' shows previous project's exclude files (#460)
\ -- ExpiringMap causes ArrayIndexOutOfBoundsException (#461)
\ -- FileTypeManager.associate run in write-unsafe context (#471)
\
\ If you find my plugin helpful, donate me using
Donate with PayPal