Skip to content

Releases: JetBrains/idea-gitignore

v4.0.2

22 Dec 12:36
Compare
Choose a tag to compare
  • Fixed NPE in Properties.setDismissedIgnoredEditingNotification

v4.0.1

14 Dec 20:37
Compare
Choose a tag to compare
  • Use a built-in Git/Mercurial ignored files check to hide them from the Project view
  • Fetch github/gitignore submodule when releasing to the Marketplace
  • GitHub Actions build workflow and Gradle configuration upgrade to align the IntelliJ Platform Project Template
  • Gradle Wrapper upgrade to 6.7.1

Full Changelog

v4.0.0

11 Dec 15:34
Compare
Choose a tag to compare
  • 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

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.