Releases: FlineDev/BartyCrouch
Releases · FlineDev/BartyCrouch
4.10.0
Changed
- Update SwiftSyntax dependency to Swift 5.5 to support Xcode 13.
Issues: #201, #249 | Author: Cihat Gündüz
4.9.0
Added
- Added a new option
ignoreKeys
to provide custom alternatives to the defaultbc-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 providedpaths
. 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 addInfoPlist.strings
to the array in the newsubpathsToIgnore
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!
4.8.0
4.7.1
4.7.0
4.6.0
4.5.0
4.4.1
Fixed
- Fixed an issue with unmatching country code casing for Portuguese and Canadian French.
Author: Cihat Gündüz
4.4.0
Changed
- Updated languages supported by Microsoft Translator – 17 more languages available now!
Issue: #216 | PR: #219 | Author: Jamie Gough - BartyCrouch doesn't fail anymore when there's a language not supported by Microsoft Translator (yet) – it prints a warning instead.
Issue: #215 | PR: #219 | Author: Jamie Gough