diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ba4139d..c504d61a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ Change Log ---------- -### Unreleased +### [v2.4.0](https://github.com/hsz/idea-gitignore/tree/v2.4.0) (2018-01-11) + +[Full Changelog](https://github.com/hsz/idea-gitignore/compare/v2.3.2...v2.4.0) **Implemented enhancements:** diff --git a/README.md b/README.md index 4cb0e175..6e3d1ab6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -.ignore 2.3.2 +.ignore 2.4.0 ============= [![Gitter][badge-gitter-img]][badge-gitter] [![Build Status][badge-travis-img]][badge-travis] @@ -127,7 +127,9 @@ Usage Changelog --------- -### Unreleased +### [v2.4.0](https://github.com/hsz/idea-gitignore/tree/v2.4.0) (2018-01-11) + +[Full Changelog](https://github.com/hsz/idea-gitignore/compare/v2.4.0) **Implemented enhancements:** @@ -138,18 +140,6 @@ Changelog - Opening multiple projects in a new window makes IDEA plug-in unresponsive [\#510](https://github.com/hsz/idea-gitignore/issues/510) - -### [v2.3.2](https://github.com/hsz/idea-gitignore/tree/v2.3.2) (2017-11-17) - -[Full Changelog](https://github.com/hsz/idea-gitignore/compare/v2.3.0...v2.3.2) - -**Fixed bugs:** - -- IDE Fatal Error: Accessing 'IgnoreFilesIndex' during processing 'FilenameIndex' [\#480](https://github.com/hsz/idea-gitignore/issues/480) -- ConcurrentModificationException in IgnoreSettings.notifyOnChange [\#480](https://github.com/hsz/idea-gitignore/issues/480) -- Missing/Wrong Key IGNORE.UNUSED_ENTRY in colour scheme [\#494](https://github.com/hsz/idea-gitignore/issues/494) -- It's prohibited to access index during event dispatching [\#493](https://github.com/hsz/idea-gitignore/issues/493) - [Full Changelog History](./CHANGELOG.md) diff --git a/gradle.properties b/gradle.properties index 6094c52b..24d41b6d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,7 +13,7 @@ runGenerators = true pluginGroup = mobi.hsz.idea pluginName = .ignore -pluginVersion = 2.3.2 +pluginVersion = 2.4.0 publishPluginId = 7495 publishUsername = hsz diff --git a/resources/META-INF/plugin.xml b/resources/META-INF/plugin.xml index a49ba261..18cc5fb6 100644 --- a/resources/META-INF/plugin.xml +++ b/resources/META-INF/plugin.xml @@ -1,7 +1,7 @@ mobi.hsz.idea.gitignore .ignore - 2.3.2 + 2.4.0 hsz v2.3.2 (2017-11-17)

- Full Changelog

+ v2.4.0 (2018-01-11)

+ Full Changelog

Implemented enhancements: