Releases: JetBrains/idea-gitignore
Releases · JetBrains/idea-gitignore
v4.0.2
- Fixed NPE in Properties.setDismissedIgnoredEditingNotification
v4.0.1
- 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
v4.0.0
- 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
- 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
Compatibility with 202
v3.2.3.201
- Compatibility with 201
.ignore v3.2.3
- Compatibility with 2019.3
- Incorrect parsing of {} symbols #585
- Fixed deprecated warnings
.ignore v3.2.2
Fix indexing issues #593
Update Readme and description in plugin.xml
.ignore v3.2.1
Fix possible CCE when Mercurial plugin disabled.
.ignore v3.2.0
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.