Skip to content

Releases: JetBrains/idea-gitignore

.ignore v3.0.0

24 Jul 09:25
@hsz hsz
Compare
Choose a tag to compare

Implemented enhancements:

  • Separated builds for different IDE versions (139-181+)
  • Abandoned support for <139
  • Integration with IntelliJ Plugin Verifier

Fixed bugs:

  • Argument for @NotNull parameter 'settings' of HideIgnoredFilesTreeStructureProvider.modify must not be null #551
  • Projects leak in ExternalIndexableSetContributor.CACHE #553
  • Unable to save settings #552

.ignore v2.6.4

20 Jul 11:00
@hsz hsz
Compare
Choose a tag to compare

Implemented enhancements:

  • Separated build for IDE 2018.1 (181+) for better integration

Fixed bugs:

  • Argument for @NotNull parameter 'settings' of HideIgnoredFilesTreeStructureProvider.modify must not be null #551
  • Projects leak in ExternalIndexableSetContributor.CACHE #553
  • Unable to save settings #552

.ignore v2.6.3

19 Jul 12:43
@hsz hsz
Compare
Choose a tag to compare

Fixed bugs:

  • Argument for @NotNull parameter 'settings' of HideIgnoredFilesTreeStructureProvider.modify must not be null #551
  • Projects leak in ExternalIndexableSetContributor.CACHE #553

.ignore v2.6.2

21 May 23:04
@hsz hsz
Compare
Choose a tag to compare

Fixed bugs:

  • Entries using wildcard never considered as used #543
  • IndexId ClassNotFoundException #534
  • "Already disposed: Project" in UntrackFilesDialog #539
  • Drop project cache from ExternalIndexableSetContributor - thanks to @denofevil #545

.ignore v2.6.1

13 Apr 12:01
@hsz hsz
Compare
Choose a tag to compare

Implemented enhancements:

  • Multirow tabs for outer rules panel #501

Fixed bugs:

  • The following plugins are incompatible with the current IDE build #530
  • NullPointerException on File indexing (IgnoreFilesIndex), infinite loop of failing re-indexes - thanks to @nicity ! #527

Closed issues:

.ignore v2.5.0

24 Mar 21:57
@hsz hsz
Compare
Choose a tag to compare

Implemented enhancements:

  • .ebignore (ElasticBeanstalk) support #520

Fixed bugs:

  • 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

.ignore v2.4.0

11 Jan 14:41
@hsz hsz
Compare
Choose a tag to compare

Implemented enhancements:

  • Better access to Notifications settings in "Appearance & Behaviour > Notifications" #506
  • "Add to ignore file" action in "Version Control > Unversioned Files" view #509

Fixed bugs:

  • Opening multiple projects in a new window makes IDEA plug-in unresponsive #510

.ignore v2.3.2

17 Nov 01:04
@hsz hsz
Compare
Choose a tag to compare

Fixed bugs:

  • IDE Fatal Error: Accessing 'IgnoreFilesIndex' during processing 'FilenameIndex' #480
  • ConcurrentModificationException in IgnoreSettings.notifyOnChange #480
  • Missing/Wrong Key IGNORE.UNUSED_ENTRY in colour scheme #494
  • It's prohibited to access index during event dispatching #493

.ignore v2.3.0

07 Nov 19:35
@hsz hsz
Compare
Choose a tag to compare

Fixed bugs:

  • Performance optimizations #490
  • Hang related to IgnoreCoverEntryInspection #489
  • Proper handling of outer files (global gitignore, .git/info/exclude) #476 #453
  • Ignored & tracked dialog shows empty files list #486
  • Expected only one value per-inputId for IgnoreFilesIndex #484
  • Plugin is incompatible with the new IDE build #491
  • NPE in MatcherUtil.match #485

.ignore v2.3.0-RC.1

30 Oct 14:03
@hsz hsz
Compare
Choose a tag to compare
.ignore v2.3.0-RC.1 Pre-release
Pre-release

Fixed bugs:

  • Hang related to IgnoreCoverEntryInspection #489
  • Expected only one value per-inputId for IgnoreFilesIndex #484
  • Plugin is incompatible with the new IDE build #491
  • NPE in MatcherUtil.match #485