-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
49 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.5.0</version> | ||
<version>2.6.0</version> | ||
<vendor email="[email protected]" url="http://ignore.hsz.mobi">hsz</vendor> | ||
|
||
<description><![CDATA[ | ||
|
@@ -78,23 +78,26 @@ | |
|
||
<change-notes><![CDATA[ | ||
<a href="https://github.com/hsz/idea-gitignore/tree/v2.5.0"><b>v2.5.0</b></a> (2018-03-24) <br/><br/> | ||
<a href="https://github.com/hsz/idea-gitignore/compare/v2.4.0...v2.5.0"><small>Full Changelog</small></a> <br/><br/> | ||
<a href="https://github.com/hsz/idea-gitignore/tree/v2.6.0"><b>v2.6.0</b></a> (2018-04-13) <br/><br/> | ||
<a href="https://github.com/hsz/idea-gitignore/compare/v2.5.0...v2.6.0"><small>Full Changelog</small></a> <br/><br/> | ||
<i>Implemented enhancements:</i> | ||
<ul> | ||
<li><i>.ebignore</i> (ElasticBeanstalk) support (<a href="https://github.com/hsz/idea-gitignore/issues/520">520</a>)</li> | ||
<li>Multirow tabs for outer rules panel (<a href="https://github.com/hsz/idea-gitignore/issues/501">501</a>)</li> | ||
</ul> | ||
<i>Fixed bugs:</i> | ||
<ul> | ||
<li>The plugin slows down the IDE a lot (<a href="https://github.com/hsz/idea-gitignore/issues/525">525</a>)</li> | ||
<li>MatcherUtil.cache takes too much memory (<a href="https://github.com/hsz/idea-gitignore/issues/521">521</a>)</li> | ||
<li>KotlinNullPointerException in Rider IDE (<a href="https://github.com/hsz/idea-gitignore/issues/385">385</a> <a href="https://github.com/hsz/idea-gitignore/issues/522">522</a>)</li> | ||
<li>Already disposed in VirtualFilePointerImpl (Utils.getExcludedRoots) (<a href="https://github.com/hsz/idea-gitignore/issues/524">524</a>)</li> | ||
<li>AssertionError in VirtualFilePointerContainerImpl (<a href="https://github.com/hsz/idea-gitignore/issues/503">503</a>)</li> | ||
<li>The following plugins are incompatible with the current IDE build (<a href="https://github.com/hsz/idea-gitignore/issues/530">530</a>)</li> | ||
<li>NullPointerException on File indexing (IgnoreFilesIndex), infinite loop of failing re-indexes - thanks to @nicity ! (<a href="https://github.com/hsz/idea-gitignore/issues/527">527</a>)</li> | ||
</ul> | ||
<i>Closed issues:</i> | ||
<ul> | ||
<li>Have you considered Open Collective? <a href="https://opencollective.com/ignore">opencollective.com/ignore</a> (<a href="https://github.com/hsz/idea-gitignore/issues/497">497</a>)</li> | ||
</ul> | ||
<a href="https://github.com/hsz/idea-gitignore/blob/master/CHANGELOG.md"><b>Full Changelog History</b></a> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters