Skip to content

Commit

Permalink
v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hsz committed Jan 11, 2018
1 parent 0815080 commit d0bdb79
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 19 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:**

Expand Down
18 changes: 4 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -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]
Expand Down Expand Up @@ -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:**

Expand All @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runGenerators = true

pluginGroup = mobi.hsz.idea
pluginName = .ignore
pluginVersion = 2.3.2
pluginVersion = 2.4.0

publishPluginId = 7495
publishUsername = hsz
Expand Down
6 changes: 3 additions & 3 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>mobi.hsz.idea.gitignore</id>
<name>.ignore</name>
<version>2.3.2</version>
<version>2.4.0</version>
<vendor email="[email protected]" url="http://ignore.hsz.mobi">hsz</vendor>

<description><![CDATA[
Expand Down Expand Up @@ -77,8 +77,8 @@

<change-notes><![CDATA[
<a href="https://github.com/hsz/idea-gitignore/tree/v2.3.2"><b>v2.3.2</b></a> (2017-11-17) <br/><br/>
<a href="https://github.com/hsz/idea-gitignore/compare/v2.3.0...v2.3.2"><small>Full Changelog</small></a> <br/><br/>
<a href="https://github.com/hsz/idea-gitignore/tree/v2.4.0"><b>v2.4.0</b></a> (2018-01-11) <br/><br/>
<a href="https://github.com/hsz/idea-gitignore/compare/v2.3.2...v2.4.0"><small>Full Changelog</small></a> <br/><br/>
<i>Implemented enhancements:</i>
Expand Down

0 comments on commit d0bdb79

Please sign in to comment.