diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a4946d5..2b15de87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ Change Log ---------- -### Unreleased +### [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) **Implemented enhancements:** @@ -9,7 +11,9 @@ Change Log **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) diff --git a/README.md b/README.md index d663c50d..76cd9f60 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -.ignore 2.4.0 +.ignore 2.5.0 ============= [![Gitter][badge-gitter-img]][badge-gitter] [![Build Status][badge-travis-img]][badge-travis] @@ -128,7 +128,9 @@ Usage Changelog --------- -### Unreleased +### [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) **Implemented enhancements:** @@ -136,23 +138,12 @@ Changelog **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) -### [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:** - -- Better access to Notifications settings in "Appearance & Behaviour > Notifications" [\#506](https://github.com/hsz/idea-gitignore/issues/506) -- "Add to ignore file" action in "Version Control > Unversioned Files" view [\#509](https://github.com/hsz/idea-gitignore/issues/509) - -**Fixed bugs:** - -- Opening multiple projects in a new window makes IDEA plug-in unresponsive [\#510](https://github.com/hsz/idea-gitignore/issues/510) - [Full Changelog History](./CHANGELOG.md) diff --git a/gradle.properties b/gradle.properties index 4d65948f..74cd31dc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,7 +13,7 @@ runGenerators = true pluginGroup = mobi.hsz.idea pluginName = .ignore -pluginVersion = 2.4.0 +pluginVersion = 2.5.0 publishPluginId = 7495 publishUsername = hsz diff --git a/resources/META-INF/plugin.xml b/resources/META-INF/plugin.xml index afd2ff25..67aaf696 100644 --- a/resources/META-INF/plugin.xml +++ b/resources/META-INF/plugin.xml @@ -1,7 +1,7 @@ mobi.hsz.idea.gitignore .ignore - 2.4.0 + 2.5.0 hsz v2.4.0 (2018-01-11)

- Full Changelog

+ v2.5.0 (2018-03-24)

+ Full Changelog

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

\ Implemented enhancements:
\ -- Better access to Notifications settings in "Appearance & Behaviour > Notifications" (#506)
\ -- "Add to ignore file" action in "Version Control > Unversioned Files" view (#509)
\ +- `.ebignore` (ElasticBeanstalk) support (#520)
\ Fixes:
\ -- Opening multiple projects in a new window makes IDEA plug-in unresponsive (#510)
\ +- 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)
\
\ If you find my plugin helpful, donate me using
Donate with PayPal