Skip to content

Releases: JetBrains/idea-gitignore

4.5.7

Choose a tag to compare

@github-actions github-actions released this 19 Jan 12:26
  • Removed code related to the Foldable Project View plugin
  • Fixed: Prettier icon visual inconsistency
  • Refactored handleEvent to use file extension mapping for improved file type association handling and avoid reading FS. #944
  • Fixed: UTFDataFormatException during indexing in large projects by replacing writeUTF/readUTF with IOUtil methods that can handle large data #943

v4.5.6

Choose a tag to compare

@github-actions github-actions released this 08 Feb 08:11
  • Fixed: Freeze because of blocking readAction #933

v4.5.5

Choose a tag to compare

@github-actions github-actions released this 07 Feb 22:13
  • Fixed: Freeze because of blocking readAction #933

v4.5.4

Choose a tag to compare

@github-actions github-actions released this 16 Oct 15:27
59781e4
  • 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

Choose a tag to compare

@github-actions github-actions released this 05 Apr 21:11
8081b9e
  • 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

Choose a tag to compare

@github-actions github-actions released this 06 Oct 13:46
ef07f3e
  • 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 and toptal 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

Choose a tag to compare

@github-actions github-actions released this 22 Jun 18:35
44a6a0e
  • Fixed Slow operations are prohibited on EDT #831
  • Fixed ActionGroup should be registered using <group> tag #829
  • Fixed AlreadyDisposedException when accessing FileStatusManager in IgnoreManager
  • Removed the unused entry inspection feature as it caused performance issues and false positives. [#805(https://github.com//issues/805)

v4.5.0

Choose a tag to compare

@github-actions github-actions released this 13 Mar 12:37
4083837
  • 2023.1 support
  • Add toptal templates to the list
  • Add "Add Template..." and "Create User Template" actions to the context menu of .gitignore files
  • .terraformignore (Terraform) support
  • .openapi-generator-ignore (OpenAPI Generator) support

v4.4.4

Choose a tag to compare

@github-actions github-actions released this 14 Nov 20:05
89835b2
  • Fixed .ignore crashes IDE during project opening #793
  • Remove the untilBuild boundary
  • Update github/gitignore submodule

v4.4.3

Choose a tag to compare

@github-actions github-actions released this 12 Nov 11:17
e9d1e4e
  • Maintenance release