Releases: JetBrains/idea-gitignore
Releases · JetBrains/idea-gitignore
v4.5.4
- Fixed UI freeze issue #908
- Fixed: Internal method
com.intellij.openapi.fileEditor.impl.EditorWindow.getManager()
invocation - Fixed:
IgnoreBundle.messageOrDefault
usage - Fixed: Deprecated method
com.intellij.openapi.actionSystem.AnActionEvent.getRequiredData(DataKey)
invocation - Fixed: Deprecated method
com.intellij.openapi.fileChooser.FileChooserDescriptor.isFileVisible(VirtualFile, boolean)
is overridden
v4.5.3
- Add support for WP-CLI
.distignore
files - Stop banner from displaying if file is not editable by user
- Fixed deprecated methods usage
v4.5.2
- Fixed
com.intellij.openapi.util.TraceableDisposable$DisposalException: Double release of editor
- Improve module root detection in Rider
- Fixed issue when starring the template, marks both
gitignore
andtoptal
entries #844 - Fixed ConcurrentModificationException in UnignoreFileGroupAction#GetChildren #860
- Fixed UI freeze caused by
BulkFileListener.handleEvent
- Fixed "Expected directory instead of file" if
.git
is a file (worktrees case) #842
v4.5.1
- Fixed
Slow operations are prohibited on EDT
#831 - Fixed
ActionGroup should be registered using <group> tag
#829 - Fixed
AlreadyDisposedException
when accessingFileStatusManager
inIgnoreManager
- Removed the unused entry inspection feature as it caused performance issues and false positives. [#805(https://github.com//issues/805)
v4.5.0
v4.4.4
v4.4.3
- Maintenance release
v4.4.2
- Maintenance release
v4.4.1
- Support for IntelliJ-based IDEs in 2022.2 version
v4.4.0
- IDEA-284447 Titled Borders aren't being themed correctly
- Support for IntelliJ-based IDEs in 2022.1 version
- Fixed
ExpiringMap#get
flow - Remove
OK
action from theIgnoredEditingNotificationProvider