Skip to content

Releases: JetBrains/idea-gitignore

v4.0.0-eap

11 Dec 08:21
Compare
Choose a tag to compare
v4.0.0-eap Pre-release
Pre-release
  • migrate code to #Kotlin
  • reduce code by 60% – 644KB to 262KB
  • fix ALL compatibility issues with 2020.3
  • introduce detekt for better code quality
  • code cleanup (drop Git/Mercurial dead already features)
  • plugin is now dynamic (install/uninstall without IDE restarting)
  • introduce better CI – based on the IntelliJ Platform Plugin Template
  • upgrade all Grammar-Kit, Gradle tooling
  • focus on always supporting the latest release (only): currently 2020.3

v3.2.3.202

31 Jul 11:03
8ee36a6
Compare
Choose a tag to compare

Compatibility with 202

v3.2.3.201

08 Apr 16:12
Compare
Choose a tag to compare
  • Compatibility with 201

.ignore v3.2.3

28 Nov 16:27
Compare
Choose a tag to compare
  • Compatibility with 2019.3
  • Incorrect parsing of {} symbols #585
  • Fixed deprecated warnings

.ignore v3.2.2

02 Sep 12:55
Compare
Choose a tag to compare

Fix indexing issues #593
Update Readme and description in plugin.xml

.ignore v3.2.1

06 Aug 12:56
Compare
Choose a tag to compare

Fix possible CCE when Mercurial plugin disabled.

.ignore v3.2.0

01 Aug 19:16
Compare
Choose a tag to compare

Compatibility with IntelliJ 2019.2

IntelliJ release 2019.2 brings out of the box support for .gitignore and .hgignore files, so some functionality has moved from the plugin to the platform.
The following features are now provided by the platform:

  • Ignored status highlighting for .gitignore and .hgingore
  • Completion in .gitignore and .hgignore
  • Add to ignore actions

The plugin still provides other features for .gitingore and .hgingore, and the full set of features for other supported ignore files.

.ignore v3.1.2

14 May 10:06
@hsz hsz
Compare
Choose a tag to compare

Implemented enhancements:

  • .gcloudignore (Google Cloud) support #577
  • .nuxtignore (Nuxt.js) support #576
  • Fixed deprecation warnings #567
  • Removed "tracked & ignored" feature #547 #523 #528 #486
  • Display external .git/info/exclude files in "Outer ignore rules" side editor
  • Handle ~/.config/git/ignore ignore file #574

Fixed bugs:

  • Adding 2+ templates without new line in between #561
  • Fixed incorrect relative path resolving for ignored files #566
  • Fixed "is covered by" false-positive behaviour #565 #228
  • Fix for IllegalStateException when ProjectUtil.guessProjectDir called on default project
  • Fixed incorrect double star pattern behaviour #579
  • Update downgrades on 2018.2+ #572
  • Group with id "GenerateGroup" isn't registered #573
  • Directories marked as excluded are reported as never used #571
  • All files are marked as ignored #581

.ignore v3.1.1

12 May 20:28
@hsz hsz
Compare
Choose a tag to compare
.ignore v3.1.1 Pre-release
Pre-release

Implemented enhancements:

  • .gcloudignore (Google Cloud) support #577
  • .nuxtignore (Nuxt.js) support #576
  • Fixed deprecation warnings #567
  • Removed "tracked & ignored" feature #547 #523 #528 #486

Fixed bugs:

  • Adding 2+ templates without new line in between #561
  • Fixed incorrect relative path resolving for ignored files #566
  • Fixed "is covered by" false-positive behaviour #565 #228
  • Fix for IllegalStateException when ProjectUtil.guessProjectDir called on default project
  • Fixed incorrect double star pattern behaviour #579
  • Update downgrades on 2018.2+ #572
  • Group with id "GenerateGroup" isn't registered #573
  • Directories marked as excluded are reported as never used #571

.ignore v3.1.0

07 May 21:56
@hsz hsz
Compare
Choose a tag to compare
.ignore v3.1.0 Pre-release
Pre-release

Implemented enhancements:

  • .gcloudignore (Google Cloud) support #577
  • .nuxtignore (Nuxt.js) support #576
  • Fixed deprecation warnings #567
  • Removed "tracked & ignored" feature #547 #523 #528 #486

Fixed bugs:

  • Adding 2+ templates without new line in between #561
  • Fixed incorrect relative path resolving for ignored files #566
  • Fixed "is covered by" false-positive behaviour #565 #228