Skip to content

Releases: FlineDev/BartyCrouch

4.10.0

18 Mar 11:41
Compare
Choose a tag to compare

Changed

4.9.0

21 Jan 16:15
Compare
Choose a tag to compare

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!

4.8.0

10 Oct 09:42
Compare
Choose a tag to compare

Changed

  • Update SwiftSyntax dependency to Swift 5.5 to support Xcode 13.
    Author: Kevin

4.7.1

26 Aug 12:09
Compare
Choose a tag to compare

Fixed

  • Fixed that DeepL translation doesn't work for Simplified Chinese.
    PR: #232 | Author: Manabu Nakazawa

4.7.0

30 Jul 15:26
Compare
Choose a tag to compare

Added

4.6.0

08 May 19:24
Compare
Choose a tag to compare

Changed

  • Updated swift-syntax to match Swift 5.4 to support Xcode 12.5.
    Issue: #222 | PR: #223 | Author: Matt Sanford

4.5.0

21 Feb 18:38
Compare
Choose a tag to compare

Added

  • Add support for DeepL API as an alternative for Microsoft Translator API.
    PR: #220 | Author: noppe

4.4.1

16 Jan 14:55
Compare
Choose a tag to compare

Fixed

  • Fixed an issue with unmatching country code casing for Portuguese and Canadian French.
    Author: Cihat Gündüz

4.4.0

16 Jan 08:06
Compare
Choose a tag to compare

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

4.3.2

24 Dec 20:36
Compare
Choose a tag to compare

Fixed

  • Fixed an issue where BartyCrouch did not skip the directories ".git", "Carthage", "Pods", "build", ".build", "docs" anymore.
    Issues: #213, #2 | PR: #214 | Author: Bill Panagiotopoulos