Releases: JetBrains/idea-gitignore
Releases · JetBrains/idea-gitignore
Release list
4.5.7
- Removed code related to the Foldable Project View plugin
- Fixed: Prettier icon visual inconsistency
- Refactored
handleEventto use file extension mapping for improved file type association handling and avoid reading FS. #944 - Fixed:
UTFDataFormatExceptionduring indexing in large projects by replacingwriteUTF/readUTFwithIOUtilmethods that can handle large data #943
v4.5.6
- Fixed: Freeze because of blocking readAction #933
v4.5.5
- Fixed: Freeze because of blocking readAction #933
v4.5.4
- Fixed UI freeze issue #908
- Fixed: Internal method
com.intellij.openapi.fileEditor.impl.EditorWindow.getManager()invocation - Fixed:
IgnoreBundle.messageOrDefaultusage - 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
.distignorefiles - 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
gitignoreandtoptalentries #844 - Fixed ConcurrentModificationException in UnignoreFileGroupAction#GetChildren #860
- Fixed UI freeze caused by
BulkFileListener.handleEvent - Fixed "Expected directory instead of file" if
.gitis 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
AlreadyDisposedExceptionwhen accessingFileStatusManagerinIgnoreManager - Removed the unused entry inspection feature as it caused performance issues and false positives. [#805(https://github.com//issues/805)
v4.5.0
- 2023.1 support
- Add toptal templates to the list
- Add "Add Template..." and "Create User Template" actions to the context menu of
.gitignorefiles .terraformignore(Terraform) support.openapi-generator-ignore(OpenAPI Generator) support
v4.4.4
- Fixed .ignore crashes IDE during project opening #793
- Remove the
untilBuildboundary - Update
github/gitignoresubmodule