Skip to content

4.9.0

Compare
Choose a tag to compare
@FlineDevPublic FlineDevPublic released this 21 Jan 16:15
· 111 commits to main since this release

Added

  • Added a new option ignoreKeys to provide custom alternatives to the default bc-ignore kind of keys if needed. New option defaults to ["#bartycrouch-ignore!", "#bc-ignore!", "#i!"] if not specified otherwise.
    PR: #242 | Author: Cihat Gündüz
  • Added a new option subpathsToIgnore to provide subpaths to be ignored (with case-insensitive comparison) inside of the provided paths. New option defaults to [".git", "carthage", "pods", "build", ".build", "docs"] if not specified otherwise.
    PR: #242 | Author: Cihat Gündüz

Fixed

  • Removed ignoring all InfoPlist.strings files by default. If you want this to actually be the case, just add InfoPlist.strings to the array in the new subpathsToIgnore option, e.g.: subPathsToIgnore = [".git", "carthage", "pods", "build", ".build", "docs", "InfoPlist.strings"]
    PR: #242 | Author: Cihat Gündüz
  • Less situations where the empty tmpstring folder continues to exist.
    PR: #238 | Author: Benjamin Erhart
  • Only apply ignores on subpaths of explicitly mentioned folders in path options, don't ignore any paths that are explicitly mentioned.
    PR: #240 | Author: Benjamin Erhart

This release was made during my regular Open Source live stream on Twitch. Follow me there to support my work!