Skip to content

.ignore v1.7.4

Choose a tag to compare

@hsz hsz released this 13 Feb 14:07

v1.7.4 (2017-02-13)

Full Changelog

Implemented enhancements:

  • Hide ignored files and directories in the project tree view
  • Indicate that parent contains extra elements if children are hidden
  • Dialog box that allows to untrack ignored files (performs git rm --cached command)
  • Untrack files dialog invoked automatically + from Project view context menu
  • Stylint (.stylintignore) support #279
  • Project Tree View coloring refactoring (performance)

Fixed bugs:

  • Fixed colors for tracked and ignored files, additional info label is implemented #296 #295 #284
  • IllegalArgumentException on IDEA startup #302
  • File of UntrackFilesDialog.createDirectoryNodes must not be null #307 #309
  • NoSuchFieldError: GRAYED_SMALL_ATTRIBUTES #305
  • Ignored entries coloring #304 #301
  • ClassNotFoundException: mobi.hsz.idea.gitignore.FilesIndexCacheProjectComponent #297
  • Assertion failed: Registering post-startup activity that will never be run #290
  • Component name collision: UpdateComponent #289
  • Ignore Files Support pane scrollbar issue #286
  • Outer ignore file panel now has max height rule #257
  • Properly coloring of subdirectories #255
  • Setting "Enable ignoring" does not really work #298